packages: audacious-plugins/audacious-plugins-libdir.patch, audacious-plugi...

lisu lisu at pld-linux.org
Wed May 4 14:16:53 CEST 2011


Author: lisu                         Date: Wed May  4 12:16:53 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated for 2.5.0

---- Files affected:
packages/audacious-plugins:
   audacious-plugins-libdir.patch (1.1 -> 1.2) , audacious-plugins-verbose_make.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/audacious-plugins/audacious-plugins-libdir.patch
diff -u packages/audacious-plugins/audacious-plugins-libdir.patch:1.1 packages/audacious-plugins/audacious-plugins-libdir.patch:1.2
--- packages/audacious-plugins/audacious-plugins-libdir.patch:1.1	Mon Feb  7 22:21:43 2011
+++ packages/audacious-plugins/audacious-plugins-libdir.patch	Wed May  4 14:16:47 2011
@@ -1,7 +1,6 @@
-diff -ur audacious-plugins-2.4.3.orig/src/ladspa/ladspa.c audacious-plugins-2.4.3/src/ladspa/ladspa.c
---- audacious-plugins-2.4.3.orig/src/ladspa/ladspa.c	2011-02-07 20:25:36.222352306 +0000
-+++ audacious-plugins-2.4.3/src/ladspa/ladspa.c	2011-01-12 11:13:26.000000000 +0000
-@@ -210,7 +210,7 @@
+--- 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 */
@@ -10,15 +9,12 @@
  	find_plugins("/usr/local/lib/ladspa");
      }
      else
-Only in audacious-plugins-2.4.3.orig/src/ladspa: .ladspa.c.swp
-diff -ur audacious-plugins-2.4.3.orig/src/ladspa/Makefile audacious-plugins-2.4.3/src/ladspa/Makefile
---- audacious-plugins-2.4.3.orig/src/ladspa/Makefile	2011-02-07 20:32:52.790556339 +0000
-+++ audacious-plugins-2.4.3/src/ladspa/Makefile	2011-01-12 11:13:26.000000000 +0000
+--- 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}  -I../..
-+CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS}  -I../.. -DLIBDIR=${libdir}
- LIBS += ${GTK_LIBS} ${GLIB_LIBS} -ldl
-Only in audacious-plugins-2.4.3.orig/src/ladspa: .Makefile.swp
+-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}

================================================================
Index: packages/audacious-plugins/audacious-plugins-verbose_make.patch
diff -u packages/audacious-plugins/audacious-plugins-verbose_make.patch:1.1 packages/audacious-plugins/audacious-plugins-verbose_make.patch:1.2
--- packages/audacious-plugins/audacious-plugins-verbose_make.patch:1.1	Mon Feb  7 22:21:43 2011
+++ packages/audacious-plugins/audacious-plugins-verbose_make.patch	Wed May  4 14:16:47 2011
@@ -1,45 +1,57 @@
---- buildsys.mk.in.orig	2011-02-07 19:20:48.661369541 +0000
-+++ buildsys.mk.in	2011-02-07 19:21:59.930520847 +0000
-@@ -92,7 +92,6 @@
+--- audacious-plugins-2.5.0/buildsys.mk.in~	2011-04-16 18:10:09.000000000 +0200
++++ audacious-plugins-2.5.0/buildsys.mk.in	2011-05-04 13:15:04.393333839 +0200
+@@ -93,7 +93,6 @@
  
  MO_FILES = ${LOCALES:.po=.mo}
  
 -.SILENT:
  .SUFFIXES:
- .SUFFIXES: .beam .c .cc .cxx .d .dep .erl .mo .m .mm .o .po .py .pyc .xpm .S
- .PHONY: all subdirs pre-depend depend install install-extra uninstall uninstall-extra clean distclean
-@@ -502,21 +501,21 @@
- 	# ./configure creates .deps files even in folders not listed in SUBDIRS.
- 	rm -f `find . -name .deps ! -path ./.hg\*`
+ .SUFFIXES: .beam .c .c.dep .cc .cc.dep .cxx .cxx.dep .d .erl .lib.o .mo .m .m.dep .mm .mm.dep .o .plugin.o .po .py .pyc .xpm .S .S.dep
+ .PHONY: all subdirs pre-depend depend install install-extra uninstall uninstall-extra clean distclean locales
+@@ -564,27 +563,27 @@
+ 		fi \
+ 	done
  
