[SCM] forked-daapd/master: Stop using flac and musepack libraries

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Thu Jun 12 00:02:14 UTC 2014


The following commit has been merged in the master branch:
commit 0aa0eff66ec39e4f8a728412b077e44ab3fc474f
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Tue Jun 3 10:23:30 2014 +0700

    Stop using flac and musepack libraries

diff --git a/debian/control b/debian/control
index 95307bd..d03dbcb 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: sound
 Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Balint Reczey <balint at balintreczey.hu>
-Build-Depends: debhelper (>= 9~), libflac-dev, libtagc0-dev, libavcodec-dev (>= 3:0.svn20090204), libavformat-dev (>= 3:0.svn20090204), libswscale-dev, libavutil-dev, libavresample-dev, libavahi-client-dev, libsqlite3-dev (>= 3.6.23.1-2), libconfuse-dev, libavl-dev, libmxml-dev, libplist-dev (>= 0.16), libgcrypt11-dev, libgpg-error-dev, libasound2-dev [linux-any], oss4-dev [kfreebsd-any], zlib1g-dev, libunistring-dev (>= 0.9.3), libtre-dev (>= 0.8.0), libevent-dev (>= 2.0), libantlr3c-dev (>= 3.2), antlr3 (>= 3.2-3), gperf, autotools-dev, dh-autoreconf, lsb-base (>= 3.0-6)
+Build-Depends: debhelper (>= 9~), libavcodec-dev (>= 3:0.svn20090204), libavformat-dev (>= 3:0.svn20090204), libswscale-dev, libavutil-dev, libavresample-dev, libavahi-client-dev, libsqlite3-dev (>= 3.6.23.1-2), libconfuse-dev, libavl-dev, libmxml-dev, libplist-dev (>= 0.16), libgcrypt11-dev, libgpg-error-dev, libasound2-dev [linux-any], oss4-dev [kfreebsd-any], zlib1g-dev, libunistring-dev (>= 0.9.3), libtre-dev (>= 0.8.0), libevent-dev (>= 2.0), libantlr3c-dev (>= 3.2), antlr3 (>= 3.2-3), gperf, autotools-dev, dh-autoreconf, lsb-base (>= 3.0-6)
 Homepage: http://github.com/ejurgensen/forked-daapd
 Vcs-Git: git://git.debian.org/pkg-multimedia/forked-daapd.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/forked-daapd.git
diff --git a/debian/rules b/debian/rules
index ec5b8a9..a0fc447 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ endif
 	dh $@ --with autoreconf
 
 override_dh_auto_configure:
-	dh_auto_configure -- --enable-flac --enable-musepack --enable-itunes $(OSS4_OPTS)
+	dh_auto_configure -- --enable-itunes $(OSS4_OPTS)
 
 override_dh_auto_install:
 	dh_auto_install

-- 
forked-daapd packaging



More information about the pkg-multimedia-commits mailing list