[SCM] gwc/master: MP3 support does not work, enable OGG/Vorbis instead.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Wed Apr 13 22:17:48 UTC 2011
The following commit has been merged in the master branch:
commit 1f3987e54fdc70257eb2954174c26a314dbc6b72
Author: Alessio Treglia <alessio at debian.org>
Date: Thu Apr 14 00:16:07 2011 +0200
MP3 support does not work, enable OGG/Vorbis instead.
diff --git a/debian/control b/debian/control
index d3fac14..944635e 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,8 @@ Build-Depends: debhelper (>= 7.0.50~),
libfftw3-dev,
libgnome2-dev,
libgnomeui-dev,
- libmpg123-dev,
- libsndfile1-dev
+ libsndfile1-dev,
+ libvorbis-dev
Standards-Version: 3.9.2
DM-Upload-Allowed: yes
Vcs-Git: git://git.debian.org/git/pkg-multimedia/gwc.git
diff --git a/debian/rules b/debian/rules
index 073e70f..73b0091 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,8 @@ LDFLAGS+=-Wl,--as-needed
configure_flags := \
--disable-pa \
+ --enable-ogg \
+ --disable-mp3
%:
dh $@
--
gwc packaging
More information about the pkg-multimedia-commits
mailing list