summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2014-01-28 04:24:21 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2014-01-28 04:24:21 +0000
commit5992c0194313f87bc529215e5fc3b55ea13e3b84 (patch)
tree43af7ff46faf4b3c92935e06b7677d5eeb467ded /media-sound/spotify
parentupdate cleaning some stuff up and fixing bug 498272 (diff)
downloadgentoo-2-5992c0194313f87bc529215e5fc3b55ea13e3b84.tar.gz
gentoo-2-5992c0194313f87bc529215e5fc3b55ea13e3b84.tar.bz2
gentoo-2-5992c0194313f87bc529215e5fc3b55ea13e3b84.zip
now with a better fix for bug 498272
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'media-sound/spotify')
-rw-r--r--media-sound/spotify/ChangeLog6
-rw-r--r--media-sound/spotify/spotify-0.9.4.183-r5.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/media-sound/spotify/ChangeLog b/media-sound/spotify/ChangeLog
index fbac0874b813..edc645a8e9bd 100644
--- a/media-sound/spotify/ChangeLog
+++ b/media-sound/spotify/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/spotify
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v 1.27 2014/01/28 04:11:42 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v 1.28 2014/01/28 04:24:21 prometheanfire Exp $
+
+ 28 Jan 2014; Matthew Thode <prometheanfire@gentoo.org>
+ spotify-0.9.4.183-r5.ebuild:
+ now with a better fix for bug 498272
*spotify-0.9.4.183-r5 (28 Jan 2014)
diff --git a/media-sound/spotify/spotify-0.9.4.183-r5.ebuild b/media-sound/spotify/spotify-0.9.4.183-r5.ebuild
index 21b7a605b97d..2ffb891a755f 100644
--- a/media-sound/spotify/spotify-0.9.4.183-r5.ebuild
+++ b/media-sound/spotify/spotify-0.9.4.183-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.9.4.183-r5.ebuild,v 1.1 2014/01/28 04:11:42 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.9.4.183-r5.ebuild,v 1.2 2014/01/28 04:24:21 prometheanfire Exp $
EAPI=5
inherit eutils fdo-mime gnome2-utils pax-utils unpacker
@@ -66,7 +66,7 @@ S=${WORKDIR}
QA_PREBUILT="/opt/spotify/spotify-client/spotify
/opt/spotify/spotify-client/Data/SpotifyHelper
- /opt/spotify/spotify-client/libcef.so"
+ /opt/spotify/spotify-client/Data/libcef.so"
src_prepare() {
# link against openssl-1.0.0 as it crashes with 0.9.8
@@ -115,7 +115,7 @@ src_install() {
dodir /usr/bin
cat <<-EOF >"${D}"/usr/bin/spotify
#! /bin/sh
- LD_PRELOAD="\${LD_PRELOAD} ${SPOTIFY_HOME}/libcef.so ${SPOTIFY_HOME}/libnspr4.so.9 ${SPOTIFY_HOME}/libplc4.so.9"
+ LD_PRELOAD="\${LD_PRELOAD} ${SPOTIFY_HOME}/libnspr4.so.9 ${SPOTIFY_HOME}/libplc4.so.9"
LD_LIBRARY_PATH="${SPOTIFY_HOME}/Data/"
export LD_PRELOAD
export LD_LIBRARY_PATH