pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/mpv
Module Name: pkgsrc
Committed By: nia
Date: Tue Mar 17 11:21:49 UTC 2020
Modified Files:
pkgsrc/multimedia/mpv: Makefile
Log Message:
mpv: Re-enable OSS on NetBSD. Requested by leot
To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 pkgsrc/multimedia/mpv/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/mpv/Makefile
diff -u pkgsrc/multimedia/mpv/Makefile:1.101 pkgsrc/multimedia/mpv/Makefile:1.102
--- pkgsrc/multimedia/mpv/Makefile:1.101 Mon Mar 16 21:20:43 2020
+++ pkgsrc/multimedia/mpv/Makefile Tue Mar 17 11:21:49 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.101 2020/03/16 21:20:43 wiz Exp $
+# $NetBSD: Makefile,v 1.102 2020/03/17 11:21:49 nia Exp $
DISTNAME= mpv-0.32.0
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_GITHUB:=mpv-player/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -67,7 +67,7 @@ BUILDLINK_PASSTHRU_DIRS+= ${XCODE_DIR}/T
.if ${OPSYS} == "NetBSD"
# Use audio(4) over ossaudio(4) on NetBSD.
-WAF_CONFIGURE_ARGS+= --disable-oss-audio
+#WAF_CONFIGURE_ARGS+= --disable-oss-audio
.endif
post-install:
Home |
Main Index |
Thread Index |
Old Index