[audacious-plugins] Add missing patch

Michael Schwendt mschwendt at fedoraproject.org
Sat Dec 24 09:35:13 UTC 2011


commit 15feaed7a20447b17c23547105ebabfc29ee42bf
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Sat Dec 24 10:35:09 2011 +0100

    Add missing patch

 ...ious-plugins-3.2-alpha1-gmodule-pkgconfig.patch |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/audacious-plugins-3.2-alpha1-gmodule-pkgconfig.patch b/audacious-plugins-3.2-alpha1-gmodule-pkgconfig.patch
new file mode 100644
index 0000000..fb3a34e
--- /dev/null
+++ b/audacious-plugins-3.2-alpha1-gmodule-pkgconfig.patch
@@ -0,0 +1,18 @@
+diff -Nur audacious-plugins-3.2-alpha1-orig/src/amidi-plug/Makefile audacious-plugins-3.2-alpha1/src/amidi-plug/Makefile
+--- audacious-plugins-3.2-alpha1-orig/src/amidi-plug/Makefile	2011-12-19 21:44:27.000000000 +0100
++++ audacious-plugins-3.2-alpha1/src/amidi-plug/Makefile	2011-12-24 10:28:01.116987591 +0100
+@@ -21,4 +21,4 @@
+ CFLAGS += ${PLUGIN_CFLAGS}
+ CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${GMODULE_CFLAGS} \
+ 	-DAMIDIPLUGBACKENDDIR=\"${plugindir}/${AMIDIPLUG_BACKEND_DIR}\" ${PTHREAD_CFLAGS} -I../..
+-LIBS += ${GTK_LIBS} ${PANGO_LIBS} ${GMODULE_LIBS} ${PTHREAD_LIBS} ./pcfg/libpcfg.a ${GLIB_LIBS}
++LIBS += ${GTK_LIBS} ${PANGO_LIBS} ${GMODULE_LIBS} ${PTHREAD_LIBS} ./pcfg/libpcfg.a ${GLIB_LIBS} `pkg-config --libs gmodule-2.0`
+diff -Nur audacious-plugins-3.2-alpha1-orig/src/ladspa/Makefile audacious-plugins-3.2-alpha1/src/ladspa/Makefile
+--- audacious-plugins-3.2-alpha1-orig/src/ladspa/Makefile	2011-12-19 21:44:27.000000000 +0100
++++ audacious-plugins-3.2-alpha1/src/ladspa/Makefile	2011-12-24 10:27:34.483428039 +0100
+@@ -12,4 +12,4 @@
+ 
+ CPPFLAGS += -I../.. ${PTHREAD_CFLAGS}
+ CFLAGS += ${PLUGIN_CFLAGS}
+-LIBS += -lm ${PTHREAD_LIBS}
++LIBS += -lm ${PTHREAD_LIBS} `pkg-config --libs gmodule-2.0`


More information about the scm-commits mailing list