]> git.pld-linux.org Git - packages/audacious-plugins.git/commitdiff
- patch already in sources
authorarvenil <arvenil@pld-linux.org>
Mon, 26 May 2008 21:00:12 +0000 (21:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    audacious-plugins-libprojectm11.patch -> 1.2

audacious-plugins-libprojectm11.patch [deleted file]

diff --git a/audacious-plugins-libprojectm11.patch b/audacious-plugins-libprojectm11.patch
deleted file mode 100644 (file)
index f5016e0..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -ur audacious-plugins-1.5.0.orig/configure.ac audacious-plugins-1.5.0/configure.ac
---- audacious-plugins-1.5.0.orig/configure.ac  2008-03-13 23:22:35.000000000 +0100
-+++ audacious-plugins-1.5.0/configure.ac       2008-04-09 16:50:56.258834285 +0200
-@@ -1449,7 +1449,7 @@
- fi
- if test "$have_projectm1" = "yes"; then
--      PKG_CHECK_MODULES(LIBPROJECTM1, [libprojectM < 1.1], [have_projectm1="yes"], [have_projectm1="no"])
-+      PKG_CHECK_MODULES(LIBPROJECTM1, [libprojectM >= 1.1], [have_projectm1="yes"], [have_projectm1="no"])
-       if test x$libprjM = xno; then
-               AC_MSG_WARN([*** libprojectM not found.
-                               libprojectM is needed to build this package.
-diff -ur audacious-plugins-1.5.0.orig/src/projectm-1.0/gtk_projectm_impl.cxx audacious-plugins-1.5.0/src/projectm-1.0/gtk_projectm_impl.cxx
---- audacious-plugins-1.5.0.orig/src/projectm-1.0/gtk_projectm_impl.cxx        2008-03-13 23:22:36.000000000 +0100
-+++ audacious-plugins-1.5.0/src/projectm-1.0/gtk_projectm_impl.cxx     2008-04-09 16:51:33.037259169 +0200
-@@ -86,7 +86,7 @@
-     g_return_if_fail(priv != NULL);
-     g_return_if_fail(priv->pm != NULL);
--    priv->pm->pcm->addPCM16(pcm_data);
-+    priv->pm->pcm()->addPCM16(pcm_data);
- }
- extern "C" void
This page took 0.104459 seconds and 4 git commands to generate.