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: Mon Jan 20 21:34:01 UTC 2020
Modified Files:
pkgsrc/multimedia/mplayer-share: options.mk
Log Message:
mplayer-share: Remove esound support.
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 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.66 pkgsrc/multimedia/mplayer-share/options.mk:1.67
--- pkgsrc/multimedia/mplayer-share/options.mk:1.66 Sun Nov 3 17:12:03 2019
+++ pkgsrc/multimedia/mplayer-share/options.mk Mon Jan 20 21:34:01 2020
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.66 2019/11/03 17:12:03 rillig Exp $
+# $NetBSD: options.mk,v 1.67 2020/01/20 21:34:01 nia Exp $
.if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*)
@@ -33,7 +33,7 @@ PKG_SUPPORTED_OPTIONS+= faad
# Set options based on the specific package being built.
. if !empty(PKGNAME:M*mplayer*)
-PKG_SUPPORTED_OPTIONS+= aalib alsa caca esound ggi mplayer-menu nas pulseaudio sdl
+PKG_SUPPORTED_OPTIONS+= aalib alsa caca ggi mplayer-menu nas pulseaudio sdl
. if ${VDPAU_AVAILABLE} == "yes"
PKG_SUPPORTED_OPTIONS+= vdpau
@@ -169,13 +169,6 @@ CONFIGURE_ARGS+= --enable-dvdnav
CONFIGURE_ARGS+= --disable-dvdnav
. endif
-. if !empty(PKG_OPTIONS:Mesound)
-CONFIGURE_ARGS+= --enable-esd
-. include "../../audio/esound/buildlink3.mk"
-. else
-CONFIGURE_ARGS+= --disable-esd
-. endif
-
. if !empty(PKG_OPTIONS:Mfaac)
CONFIGURE_ARGS+= --enable-faac
EXTRA_LIBS+= -lfaac
Home |
Main Index |
Thread Index |
Old Index