summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-05-24 22:24:42 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-05-24 22:24:42 +0000
commit7f67d9947f910efd40bdf221de8569c4292ba659 (patch)
treeae242c90d3a061f9c13753f9c33748db88975ba4 /media-sound/lastfmplayer/files
parentFix build with GCC 4.5 wrt bug #320377 (diff)
downloadhistorical-7f67d9947f910efd40bdf221de8569c4292ba659.tar.gz
historical-7f67d9947f910efd40bdf221de8569c4292ba659.tar.bz2
historical-7f67d9947f910efd40bdf221de8569c4292ba659.zip
Version bump. Ebuild was almost rewritten. Use debian tarballs+patches.Fixes plugin installation. Fixes bug #321211
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'media-sound/lastfmplayer/files')
-rw-r--r--media-sound/lastfmplayer/files/fix_plugin_path.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/media-sound/lastfmplayer/files/fix_plugin_path.patch b/media-sound/lastfmplayer/files/fix_plugin_path.patch
new file mode 100644
index 000000000000..c4fd5ae522b4
--- /dev/null
+++ b/media-sound/lastfmplayer/files/fix_plugin_path.patch
@@ -0,0 +1,13 @@
+Index: lastfm-1.5.4.26862+dfsg/src/libMoose/MooseCommon.cpp
+===================================================================
+--- lastfm-1.5.4.26862+dfsg.orig/src/libMoose/MooseCommon.cpp
++++ lastfm-1.5.4.26862+dfsg/src/libMoose/MooseCommon.cpp
+@@ -112,7 +112,7 @@ servicePath( QString name )
+ // Hack to get it working with VS2005
+ dirPath = qApp->applicationDirPath();
+ #else
+- dirPath = qApp->applicationDirPath() + "/services";
++ dirPath = "/usr/lib/services";
+ #endif
+
+ #ifndef QT_NO_DEBUG