diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2009-10-31 16:48:11 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2009-10-31 16:48:11 +0000 |
commit | 5f92b2e57531053a66b6dcf8dd0b79d688f45d12 (patch) | |
tree | 5a7e7dabca19a86bafba2a989d3bb9305677baa9 /media-sound/rhythmbox/files | |
parent | Marking mysql-python-1.2.3_rc1 ppc64 for bug 284574 (diff) | |
download | gentoo-2-5f92b2e57531053a66b6dcf8dd0b79d688f45d12.tar.gz gentoo-2-5f92b2e57531053a66b6dcf8dd0b79d688f45d12.tar.bz2 gentoo-2-5f92b2e57531053a66b6dcf8dd0b79d688f45d12.zip |
Fix bug 291315 -- daap plugin load failure & bug 287604 -- wrong ewarn with USE=-cdr
(Portage version: 2.1.7.2/cvs/Linux i686)
Diffstat (limited to 'media-sound/rhythmbox/files')
-rw-r--r-- | media-sound/rhythmbox/files/rhythmbox-0.12.5-fix-daap-plugin-linking.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/media-sound/rhythmbox/files/rhythmbox-0.12.5-fix-daap-plugin-linking.patch b/media-sound/rhythmbox/files/rhythmbox-0.12.5-fix-daap-plugin-linking.patch new file mode 100644 index 000000000000..644615c3b35b --- /dev/null +++ b/media-sound/rhythmbox/files/rhythmbox-0.12.5-fix-daap-plugin-linking.patch @@ -0,0 +1,22 @@ +From 3bf2e8b95d5a2c8000a7e46b73f0b92c5319e927 Mon Sep 17 00:00:00 2001 +From: Christophe Fergeau <cfergeau@mandriva.com> +Date: Sat, 10 Oct 2009 12:16:35 +0000 +Subject: link daap plugin with RHYTHMBOX_LIBS (bug #597899) + +The DAAP plugin uses libsoup, so it needs to link with libsoup which is +part of RHYTHMBOX_LIBS. +--- +diff --git a/plugins/daap/Makefile.am b/plugins/daap/Makefile.am +index 90935ee..dfc1058 100644 +--- a/plugins/daap/Makefile.am ++++ b/plugins/daap/Makefile.am +@@ -35,6 +35,7 @@ libdaap_la_LIBTOOLFLAGS = --tag=disable-static + libdaap_la_LIBADD = \ + $(top_builddir)/shell/librhythmbox-core.la \ + $(DBUS_LIBS) \ ++ $(RHYTHMBOX_LIBS) \ + $(MDNS_LIBS) + + INCLUDES = \ +-- +cgit v0.8.2 |