pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/mplayer-share
Module Name: pkgsrc
Committed By: nia
Date: Tue May 24 09:18:36 UTC 2022
Modified Files:
pkgsrc/multimedia/mplayer-share: options.mk
Log Message:
mplayer: Disable jack option (for now)
To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/multimedia/mplayer-share/options.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/mplayer-share/options.mk
diff -u pkgsrc/multimedia/mplayer-share/options.mk:1.70 pkgsrc/multimedia/mplayer-share/options.mk:1.71
--- pkgsrc/multimedia/mplayer-share/options.mk:1.70 Tue May 10 14:18:48 2022
+++ pkgsrc/multimedia/mplayer-share/options.mk Tue May 24 09:18:36 2022
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.70 2022/05/10 14:18:48 ryoon Exp $
+# $NetBSD: options.mk,v 1.71 2022/05/24 09:18:36 nia Exp $
.if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*)
@@ -28,9 +28,12 @@ PKG_SUPPORTED_OPTIONS+= faad
# Set options based on the specific package being built.
. if !empty(PKGNAME:M*mplayer*)
-PKG_SUPPORTED_OPTIONS+= aalib alsa caca ggi jack ladspa mplayer-menu nas
+PKG_SUPPORTED_OPTIONS+= aalib alsa caca ggi ladspa mplayer-menu nas
PKG_SUPPORTED_OPTIONS+= openal pulseaudio sdl
+# Seems broken - fails to build.
+#PKG_SUPPORTED_OPTIONS+= jack
+
. if ${VDPAU_AVAILABLE} == "yes"
PKG_SUPPORTED_OPTIONS+= vdpau
. endif
Home |
Main Index |
Thread Index |
Old Index