Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/spotify: spotify-0.9.4.183-r5.ebuild ChangeLog
Date: Tue, 28 Jan 2014 04:24:26
Message-Id: 20140128042421.B0CCD2004C@flycatcher.gentoo.org
1 prometheanfire 14/01/28 04:24:21
2
3 Modified: spotify-0.9.4.183-r5.ebuild ChangeLog
4 Log:
5 now with a better fix for bug 498272
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
8
9 Revision Changes Path
10 1.2 media-sound/spotify/spotify-0.9.4.183-r5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/spotify-0.9.4.183-r5.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/spotify-0.9.4.183-r5.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/spotify-0.9.4.183-r5.ebuild?r1=1.1&r2=1.2
15
16 Index: spotify-0.9.4.183-r5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.9.4.183-r5.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- spotify-0.9.4.183-r5.ebuild 28 Jan 2014 04:11:42 -0000 1.1
23 +++ spotify-0.9.4.183-r5.ebuild 28 Jan 2014 04:24:21 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $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 $
28 +# $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 $
29
30 EAPI=5
31 inherit eutils fdo-mime gnome2-utils pax-utils unpacker
32 @@ -66,7 +66,7 @@
33
34 QA_PREBUILT="/opt/spotify/spotify-client/spotify
35 /opt/spotify/spotify-client/Data/SpotifyHelper
36 - /opt/spotify/spotify-client/libcef.so"
37 + /opt/spotify/spotify-client/Data/libcef.so"
38
39 src_prepare() {
40 # link against openssl-1.0.0 as it crashes with 0.9.8
41 @@ -115,7 +115,7 @@
42 dodir /usr/bin
43 cat <<-EOF >"${D}"/usr/bin/spotify
44 #! /bin/sh
45 - LD_PRELOAD="\${LD_PRELOAD} ${SPOTIFY_HOME}/libcef.so ${SPOTIFY_HOME}/libnspr4.so.9 ${SPOTIFY_HOME}/libplc4.so.9"
46 + LD_PRELOAD="\${LD_PRELOAD} ${SPOTIFY_HOME}/libnspr4.so.9 ${SPOTIFY_HOME}/libplc4.so.9"
47 LD_LIBRARY_PATH="${SPOTIFY_HOME}/Data/"
48 export LD_PRELOAD
49 export LD_LIBRARY_PATH
50
51
52
53 1.28 media-sound/spotify/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/ChangeLog?rev=1.28&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/ChangeLog?rev=1.28&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/ChangeLog?r1=1.27&r2=1.28
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v
62 retrieving revision 1.27
63 retrieving revision 1.28
64 diff -u -r1.27 -r1.28
65 --- ChangeLog 28 Jan 2014 04:11:42 -0000 1.27
66 +++ ChangeLog 28 Jan 2014 04:24:21 -0000 1.28
67 @@ -1,6 +1,10 @@
68 # ChangeLog for media-sound/spotify
69 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v 1.27 2014/01/28 04:11:42 prometheanfire Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v 1.28 2014/01/28 04:24:21 prometheanfire Exp $
72 +
73 + 28 Jan 2014; Matthew Thode <prometheanfire@g.o>
74 + spotify-0.9.4.183-r5.ebuild:
75 + now with a better fix for bug 498272
76
77 *spotify-0.9.4.183-r5 (28 Jan 2014)