pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/libvdpau libvdpau: include dri2proto and li...
details: https://anonhg.NetBSD.org/pkgsrc/rev/28ed882902d4
branches: trunk
changeset: 358960:28ed882902d4
user: maya <maya%pkgsrc.org@localhost>
date: Fri Feb 24 00:59:13 2017 +0000
description:
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
diffstat:
multimedia/libvdpau/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r aa15cd9ac849 -r 28ed882902d4 multimedia/libvdpau/Makefile
--- a/multimedia/libvdpau/Makefile Fri Feb 24 00:17:10 2017 +0000
+++ b/multimedia/libvdpau/Makefile Fri Feb 24 00:59:13 2017 +0000
@@ -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 @@
.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