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-share: Remove esound ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2aa0d3e9b4fb
branches:  trunk
changeset: 409809:2aa0d3e9b4fb
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Jan 20 21:34:01 2020 +0000

description:
mplayer-share: Remove esound support.

diffstat:

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

diffs (32 lines):

diff -r 16227c10e96d -r 2aa0d3e9b4fb multimedia/mplayer-share/options.mk
--- a/multimedia/mplayer-share/options.mk       Mon Jan 20 21:32:59 2020 +0000
+++ b/multimedia/mplayer-share/options.mk       Mon Jan 20 21:34:01 2020 +0000
@@ -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 @@
 
 # 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+=       --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