[SCM] audacious-plugins/master: Add gmodule.patch to fix build failure on Ubuntu.

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Sat Feb 25 16:19:35 UTC 2012


The following commit has been merged in the master branch:
commit f4734389c83bdf60ec6fe866be7e80715b617559
Author: Benjamin Drung <bdrung at debian.org>
Date:   Sat Feb 25 17:11:21 2012 +0100

    Add gmodule.patch to fix build failure on Ubuntu.

diff --git a/debian/patches/gmodule.patch b/debian/patches/gmodule.patch
new file mode 100644
index 0000000..58987cd
--- /dev/null
+++ b/debian/patches/gmodule.patch
@@ -0,0 +1,15 @@
+Description: Fix build failure due to missing gmodule linkage.
+Author: Benjamin Drung <bdrung at ubuntu.com>
+Forwarded: no
+
+--- audacious-plugins-3.2.1.orig/src/ladspa/Makefile
++++ audacious-plugins-3.2.1/src/ladspa/Makefile
+@@ -10,6 +10,6 @@ include ../../extra.mk
+ 
+ plugindir := ${plugindir}/${EFFECT_PLUGIN_DIR}
+ 
+-CPPFLAGS += -I../.. ${PTHREAD_CFLAGS} ${GTK_CFLAGS}
++CPPFLAGS += -I../.. ${PTHREAD_CFLAGS} ${GTK_CFLAGS} ${GMODULE_CFLAGS}
+ CFLAGS += ${PLUGIN_CFLAGS}
+-LIBS += -lm ${PTHREAD_LIBS} ${GTK_LIBS}
++LIBS += -lm ${PTHREAD_LIBS} ${GTK_LIBS} ${GMODULE_LIBS}
diff --git a/debian/patches/series b/debian/patches/series
index 31008f9..f35c0c5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 ffaudio.diff
+gmodule.patch

-- 
Plugins for audacious



More information about the pkg-multimedia-commits mailing list