Gentoo Archives: gentoo-commits

From: "Nirbheek Chauhan (nirbheek)" <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/rhythmbox/files: rhythmbox-0.12.5-fix-daap-plugin-linking.patch
Date: Sat, 31 Oct 2009 16:48:13
Message-Id: E1N4H7b-000675-W9@stork.gentoo.org
1 nirbheek 09/10/31 16:48:11
2
3 Added: rhythmbox-0.12.5-fix-daap-plugin-linking.patch
4 Log:
5 Fix bug 291315 -- daap plugin load failure & bug 287604 -- wrong ewarn with USE=-cdr
6 (Portage version: 2.1.7.2/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 media-sound/rhythmbox/files/rhythmbox-0.12.5-fix-daap-plugin-linking.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/files/rhythmbox-0.12.5-fix-daap-plugin-linking.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/files/rhythmbox-0.12.5-fix-daap-plugin-linking.patch?rev=1.1&content-type=text/plain
13
14 Index: rhythmbox-0.12.5-fix-daap-plugin-linking.patch
15 ===================================================================
16 From 3bf2e8b95d5a2c8000a7e46b73f0b92c5319e927 Mon Sep 17 00:00:00 2001
17 From: Christophe Fergeau <cfergeau@××××××××.com>
18 Date: Sat, 10 Oct 2009 12:16:35 +0000
19 Subject: link daap plugin with RHYTHMBOX_LIBS (bug #597899)
20
21 The DAAP plugin uses libsoup, so it needs to link with libsoup which is
22 part of RHYTHMBOX_LIBS.
23 ---
24 diff --git a/plugins/daap/Makefile.am b/plugins/daap/Makefile.am
25 index 90935ee..dfc1058 100644
26 --- a/plugins/daap/Makefile.am
27 +++ b/plugins/daap/Makefile.am
28 @@ -35,6 +35,7 @@ libdaap_la_LIBTOOLFLAGS = --tag=disable-static
29 libdaap_la_LIBADD = \
30 $(top_builddir)/shell/librhythmbox-core.la \
31 $(DBUS_LIBS) \
32 + $(RHYTHMBOX_LIBS) \
33 $(MDNS_LIBS)
34
35 INCLUDES = \
36 --
37 cgit v0.8.2