]> git.pld-linux.org Git - packages/audacious-plugins.git/commitdiff
- obsoleted
authorlisu <lisu@pld-linux.org>
Tue, 9 Aug 2011 14:13:25 +0000 (14:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    audacious-plugins-libdir.patch -> 1.3
    audacious-plugins-mkdir.patch -> 1.3

audacious-plugins-libdir.patch [deleted file]
audacious-plugins-mkdir.patch [deleted file]

diff --git a/audacious-plugins-libdir.patch b/audacious-plugins-libdir.patch
deleted file mode 100644 (file)
index d0492d4..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- audacious-plugins-2.5.0/src/ladspa/ladspa.c~       2011-04-16 18:10:10.000000000 +0200
-+++ audacious-plugins-2.5.0/src/ladspa/ladspa.c        2011-05-04 13:17:32.846667174 +0200
-@@ -222,7 +222,7 @@
-     if (ladspa_path == NULL)
-     {
-       /* Fallback, look in obvious places */
--      find_plugins("/usr/lib/ladspa");
-+      find_plugins("LIBDIR/ladspa");
-       find_plugins("/usr/local/lib/ladspa");
-     }
-     else
---- audacious-plugins-2.5.0/src/ladspa/Makefile~       2011-04-16 18:10:10.000000000 +0200
-+++ audacious-plugins-2.5.0/src/ladspa/Makefile        2011-05-04 13:18:35.223333840 +0200
-@@ -8,5 +8,5 @@
- plugindir := ${plugindir}/${EFFECT_PLUGIN_DIR}
- CFLAGS += ${PLUGIN_CFLAGS}
--CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${GMODULE_CFLAGS} -I../..
-+CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${GMODULE_CFLAGS} -I../.. -DLIBDIR=${libdir}
- LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${GMODULE_LIBS}
diff --git a/audacious-plugins-mkdir.patch b/audacious-plugins-mkdir.patch
deleted file mode 100644 (file)
index 080a1a7..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- audacious-plugins-2.3/src/projectm-1.0/gtk_projectm_impl.cxx~      2010-04-06 22:03:09.000000000 +0200
-+++ audacious-plugins-2.3/src/projectm-1.0/gtk_projectm_impl.cxx       2010-06-03 16:58:47.213077228 +0200
-@@ -13,7 +13,8 @@
- #include <stdlib.h>
- #include <unistd.h>
- #include <fcntl.h>
- #include <sys/stat.h>
-+#include <sys/types.h>
- #include <gtk/gtk.h>
- #include <gtk/gtkgl.h>
This page took 0.172526 seconds and 4 git commands to generate.