summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/rhythmbox/files/rhythmbox-0.12.3-lastfm.patch')
-rw-r--r--media-sound/rhythmbox/files/rhythmbox-0.12.3-lastfm.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/media-sound/rhythmbox/files/rhythmbox-0.12.3-lastfm.patch b/media-sound/rhythmbox/files/rhythmbox-0.12.3-lastfm.patch
new file mode 100644
index 000000000000..5a883459648d
--- /dev/null
+++ b/media-sound/rhythmbox/files/rhythmbox-0.12.3-lastfm.patch
@@ -0,0 +1,20 @@
+commit df34ae56b0d8e57f2415264c168f8021c656c17d
+Author: Götz Waschk <waschk@mandriva.org>
+Date: Sat Jul 11 12:39:46 2009 +1000
+
+ last.fm: link the plugin with libsoup-gnome (bug #588248)
+
+diff --git a/plugins/audioscrobbler/Makefile.am b/plugins/audioscrobbler/Makefile.am
+index 558f509..ef063d9 100644
+--- a/plugins/audioscrobbler/Makefile.am
++++ b/plugins/audioscrobbler/Makefile.am
+@@ -18,7 +18,8 @@ libaudioscrobbler_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS)
+ libaudioscrobbler_la_LIBTOOLFLAGS = --tag=disable-static
+ libaudioscrobbler_la_LIBADD = \
+ $(top_builddir)/corelib/librhythmbox-core.la \
+- $(TOTEM_PLPARSER_LIBS)
++ $(TOTEM_PLPARSER_LIBS) \
++ $(RHYTHMBOX_LIBS)
+
+ INCLUDES = \
+ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \