SOURCES: gmpc-plugin-autoplaylist-plugins_path.patch - up to 0.15.5.0

czarny czarny at pld-linux.org
Mon Feb 4 10:23:42 CET 2008


Author: czarny                       Date: Mon Feb  4 09:23:42 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- up to 0.15.5.0

---- Files affected:
SOURCES:
   gmpc-plugin-autoplaylist-plugins_path.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/gmpc-plugin-autoplaylist-plugins_path.patch
diff -u SOURCES/gmpc-plugin-autoplaylist-plugins_path.patch:1.2 SOURCES/gmpc-plugin-autoplaylist-plugins_path.patch:1.3
--- SOURCES/gmpc-plugin-autoplaylist-plugins_path.patch:1.2	Mon Feb 19 22:59:36 2007
+++ SOURCES/gmpc-plugin-autoplaylist-plugins_path.patch	Mon Feb  4 10:23:36 2008
@@ -1,29 +1,20 @@
---- gmpc-autoplaylist-0.14.0/glade/Makefile.am.wig	2007-02-18 01:13:40.000000000 +0100
-+++ gmpc-autoplaylist-0.14.0/glade/Makefile.am	2007-02-19 22:53:23.000000000 +0100
-@@ -1,4 +1,4 @@
--appgladedir = $(datadir)/gmpc/plugins/apl/
-+appgladedir = $(libdir)/gmpc/apl/
- appglade_DATA =	apl.glade 
- 
- EXTRA_DIST = apl.glade 
---- gmpc-autoplaylist-0.14.0/src/Makefile.am.wig	2007-02-18 01:13:39.000000000 +0100
-+++ gmpc-autoplaylist-0.14.0/src/Makefile.am	2007-02-19 22:55:07.000000000 +0100
+diff -urN gmpc-autoplaylist-0.15.5.0/src/Makefile.am gmpc-autoplaylist-0.15.5.0.new/src/Makefile.am
+--- gmpc-autoplaylist-0.15.5.0/src/Makefile.am	2007-11-29 14:53:13.000000000 +0100
++++ gmpc-autoplaylist-0.15.5.0.new/src/Makefile.am	2008-02-04 10:15:01.833979423 +0100
 @@ -1,6 +1,6 @@
 -libdir=${prefix}/share/gmpc/plugins
-+pluginsdir=$(libdir)/gmpc
++pluginsdir=$(libdir)/gmpc/
  
 -lib_LTLIBRARIES = libautoplaylist.la
 +plugins_LTLIBRARIES = libautoplaylist.la
  
  libautoplaylist_la_SOURCES=\
  	main.c
-@@ -9,9 +9,3 @@
- libautoplaylist_la_LIBADD= @gmpcautoplaylist_LIBS@
- libautoplaylist_la_CFLAGS= @gmpcautoplaylist_CFLAGS@ -Wall -Wmissing-declarations
- libautoplaylist_la_LDFLAGS= -module -avoid-version 
--
--install:
--	@$(MAKE)
--	mkdir -p ${DESTDIR}${libdir}
+@@ -13,5 +13,5 @@
+ install:
+ 	@$(MAKE)
+ 	mkdir -p ${DESTDIR}${libdir}
 -	if test -f .libs/libautoplaylist.so; then cp .libs/libautoplaylist.so ${DESTDIR}${libdir}; fi
 -	if test -f .libs/libautoplaylist.dll; then cp .libs/libautoplaylist.dll ${DESTDIR}${libdir}; fi
++	if test -f .libs/libautoplaylist.so; then cp .libs/libautoplaylist.so ${DESTDIR}${pluginsdir}; fi
++	if test -f .libs/libautoplaylist.dll; then cp .libs/libautoplaylist.dll ${DESTDIR}${pluginsdir}; fi
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/gmpc-plugin-autoplaylist-plugins_path.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list