SOURCES: rhythmbox-link.patch (NEW) - kill undefined symbol: gst_p...

megabajt megabajt at pld-linux.org
Wed Dec 27 16:54:12 CET 2006


Author: megabajt                     Date: Wed Dec 27 15:54:12 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- kill undefined symbol: gst_push_src_get_type

---- Files affected:
SOURCES:
   rhythmbox-link.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/rhythmbox-link.patch
diff -u /dev/null SOURCES/rhythmbox-link.patch:1.1
--- /dev/null	Wed Dec 27 16:54:12 2006
+++ SOURCES/rhythmbox-link.patch	Wed Dec 27 16:54:07 2006
@@ -0,0 +1,13 @@
+diff -urN rhythmbox-0.9.7/plugins/daap/Makefile.am rhythmbox-0.9.7.new/plugins/daap/Makefile.am
+--- rhythmbox-0.9.7/plugins/daap/Makefile.am	2006-11-17 09:02:42.000000000 +0100
++++ rhythmbox-0.9.7.new/plugins/daap/Makefile.am	2006-12-27 12:48:00.000000000 +0100
+@@ -13,7 +13,8 @@
+ libdaap_la_LIBADD = 					\
+ 	$(top_builddir)/daapsharing/libdaapsharing.la	\
+ 	$(SOUP_LIBS)					\
+-	$(MDNS_LIBS)
++	$(MDNS_LIBS)					\
++	$(GSTREAMER_0_10_LIBS)
+ 
+ INCLUDES = 						\
+         -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
================================================================


More information about the pld-cvs-commit mailing list