Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/spotify/
Date: Wed, 03 Aug 2016 20:30:53
Message-Id: 1470256220.872d5f28211f9f667d17a5ef91261b92e57d5b76.jmbsvicetto@gentoo
1 commit: 872d5f28211f9f667d17a5ef91261b92e57d5b76
2 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 3 20:29:50 2016 +0000
4 Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 3 20:30:20 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=872d5f28
7
8 media-sound/spotify: Version bump - fixes bug 590398.
9 Thanks to Russell Knighton <russell AT annunaki2k2 DOT co DOT uk>.
10
11 Package-Manager: portage-2.3.0
12
13 media-sound/spotify/Manifest | 2 +
14 media-sound/spotify/spotify-1.0.33.ebuild | 117 ++++++++++++++++++++++++++++++
15 2 files changed, 119 insertions(+)
16
17 diff --git a/media-sound/spotify/Manifest b/media-sound/spotify/Manifest
18 index 1dc5afe..8e88e0e 100644
19 --- a/media-sound/spotify/Manifest
20 +++ b/media-sound/spotify/Manifest
21 @@ -1,2 +1,4 @@
22 DIST spotify-client_1.0.32.96.g3c8a06e6-37_amd64.deb 80185200 SHA256 30c62258e5064150f6e655c410e3a67873d0a5cd079601ea8ec5edd487d3655a SHA512 e3f919c08eb9ddf7431a2ccea466422958d2e79c199418891a223174044a4fe6a3c99182e61640e5bfe1a0995e6cc02973d66ae3a98df873a1a252bca166d6a1 WHIRLPOOL 8b83f8afa94a2e8e32721ca76242f6bfc025dfc84346f96230605e567f043d61838329edc75aa6c7aceb6cfb419c50f38b9625594112a93d1ed82c13a5736714
23 DIST spotify-client_1.0.32.96.g3c8a06e6-3_i386.deb 86918350 SHA256 a60bb5e78b3849c595bd0c106fd6fbd39f5d7498688182d6a9f5d92c252c0ab7 SHA512 367a3d7953688bd886132a198f293b19975b15c41332d014c395a01de16ae1d92d02d349425a2198911b69f97421d797d312baa7e59f148f91dae23a8d0484cf WHIRLPOOL b17089e0c96949038bfbe492a400b54cc719aa465f204afff3f638f1c96283d7500fd1eddbe06a919ee56631845bd8f8ccb89b06123a6618e2d34465bde8b91e
24 +DIST spotify-client_1.0.33.106.g60b5d1f0-1_i386.deb 86889986 SHA256 fca0bf364679ab28091071a0406a4072ab0f1b596af0cefae27580eea56ac1e8 SHA512 9c825501cc8558714f935ef68d72b63c4736cc68608c1f081f7c98568e6ca446d07e5ae37e3f30f579b8ad7c0d17df7a672bfd19f497c830c7cc0dbbc4f78242 WHIRLPOOL 4c075ef1df698507e96782ad53aeeecb0e12b4cf3475e5e6df2d896caa0c23cd1681837bc1921bdc0d4cade979b46434dd7110a09f9f8e46aa46abb21de327c2
25 +DIST spotify-client_1.0.33.106.g60b5d1f0-22_amd64.deb 80179480 SHA256 0e3017382b179b3cc84bd188fccaae12b32ca48dbf197924f6b79066f91121c3 SHA512 55db1b6f1fba5a6ea73917dabd87eb9e9fb40991d341e555b1c74748b95df49013a8a21032273dee933028b8c85eda703cd01d090aba54285f0d966ed1e30386 WHIRLPOOL 78136e199f39290a946c99cd2961070209b5130c3dfc485da7a5c187e339e3128c8409625027e2dac5d805b62563ecb834efebaaec10d4fdfb4d29fc8e815264
26
27 diff --git a/media-sound/spotify/spotify-1.0.33.ebuild b/media-sound/spotify/spotify-1.0.33.ebuild
28 new file mode 100644
29 index 0000000..e1738e2
30 --- /dev/null
31 +++ b/media-sound/spotify/spotify-1.0.33.ebuild
32 @@ -0,0 +1,117 @@
33 +# Copyright 1999-2016 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +# $Id$
36 +
37 +EAPI=6
38 +inherit eutils fdo-mime gnome2-utils pax-utils unpacker
39 +
40 +DESCRIPTION="Spotify is a social music platform"
41 +HOMEPAGE="https://www.spotify.com/ch-de/download/previews/"
42 +SRC_BASE="http://repository.spotify.com/pool/non-free/${PN:0:1}/${PN}-client/"
43 +SRC_URI="amd64? ( ${SRC_BASE}${PN}-client_${PV}.106.g60b5d1f0-22_amd64.deb )
44 + x86? ( ${SRC_BASE}${PN}-client_${PV}.106.g60b5d1f0-1_i386.deb )"
45 +LICENSE="Spotify"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~x86"
48 +IUSE="gnome pax_kernel pulseaudio"
49 +RESTRICT="mirror strip"
50 +
51 +DEPEND=""
52 +# zenety needed for filepicker
53 +RDEPEND="
54 + ${DEPEND}
55 + dev-libs/nss
56 + gnome-base/gconf
57 + gnome-extra/zenity
58 + media-libs/alsa-lib
59 + media-libs/harfbuzz
60 + media-libs/fontconfig
61 + media-libs/mesa
62 + net-misc/curl
63 + net-print/cups[ssl]
64 + x11-libs/gtk+:2
65 + x11-libs/libXScrnSaver
66 + x11-libs/libXtst
67 + dev-python/pygobject:3
68 + dev-python/dbus-python
69 + pulseaudio? ( media-sound/pulseaudio )
70 + gnome? ( gnome-extra/gnome-integration-spotify )"
71 + #sys-libs/glibc
72 +
73 +S=${WORKDIR}/
74 +
75 +QA_PREBUILT="opt/spotify/spotify-client/spotify"
76 +
77 +src_prepare() {
78 + # Fix desktop entry to launch spotify-dbus.py for GNOME integration
79 + if use gnome ; then
80 + sed -i \
81 + -e 's/spotify \%U/spotify-dbus.py \%U/g' \
82 + usr/share/spotify/spotify.desktop || die "sed failed"
83 + fi
84 + default
85 +}
86 +
87 +src_install() {
88 + dodoc usr/share/doc/spotify-client/changelog.gz
89 +
90 + SPOTIFY_PKG_HOME=usr/share/spotify
91 + insinto /usr/share/pixmaps
92 + doins ${SPOTIFY_PKG_HOME}/icons/*.png
93 +
94 + # install in /opt/spotify
95 + SPOTIFY_HOME=/opt/spotify/spotify-client
96 + insinto ${SPOTIFY_HOME}
97 + doins -r ${SPOTIFY_PKG_HOME}/*
98 + fperms +x ${SPOTIFY_HOME}/spotify
99 +
100 + dodir /usr/bin
101 + cat <<-EOF >"${D}"/usr/bin/spotify || die
102 + #! /bin/sh
103 + exec ${SPOTIFY_HOME}/spotify "\$@"
104 + EOF
105 + fperms +x /usr/bin/spotify
106 +
107 + local size
108 + for size in 16 22 24 32 48 64 128 256 512; do
109 + newicon -s ${size} "${S}${SPOTIFY_PKG_HOME}/icons/spotify-linux-${size}.png" \
110 + "spotify-client.png"
111 + done
112 + domenu "${S}${SPOTIFY_PKG_HOME}/spotify.desktop"
113 + if use pax_kernel; then
114 + #create the headers, reset them to default, then paxmark -m them
115 + pax-mark C "${ED}${SPOTIFY_HOME}/${PN}" || die
116 + pax-mark z "${ED}${SPOTIFY_HOME}/${PN}" || die
117 + pax-mark m "${ED}${SPOTIFY_HOME}/${PN}" || die
118 + eqawarn "You have set USE=pax_kernel meaning that you intend to run"
119 + eqawarn "${PN} under a PaX enabled kernel. To do so, we must modify"
120 + eqawarn "the ${PN} binary itself and this *may* lead to breakage! If"
121 + eqawarn "you suspect that ${PN} is being broken by this modification,"
122 + eqawarn "please open a bug."
123 + fi
124 +}
125 +
126 +pkg_preinst() {
127 + gnome2_icon_savelist
128 +}
129 +
130 +pkg_postinst() {
131 + gnome2_icon_cache_update
132 + fdo-mime_mime_database_update
133 + fdo-mime_desktop_database_update
134 +
135 + ewarn "If Spotify crashes after an upgrade its cache may be corrupt."
136 + ewarn "To remove the cache:"
137 + ewarn "rm -rf ~/.cache/spotify"
138 + ewarn
139 + ewarn "If you use KDE and are upgrading from 0.9 to 1.0, you might still see the old icon."
140 + ewarn "Run"
141 + ewarn "$ rm /var/tmp/kdecache-\$USER/icon-cache.kcache"
142 + ewarn "Then log out and log in back to KDE."
143 +}
144 +
145 +pkg_postrm() {
146 + gnome2_icon_cache_update
147 + fdo-mime_mime_database_update
148 + fdo-mime_desktop_database_update
149 +}