pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia/libvdpau



Module Name:    pkgsrc
Committed By:   maya
Date:           Fri Feb 24 00:59:14 UTC 2017

Modified Files:
        pkgsrc/multimedia/libvdpau: Makefile

Log Message:
libvdpau: include dri2proto and libXext.

this means it will now auto-detect the driver I am using, and
I no longer have to specify VDPAU_DRIVER=nouveau (it adds #define DRI2)

bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/multimedia/libvdpau/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/libvdpau/Makefile
diff -u pkgsrc/multimedia/libvdpau/Makefile:1.10 pkgsrc/multimedia/libvdpau/Makefile:1.11
--- pkgsrc/multimedia/libvdpau/Makefile:1.10    Mon Jan 23 18:20:59 2017
+++ pkgsrc/multimedia/libvdpau/Makefile Fri Feb 24 00:59:13 2017
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2017/01/23 18:20:59 adam Exp $
+# $NetBSD: Makefile,v 1.11 2017/02/24 00:59:13 maya Exp $
 
 DISTNAME=      libvdpau-1.1.1
+PKGREVISION=   1
 CATEGORIES=    multimedia
 MASTER_SITES=  http://people.freedesktop.org/~aplattner/vdpau/
 EXTRACT_SUFX=  .tar.bz2
@@ -30,4 +31,6 @@ PKG_SKIP_REASON+=     "VDPAU is not availabl
 .endif
 
 .include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/dri2proto/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index