pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/mplayer-share mplayer: Disable jack option ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/da6ed4bbc14b
branches:  trunk
changeset: 379839:da6ed4bbc14b
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue May 24 09:18:36 2022 +0000

description:
mplayer: Disable jack option (for now)

diffstat:

 multimedia/mplayer-share/options.mk |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r ddabec96927b -r da6ed4bbc14b multimedia/mplayer-share/options.mk
--- a/multimedia/mplayer-share/options.mk       Tue May 24 08:57:04 2022 +0000
+++ b/multimedia/mplayer-share/options.mk       Tue May 24 09:18:36 2022 +0000
@@ -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 @@
 
 # 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