[SCM] mplayer/master: Disable esound plugin

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Mon Jul 11 17:33:10 UTC 2016


The following commit has been merged in the master branch:
commit 187bb2f5c1bc051ede69bcaab5a51a0e62832e79
Author: Felipe Sateler <fsateler at debian.org>
Date:   Mon Jul 11 12:20:32 2016 -0400

    Disable esound plugin
    
    In debian, esound goes through pulseaudio and there is already a pulse plugin

diff --git a/debian/control b/debian/control
index 84416a4..8965226 100644
--- a/debian/control
+++ b/debian/control
@@ -33,7 +33,6 @@ Build-Depends:
  libdvdnav-dev,
  libdvdread-dev,
  libenca-dev,
- libesd0-dev,
  libfaad-dev,
  libfontconfig1-dev,
  libfreetype6-dev,
diff --git a/debian/rules b/debian/rules
index 765e291..17924bf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,6 +25,7 @@ CONFIGURE_FLAGS = \
 	--language=all \
 	--disable-libmpeg2-internal \
 	--disable-ffmpeg_a \
+	--disable-esd \
 	--extra-cflags="${CFLAGS}" \
 	--extra-ldflags="${LDFLAGS}" \
 	$(archconf)

-- 
mplayer packaging



More information about the pkg-multimedia-commits mailing list