diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-05-24 22:24:42 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-05-24 22:24:42 +0000 |
commit | 7f67d9947f910efd40bdf221de8569c4292ba659 (patch) | |
tree | ae242c90d3a061f9c13753f9c33748db88975ba4 /media-sound/lastfmplayer/files | |
parent | Fix build with GCC 4.5 wrt bug #320377 (diff) | |
download | historical-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.patch | 13 |
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 |