Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/spotify/
Date: Sun, 01 May 2016 01:49:23
Message-Id: 1462067327.47c5ad0bb82ff73ee8981c1fa31c62456f0a0763.prometheanfire@gentoo
1 commit: 47c5ad0bb82ff73ee8981c1fa31c62456f0a0763
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 1 01:48:47 2016 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun May 1 01:48:47 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47c5ad0b
7
8 media-sound/spotify: bup and bugs 581596 and 581670
9
10 Package-Manager: portage-2.2.26
11
12 media-sound/spotify/Manifest | 4 ++--
13 ...{spotify-1.0.27.ebuild => spotify-1.0.28.ebuild} | 21 ++++++++++++---------
14 2 files changed, 14 insertions(+), 11 deletions(-)
15
16 diff --git a/media-sound/spotify/Manifest b/media-sound/spotify/Manifest
17 index 95aa34a..bffaafd 100644
18 --- a/media-sound/spotify/Manifest
19 +++ b/media-sound/spotify/Manifest
20 @@ -1,2 +1,2 @@
21 -DIST spotify-client_1.0.27.71.g0a26e3b2-9_amd64.deb 77971642 SHA256 82dc602ed17bbb9d0f2b161c69226f8a291f85d544fe4abffa347860374340e7 SHA512 acb80c2d605f0957c9c149a61ab633be40d38e7328ae295a6ffada58263a70eff1fdd80dd07d5df497fa69a45c0a46038fa01b4084e48ba1465296329dbb885e WHIRLPOOL ca0479c3dc4e15e87d380508f7131900fce338261f33d7b46c99160b0bb15885d7b693c8daf5a26e3446e1a0efbab1e7fa3b224b635e7529a47e8c394eae50a1
22 -DIST spotify-client_1.0.27.73.g602ced10-2_i386.deb 81135262 SHA256 b7113e2aa305cd2389d8861c6212de05ed5a9cfaa2a85e8021b355a848634f34 SHA512 c77165046472853a7be5da35924ef0b1296bdcac90342b99ad87b492117487645f4845deb5014ba739a7c8edbffce829f65c849a822a72af0441f3f74a8c740a WHIRLPOOL 43b06ac12ae0aaf2436e21c2a755ff5e074727b44e6897f956c647b85ecd4403ac10c918dbcaed360ea235959d7b3d49318b050668f0b324d2daf81e384b915e
23 +DIST spotify-client_1.0.28.89.gf959d4ce-37_amd64.deb 77841530 SHA256 c563f1c0cd7a632802431191714bd23be05009ce93d70571cc217e606575661b SHA512 aa1a913988df01e4362fd37c5150b419bd9b0d59cb966f8067b178ad11fbb2ff24e5bea6fc11d29b170c3f28dad91d791c043df9eb988127786020a5af0af646 WHIRLPOOL 6c6c951f80311ccd3c7211cb4c0a8ba3511b4c87200dabac7683262741126f4a50f6ae31fc06225efdc18227ae753bbd558ff0d5f8d98d4a8632fcef4988f037
24 +DIST spotify-client_1.0.28.89.gf959d4ce-4_i386.deb 4543475 SHA256 6534d77164b77c0d2ce88150e57ab6ae7b75322b72a3abca201f1a449b850434 SHA512 cb36aa7160df003e98f4bd5ac2666d35938f665c6747aafc3b9835aa9c3319e3de593ac978e9cc6ae632cea25b5b93da0f70518a24b16149ecdbd1719cfa3b09 WHIRLPOOL 9d9dfd0fb185cc2e66f572e439ead819bfd9e0faba6e6ac43d371b5d5416a0cba8aa5f2e93e7b50d2c14ae3841a85b652ec1cb7c7175b9d27bb2273ae4be1969
25
26 diff --git a/media-sound/spotify/spotify-1.0.27.ebuild b/media-sound/spotify/spotify-1.0.28.ebuild
27 similarity index 87%
28 rename from media-sound/spotify/spotify-1.0.27.ebuild
29 rename to media-sound/spotify/spotify-1.0.28.ebuild
30 index 40e9b73..2c75ee4 100644
31 --- a/media-sound/spotify/spotify-1.0.27.ebuild
32 +++ b/media-sound/spotify/spotify-1.0.28.ebuild
33 @@ -2,17 +2,17 @@
34 # Distributed under the terms of the GNU General Public License v2
35 # $Id$
36
37 -EAPI=5
38 +EAPI=6
39 inherit eutils fdo-mime gnome2-utils pax-utils unpacker
40
41 DESCRIPTION="Spotify is a social music platform"
42 HOMEPAGE="https://www.spotify.com/ch-de/download/previews/"
43 SRC_BASE="http://repository.spotify.com/pool/non-free/${PN:0:1}/${PN}-client/"
44 -SRC_URI="amd64? ( ${SRC_BASE}${PN}-client_${PV}.71.g0a26e3b2-9_amd64.deb )
45 - x86? ( ${SRC_BASE}${PN}-client_${PV}.73.g602ced10-2_i386.deb )"
46 +SRC_URI="amd64? ( ${SRC_BASE}${PN}-client_${PV}.89.gf959d4ce-37_amd64.deb )
47 + x86? ( ${SRC_BASE}${PN}-client_${PV}.89.gf959d4ce-4_i386.deb )"
48 LICENSE="Spotify"
49 SLOT="0"
50 -KEYWORDS="amd64 x86"
51 +KEYWORDS="~amd64 ~x86"
52 IUSE="gnome pax_kernel pulseaudio"
53 RESTRICT="mirror strip"
54
55 @@ -29,12 +29,14 @@ RDEPEND="
56 media-libs/mesa
57 net-misc/curl
58 net-print/cups[ssl]
59 - sys-libs/glibc
60 x11-libs/gtk+:2
61 x11-libs/libXScrnSaver
62 x11-libs/libXtst
63 + dev-python/pygobject:3
64 + dev-python/dbus-python
65 pulseaudio? ( media-sound/pulseaudio )
66 gnome? ( gnome-extra/gnome-integration-spotify )"
67 + #sys-libs/glibc
68
69 S=${WORKDIR}/
70
71 @@ -43,14 +45,15 @@ QA_PREBUILT="opt/spotify/spotify-client/spotify"
72 src_prepare() {
73 # Fix desktop entry to launch spotify-dbus.py for GNOME integration
74 if use gnome ; then
75 - sed -i \
76 - -e 's/spotify \%U/spotify-dbus.py \%U/g' \
77 - usr/share/spotify/spotify.desktop || die "sed failed"
78 + sed -i \
79 + -e 's/spotify \%U/spotify-dbus.py \%U/g' \
80 + usr/share/spotify/spotify.desktop || die "sed failed"
81 fi
82 + default
83 }
84
85 src_install() {
86 - dodoc usr/share/doc/spotify-client/changelog.Debian.gz
87 + dodoc usr/share/doc/spotify-client/changelog.gz
88
89 SPOTIFY_PKG_HOME=usr/share/spotify
90 insinto /usr/share/pixmaps