[SCM] audacious-plugins/master: audacious-plugins 3.2-1 source packages
davromaniak-guest at users.alioth.debian.org
davromaniak-guest at users.alioth.debian.org
Wed Jan 25 21:32:44 UTC 2012
The following commit has been merged in the master branch:
commit b48fe3ce979b5e48b64c990b70ccb98897f6ad56
Author: Cyril Lavier <cyril.lavier at davromaniak.eu>
Date: Wed Jan 25 22:32:18 2012 +0100
audacious-plugins 3.2-1 source packages
diff --git a/debian/changelog b/debian/changelog
index c42c8aa..f34844a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+audacious-plugins (3.2-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+ * debian/control:
+ + Adde build-deps necessary for mp3, bs2b and modplug support.
+ + Enabling OSS4 support. (Closes: #632303)
+ + Raised the build-dep of audacious-dev to 3.2.
+ * debian/rules:
+ + Removed "--enable-chardet" and "--disable-altivec" config flags as they
+ are not used anymore.
+
+ -- Cyril Lavier <cyril.lavier at davromaniak.eu> Wed, 25 Jan 2012 22:10:42 +0100
+
audacious-plugins (2.4.4-1) unstable; urgency=low
* New upstream release.
diff --git a/debian/control b/debian/control
index 32461c4..d890c4e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
Uploaders: Chris Taylor <ctaylor at debian.org>,
Bilal Akhtar <bilalakhtar at ubuntu.com>
-Build-Depends: audacious-dev (>= 2.4.3),
+Build-Depends: audacious-dev (>= 3.2),
debhelper (>= 7.0.50~),
libasound2-dev (>= 1.0) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386] | libasound-dev (>= 1.0) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
libavcodec-dev (>= 4:0.6.1),
@@ -43,7 +43,13 @@ Build-Depends: audacious-dev (>= 2.4.3),
libtagc0-dev (>= 1.4),
libvorbis-dev (>= 1.1),
libwavpack-dev (>= 4.31),
- libxcomposite-dev
+ libxcomposite-dev,
+ libmpg123-dev,
+ libmp3lame-dev,
+ libnotify-dev,
+ libmodplug-dev,
+ oss4-dev,
+ libbs2b-dev
Homepage: http://www.audacious-media-player.org/
Standards-Version: 3.9.2
VCS-Browser: http://git.debian.org/?p=pkg-multimedia/audacious-plugins.git;a=summary
diff --git a/debian/rules b/debian/rules
index dc96011..6e71e1e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,8 +11,6 @@ endif
override_dh_auto_configure:
dh_auto_configure -- \
- --enable-chardet \
- --disable-altivec \
--disable-psf \
--disable-rpath \
$(additional_confflags)
--
Plugins for audacious
More information about the pkg-multimedia-commits
mailing list