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:           Sun Jan 22 10:58:48 UTC 2017

Modified Files:
        pkgsrc/multimedia/libvdpau: available.mk

Log Message:
libvdpau: don't restrict this package to specific operating systems.
there's no reason to - other operating systems have suitable drivers too,
and it doesn't break builds as far as I can tell.

PR pkg/51704, applying as maintainer did not respond.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/multimedia/libvdpau/available.mk

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/available.mk
diff -u pkgsrc/multimedia/libvdpau/available.mk:1.3 pkgsrc/multimedia/libvdpau/available.mk:1.4
--- pkgsrc/multimedia/libvdpau/available.mk:1.3 Sun Dec  2 11:03:51 2012
+++ pkgsrc/multimedia/libvdpau/available.mk     Sun Jan 22 10:58:47 2017
@@ -1,4 +1,4 @@
-# $NetBSD: available.mk,v 1.3 2012/12/02 11:03:51 cheusov Exp $
+# $NetBSD: available.mk,v 1.4 2017/01/22 10:58:47 maya Exp $
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -7,13 +7,18 @@
 # platforms in multiple places, i.e. in mplayer, xine, xbmc etc.
 # Have a look at buildlink3.mk too.
 
-.if ${OPSYS} == "Linux" && (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64")
-VDPAU_AVAILABLE=       yes
-.elif ${OPSYS} == "FreeBSD" && (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64")
-VDPAU_AVAILABLE=       yes
-.elif ${OPSYS} == "SunOS" && (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64") \
-  && !empty(OS_VERSION:M5.1[0-9]*)
+#.if ${OPSYS} == "Linux" && (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64")
+#VDPAU_AVAILABLE=      yes
+#.elif ${OPSYS} == "FreeBSD" && (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64")
+#VDPAU_AVAILABLE=      yes
+#.elif ${OPSYS} == "SunOS" && (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64") \
+#  && !empty(OS_VERSION:M5.1[0-9]*)
+#VDPAU_AVAILABLE=      yes
+#.else
+#VDPAU_AVAILABLE=      no
+#.endif
+
+# XXX even these restrictions seem arbitrary
+.if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64")
 VDPAU_AVAILABLE=       yes
-.else
-VDPAU_AVAILABLE=       no
 .endif



Home | Main Index | Thread Index | Old Index