--DIR_ENTER = printf "\033[K\033[0;36mEntering directory \033[1;36m$$i\033[0;36m.\033[0m\n"; cd $$i || exit 1
--DIR_LEAVE = printf "\033[K\033[0;36mLeaving directory \033[1;36m$$i\033[0;36m.\033[0m\n"; cd .. || exit 1
--DEPEND_STATUS = printf "\033[K\033[0;33mGenerating dependencies...\033[0m\r"
--DEPEND_OK = printf "\033[K\033[0;32mSuccessfully generated dependencies.\033[0m\n"
--DEPEND_FAILED = printf "\033[K\033[0;31mFailed to generate dependencies!\033[0m\n"; exit 1
--COMPILE_STATUS = printf "\033[K\033[0;33mCompiling \033[1;33m$<\033[0;33m...\033[0m\r"
--COMPILE_OK = printf "\033[K\033[0;32mSuccessfully compiled \033[1;32m$<\033[0;32m.\033[0m\n"
--COMPILE_FAILED = printf "\033[K\033[0;31mFailed to compile \033[1;31m$<\033[0;31m!\033[0m\n"; exit 1
--LINK_STATUS = printf "\033[K\033[0;33mLinking \033[1;33m$@\033[0;33m...\033[0m\r"
--LINK_OK = printf "\033[K\033[0;32mSuccessfully linked \033[1;32m$@\033[0;32m.\033[0m\n"
--LINK_FAILED = printf "\033[K\033[0;31mFailed to link \033[1;31m$@\033[0;31m!\033[0m\n"; exit 1
--INSTALL_STATUS = printf "\033[K\033[0;33mInstalling \033[1;33m$$i\033[0;33m...\033[0m\r"
--INSTALL_OK = printf "\033[K\033[0;32mSuccessfully installed \033[1;32m$$i\033[0;32m.\033[0m\n"
--INSTALL_FAILED = printf "\033[K\033[0;31mFailed to install \033[1;31m$$i\033[0;31m!\033[0m\n"; exit 1
--DELETE_OK = printf "\033[K\033[0;34mDeleted \033[1;34m$$i\033[0;34m.\033[0m\n"
--DELETE_FAILED = printf "\033[K\033[0;31mFailed to delete \033[1;31m$$i\033[0;31m!\033[0m\n"; exit 1
+-DIR_ENTER = printf "@TERM_EL@@TERM_SETAF6 at Entering directory @TERM_BOLD@$$i at TERM_SGR0@@TERM_SETAF6 at .@TERM_SGR0@\n"; cd $$i || exit 1
+-DIR_LEAVE = printf "@TERM_EL@@TERM_SETAF6 at Leaving directory @TERM_BOLD@$$i at TERM_SGR0@@TERM_SETAF6 at .@TERM_SGR0@\n"; cd .. || exit 1
+-DEPEND_STATUS = printf "@TERM_EL@@TERM_SETAF3 at Generating dependencies... at TERM_SGR0@\r"
+-DEPEND_OK = printf "@TERM_EL@@TERM_SETAF2 at Successfully generated dependencies. at TERM_SGR0@\n"
+-DEPEND_FAILED = printf "@TERM_EL@@TERM_SETAF1 at Failed to generate dependencies!@TERM_SGR0@\n"; exit 1
+-COMPILE_STATUS = printf "@TERM_EL@@TERM_SETAF3 at Compiling @TERM_BOLD@$<@TERM_SGR0@@TERM_SETAF3 at ...@TERM_SGR0@\r"
+-COMPILE_OK = printf "@TERM_EL@@TERM_SETAF2 at Successfully compiled @TERM_BOLD@$<@TERM_SGR0@@TERM_SETAF2 at .@TERM_SGR0@\n"
+-COMPILE_FAILED = printf "@TERM_EL@@TERM_SETAF1 at Failed to compile @TERM_BOLD@$<@TERM_SGR0@@TERM_SETAF1@!@TERM_SGR0@\n"; exit 1
+-COMPILE_LIB_STATUS = printf "@TERM_EL@@TERM_SETAF3 at Compiling @TERM_BOLD@$<@TERM_SGR0@@TERM_SETAF3@ (lib)... at TERM_SGR0@\r"
+-COMPILE_LIB_OK = printf "@TERM_EL@@TERM_SETAF2 at Successfully compiled @TERM_BOLD@$<@TERM_SGR0@@TERM_SETAF2@ (lib). at TERM_SGR0@\n"
+-COMPILE_LIB_FAILED = printf "@TERM_EL@@TERM_SETAF1 at Failed to compile @TERM_BOLD@$<@TERM_SGR0@@TERM_SETAF1@ (lib)!@TERM_SGR0@\n"; exit 1
+-COMPILE_PLUGIN_STATUS = printf "@TERM_EL@@TERM_SETAF3 at Compiling @TERM_BOLD@$<@TERM_SGR0@@TERM_SETAF3@ (plugin)... at TERM_SGR0@\r"
+-COMPILE_PLUGIN_OK = printf "@TERM_EL@@TERM_SETAF2 at Successfully compiled @TERM_BOLD@$<@TERM_SGR0@@TERM_SETAF2@ (plugin). at TERM_SGR0@\n"
+-COMPILE_PLUGIN_FAILED = printf "@TERM_EL@@TERM_SETAF1 at Failed to compile @TERM_BOLD@$<@TERM_SGR0@@TERM_SETAF1@ (plugin)!@TERM_SGR0@\n"; exit 1
+-LINK_STATUS = printf "@TERM_EL@@TERM_SETAF3 at Linking @TERM_BOLD@$@@TERM_SGR0@@TERM_SETAF3 at ...@TERM_SGR0@\r"
+-LINK_OK = printf "@TERM_EL@@TERM_SETAF2 at Successfully linked @TERM_BOLD@$@@TERM_SGR0@@TERM_SETAF2 at .@TERM_SGR0@\n"
+-LINK_FAILED = printf "@TERM_EL@@TERM_SETAF1 at Failed to link @TERM_BOLD@$@@TERM_SGR0@@TERM_SETAF1@!@TERM_SGR0@\n"; exit 1
+-INSTALL_STATUS = printf "@TERM_EL@@TERM_SETAF3 at Installing @TERM_BOLD@$$i at TERM_SGR0@@TERM_SETAF3 at ...@TERM_SGR0@\r"
+-INSTALL_OK = printf "@TERM_EL@@TERM_SETAF2 at Successfully installed @TERM_BOLD@$$i at TERM_SGR0@@TERM_SETAF2 at .@TERM_SGR0@\n"
+-INSTALL_FAILED = printf "@TERM_EL@@TERM_SETAF1 at Failed to install @TERM_BOLD@$$i at TERM_SGR0@@TERM_SETAF1@!@TERM_SGR0@\n"; exit 1
+-DELETE_OK = printf "@TERM_EL@@TERM_SETAF4 at Deleted @TERM_BOLD@$$i at TERM_SGR0@@TERM_SETAF4 at .@TERM_SGR0@\n"
+-DELETE_FAILED = printf "@TERM_EL@@TERM_SETAF1 at Failed to delete @TERM_BOLD@$$i at TERM_SGR0@@TERM_SETAF1@!@TERM_SGR0@\n"; exit 1
 +DIR_ENTER = printf "Entering directory $$i.\n"; cd $$i || exit 1
 +DIR_LEAVE = printf "Leaving directory $$i.\n"; cd .. || exit 1
