[SCM] audacious-plugins/master: Add patch taken from Ubuntu to build ffaudio plugin.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Fri Aug 16 10:38:39 UTC 2013
The following commit has been merged in the master branch:
commit 593b2e221ff7064e094d2e7ea44470dc8d55d80d
Author: Alessio Treglia <alessio at debian.org>
Date: Fri Aug 16 11:02:03 2013 +0100
Add patch taken from Ubuntu to build ffaudio plugin.
diff --git a/debian/patches/01-enable_ffaudio.patch b/debian/patches/01-enable_ffaudio.patch
new file mode 100644
index 0000000..d545e7e
--- /dev/null
+++ b/debian/patches/01-enable_ffaudio.patch
@@ -0,0 +1,20 @@
+---
+ configure.ac | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+--- audacious-plugins.orig/configure.ac
++++ audacious-plugins/configure.ac
+@@ -510,11 +510,11 @@ AC_ARG_ENABLE(ffaudio,
+
+ have_ffaudio=no
+ if test "x$enable_ffaudio" != "xno"; then
+- PKG_CHECK_MODULES([FFMPEG], [libavcodec >= 53.40.0 libavformat >= 53.5.0 libavutil >= 50.42.0],
++ PKG_CHECK_MODULES([FFMPEG], [libavcodec >= 53.35.0 libavformat >= 53.5.0 libavutil >= 50.42.0],
+ [have_ffaudio=yes
+ INPUT_PLUGINS="$INPUT_PLUGINS ffaudio"],
+ [if test "x$enable_ffaudio" = "xyes"; then
+- AC_MSG_ERROR([Cannot find FFmpeg development files (libavcodec ver >= 53.40.0, libavformat ver >= 53.5.0, libavutil ver >= 50.42.0), but compilation of ffaudio plugin has been explicitly requested; please install FFmpeg dev files and run configure again])
++ AC_MSG_ERROR([Cannot find FFmpeg development files (libavcodec ver >= 53.35.0, libavformat ver >= 53.5.0, libavutil ver >= 50.42.0), but compilation of ffaudio plugin has been explicitly requested; please install FFmpeg dev files and run configure again])
+ fi]
+ )
+ fi
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1ae2585
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-enable_ffaudio.patch
--
Plugins for audacious
More information about the pkg-multimedia-commits
mailing list