[SCM] gwc/master: Disable mp3 and ogg support as they are broken.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed Jul 19 18:55:36 UTC 2017


The following commit has been merged in the master branch:
commit 9c61f1b1e5c57523b2be0e2a1d7bb17010b40ada
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Wed Jul 19 20:54:46 2017 +0200

    Disable mp3 and ogg support as they are broken.

diff --git a/debian/control b/debian/control
index fa647ec..166f6ff 100644
--- a/debian/control
+++ b/debian/control
@@ -8,9 +8,7 @@ Build-Depends:
  libasound2-dev,
  libfftw3-dev,
  libgtk2.0-dev,
- libmpg123-dev,
- libsndfile1-dev,
- libvorbis-dev
+ libsndfile1-dev
 Standards-Version: 4.0.0
 Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/gwc.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/gwc.git
diff --git a/debian/rules b/debian/rules
index c269831..5d3204c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,10 +5,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 configure_flags := \
-	--enable-alsa \
-	--enable-ogg \
-	--enable-mp3
-
+	--enable-alsa
 %:
 	dh $@ --no-parallel
 

-- 
gwc packaging



More information about the pkg-multimedia-commits mailing list