-+DEPEND_STATUS = printf "Generating dependencies...\n"
++DEPEND_STATUS = printf "Generating dependencies...\r"
 +DEPEND_OK = printf "Successfully generated dependencies.\n"
 +DEPEND_FAILED = printf "Failed to generate dependencies!\n"; exit 1
-+COMPILE_STATUS = printf "Compiling $<...\n"
++COMPILE_STATUS = printf "Compiling $<...\r"
 +COMPILE_OK = printf "Successfully compiled $<.\n"
 +COMPILE_FAILED = printf "Failed to compile $<!\n"; exit 1
-+LINK_STATUS = printf "Linking $@...\n"
++COMPILE_LIB_STATUS = printf "Compiling $< (lib)...\r"
++COMPILE_LIB_OK = printf "Successfully compiled $< (lib).\n"
++COMPILE_LIB_FAILED = printf "Failed to compile $< (lib)!\n"; exit 1
++COMPILE_PLUGIN_STATUS = printf "Compiling $< (plugin)...\r"
++COMPILE_PLUGIN_OK = printf "Successfully compiled $< (plugin).\n"
++COMPILE_PLUGIN_FAILED = printf "Failed to compile $< (plugin)!\n"; exit 1
++LINK_STATUS = printf "Linking $@...\r"
 +LINK_OK = printf "Successfully linked $@.\n"
 +LINK_FAILED = printf "Failed to link $@!\n"; exit 1
-+INSTALL_STATUS = printf "Installing $$i...\n"
++INSTALL_STATUS = printf "Installing $$i...\r"
 +INSTALL_OK = printf "Successfully installed $$i.\n"
 +INSTALL_FAILED = printf "Failed to install $$i!\n"; exit 1
 +DELETE_OK = printf "Deleted $$i.\n"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/audacious-plugins/audacious-plugins-libdir.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/audacious-plugins/audacious-plugins-verbose_make.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list