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, 12 Feb 2017 14:48:23
Message-Id: 1486910826.77eee83aafe764ced70c72647f3843a8f1ec09f4.prometheanfire@gentoo
1 commit: 77eee83aafe764ced70c72647f3843a8f1ec09f4
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 12 14:47:06 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 12 14:47:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77eee83a
7
8 media-sound/spotify: bup
9
10 Package-Manager: portage-2.3.3
11
12 media-sound/spotify/Manifest | 2 +
13 media-sound/spotify/spotify-1.0.49.ebuild | 118 ++++++++++++++++++++++++++++++
14 2 files changed, 120 insertions(+)
15
16 diff --git a/media-sound/spotify/Manifest b/media-sound/spotify/Manifest
17 index ff924c846e..56a939fd4a 100644
18 --- a/media-sound/spotify/Manifest
19 +++ b/media-sound/spotify/Manifest
20 @@ -1,2 +1,4 @@
21 DIST spotify-client_1.0.48.103.g15edf1ec-14_i386.deb 73398758 SHA256 4c7f5030589b851cec85a55540e6c54cc4d70ec48619d22ad6515ab50f38413a SHA512 62af00e047ac0a3096697473667f153042d948cd9d43a41cc3ee43ca4354baa1adb61cd49c0bc0163d74bc6764178926d3d2e90cc8b5959309a24b894330f62a WHIRLPOOL 1ee55dbb07e5612c71ecb050f80c9d042feb97f9dd0ff02533970dc82b7cbfd4eeda83f27ed47d57a6beb0594fe2076db212e68d39523201d1d09dd19a2f1436
22 DIST spotify-client_1.0.48.103.g15edf1ec-94_amd64.deb 72106144 SHA256 63a1289f146d8327518306a7fa92299751eb0fb264a21433850e46b1fbebfc66 SHA512 df5a63538cdc60e407390fa815cf4eb274bc357d63bcfad6587468553dbedaf72815dd91fd8880cd565dae979cfe5096192b51e65723e701eed50722ff4f5e99 WHIRLPOOL f12dc09b7bc18ca17517964240f940e994bd581bbb1db707668f17d6ada9de1dedcb1e546f24ee4affbca49d3624bc3858de743aa74f2d521ef1c292564af5d2
23 +DIST spotify-client_1.0.49.125.g72ee7853-21_i386.deb 74610218 SHA256 723100d7df9220efe96159d30b900b042f12422a81cc7910e21457d7cdd05866 SHA512 1934478630b65cf02144431e658b6b617943f49a1aefa51e801b2d65421e58e11cd8d56952c4567b1e86d506331d50825c6ff8df751bf1f01aac162535a4b4ac WHIRLPOOL 1405e7fcc5aa4dac5bb1f970db6d157d324b07673c36feb07037f16bc817c8e05616809a0347466f4349c309cf02be6dabb418d180c92de55d8e46a2f30d8e0e
24 +DIST spotify-client_1.0.49.125.g72ee7853-83_amd64.deb 73362000 SHA256 2fc10858f972f8c1e6ddc0c2090390f03c1441ec266f77cf227e80227d3a11eb SHA512 254f8d6053075c705c533fc2104aebb82b9a33e525d61fc53df68affa168f4a6bfbfe5a8f5bb26d003d955170fd94f9f2789c8ae919c78595715968fd8e38b84 WHIRLPOOL ba13d6097c8f5ffa4274f5c97243ca5ebb0c11df8f636635fffdc9e64076c594de83528f40a6555756f4d5dec6154177a0c7c63f6c88c29e89b55dc3d7246f66
25
26 diff --git a/media-sound/spotify/spotify-1.0.49.ebuild b/media-sound/spotify/spotify-1.0.49.ebuild
27 new file mode 100644
28 index 0000000000..c0a6c3fd8d
29 --- /dev/null
30 +++ b/media-sound/spotify/spotify-1.0.49.ebuild
31 @@ -0,0 +1,118 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI=6
37 +inherit eutils fdo-mime gnome2-utils pax-utils unpacker
38 +
39 +DESCRIPTION="Spotify is a social music platform"
40 +HOMEPAGE="https://www.spotify.com/ch-de/download/previews/"
41 +BUILD_ID="125.g72ee7853"
42 +SRC_BASE="http://repository.spotify.com/pool/non-free/${PN:0:1}/${PN}-client/"
43 +SRC_URI="amd64? ( ${SRC_BASE}${PN}-client_${PV}.${BUILD_ID}-83_amd64.deb )
44 + x86? ( ${SRC_BASE}${PN}-client_${PV}.${BUILD_ID}-21_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[ssl,curl_ssl_openssl]
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 +}