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.1.55.ebuild ChangeLog
Date: Tue, 01 Oct 2013 16:54:36
Message-Id: 20131001165432.D66E02004C@flycatcher.gentoo.org
1 prometheanfire 13/10/01 16:54:32
2
3 Modified: spotify-0.9.1.55.ebuild ChangeLog
4 Log:
5 fix for bug 486094
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
8
9 Revision Changes Path
10 1.2 media-sound/spotify/spotify-0.9.1.55.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/spotify-0.9.1.55.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/spotify-0.9.1.55.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/spotify-0.9.1.55.ebuild?r1=1.1&r2=1.2
15
16 Index: spotify-0.9.1.55.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.9.1.55.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- spotify-0.9.1.55.ebuild 21 Jul 2013 04:24:01 -0000 1.1
23 +++ spotify-0.9.1.55.ebuild 1 Oct 2013 16:54:32 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 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.1.55.ebuild,v 1.1 2013/07/21 04:24:01 prometheanfire Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.9.1.55.ebuild,v 1.2 2013/10/01 16:54:32 prometheanfire Exp $
29
30 EAPI=4
31 inherit eutils fdo-mime gnome2-utils pax-utils unpacker
32 @@ -72,8 +72,8 @@
33 opt/spotify/spotify-client/spotify || die "sed failed"
34 # different NSPR / NSS library names for some reason
35 sed -i \
36 - -e 's/\(lib\(nss3\|nssutil3\|smime3\).so\).1d/\1.12/g' \
37 - -e 's/\(lib\(plc4\|nspr4\).so\).0d\(.\)/\1.9\3\3/g' \
38 + -e 's/\(lib\(nss3\|nssutil3\|smime3\).so\).1d/\1\x00\x00\x00/g' \
39 + -e 's/\(lib\(plc4\|nspr4\).so\).0d\(.\)/\1\x00\x00\3\3/g' \
40 opt/spotify/spotify-client/libcef.so || die "sed failed"
41 # Fix desktop entry to launch spotify-dbus.py for GNOME integration
42 if use gnome ; then
43 @@ -138,9 +138,7 @@
44 #hack to fix the nspr linking in spotify
45 dosym /usr/lib/libnspr4.so /opt/spotify/spotify-client/libnspr4.so.9
46 dosym /usr/lib/libplc4.so /opt/spotify/spotify-client/libplc4.so.9
47 - sed -i \
48 - 's/libcef\.so/libcef\.so\ \/opt\/spotify\/spotify\-client\/libnspr4\.so\.9\ \/opt\/spotify\/spotify\-client\/libplc4\.so\.9/g' \
49 - ${ED}/usr/bin/spotify
50 + sed -i 's/libcef\.so/libcef\.so\ \/opt\/spotify\/spotify\-client\/libnspr4\.so\.9\ \/opt\/spotify\/spotify\-client\/libplc4\.so\.9/g' "${ED}/usr/bin/spotify"
51 }
52
53 pkg_preinst() {
54
55
56
57 1.20 media-sound/spotify/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/ChangeLog?rev=1.20&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/ChangeLog?rev=1.20&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/ChangeLog?r1=1.19&r2=1.20
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v
66 retrieving revision 1.19
67 retrieving revision 1.20
68 diff -u -r1.19 -r1.20
69 --- ChangeLog 21 Jul 2013 04:24:01 -0000 1.19
70 +++ ChangeLog 1 Oct 2013 16:54:32 -0000 1.20
71 @@ -1,6 +1,10 @@
72 # ChangeLog for media-sound/spotify
73 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v 1.19 2013/07/21 04:24:01 prometheanfire Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v 1.20 2013/10/01 16:54:32 prometheanfire Exp $
76 +
77 + 01 Oct 2013; Matthew Thode <prometheanfire@g.o>
78 + spotify-0.9.1.55.ebuild:
79 + fix for bug 486094
80
81 *spotify-0.9.1.55 (21 Jul 2013)