Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/spotify/
Date: Wed, 22 Sep 2021 22:35:01
Message-Id: 1632350093.0f93a55798973a090c1d0207a172f4cc9f8de04d.prometheanfire@gentoo
1 commit: 0f93a55798973a090c1d0207a172f4cc9f8de04d
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 22 22:33:20 2021 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 22 22:34:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f93a557
7
8 media-sound/spotify: 1.1.68 bump
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 RepoMan-Options: --force
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 media-sound/spotify/Manifest | 1 +
15 media-sound/spotify/spotify-1.1.68.ebuild | 116 ++++++++++++++++++++++++++++++
16 2 files changed, 117 insertions(+)
17
18 diff --git a/media-sound/spotify/Manifest b/media-sound/spotify/Manifest
19 index f71b14a2330..1d417b26db9 100644
20 --- a/media-sound/spotify/Manifest
21 +++ b/media-sound/spotify/Manifest
22 @@ -1,2 +1,3 @@
23 DIST spotify-client_1.0.72.117.g6bd7cc73-35_i386.deb 95135550 BLAKE2B ad4587dd6b3c64a0398e0790203a7826e290a27542fa39ebbd6c7198d8ad1fd3fb06e8b030b64e1e61e0624ef20aafda08189266486cd073cb779ebff62ef502 SHA512 51d60f7592e5f31ea4b7e67736a85271cb48d4108459630da61c4ab67d2a470038240c1d6ff577280cb4498cf44f14d7bc7e0312f63d34265bcd1e70cd13142f
24 DIST spotify-client_1.1.67.586.gbb5ef64e_amd64.deb 118938508 BLAKE2B 41239d0c67e3f9e1e4ef2b437320307f1cf947e022635b7c3b9103bfe5fe33f0b1465e9384e78cbb4684b0dec2efd974aa2ac4d1a15860907d66be0b04b14246 SHA512 d105eed1f013be2704ad7f0aaeb80ab2f8f19a0cfe69782f32fc95241d2900560996ec17101222365e1ad3b02ff9fa866da3f0709277a5bb40d032f5a58f7062
25 +DIST spotify-client_1.1.68.632.g2b11de83_amd64.deb 112586002 BLAKE2B 9591b9ff4bc5ba4227cb964b4d77f80441701353d704c2ba502c8f8cf21b64ad406b89e41355c0b2db7a9dfa7db985b555603b38b6e8eed4371732f4b81e67d6 SHA512 742bf459d7d87cc269a4c29cd2489753c6f7b62f3ee2150808c4931c29ee0d89f5b5ae47589112768e5958da73cba857074845fd017bd53c4574ea84c6770074
26
27 diff --git a/media-sound/spotify/spotify-1.1.68.ebuild b/media-sound/spotify/spotify-1.1.68.ebuild
28 new file mode 100644
29 index 00000000000..86a2a079c2e
30 --- /dev/null
31 +++ b/media-sound/spotify/spotify-1.1.68.ebuild
32 @@ -0,0 +1,116 @@
33 +# Copyright 1999-2021 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +inherit desktop pax-utils unpacker xdg
38 +
39 +DESCRIPTION="Spotify is a social music platform"
40 +HOMEPAGE="https://www.spotify.com/download/linux/"
41 +SRC_BASE="http://repository.spotify.com/pool/non-free/s/${PN}-client/"
42 +BUILD_ID_AMD64="632.g2b11de83"
43 +SRC_URI="${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_AMD64}_amd64.deb"
44 +LICENSE="Spotify"
45 +SLOT="0"
46 +KEYWORDS="amd64"
47 +IUSE="libnotify local-playback pax-kernel pulseaudio systray"
48 +RESTRICT="mirror strip"
49 +
50 +BDEPEND=">=dev-util/patchelf-0.10"
51 +RDEPEND="
52 + dev-libs/nss
53 + dev-python/dbus-python
54 + libnotify? ( x11-libs/libnotify )
55 + dev-libs/openssl:0=
56 + media-libs/alsa-lib
57 + media-libs/fontconfig
58 + media-libs/harfbuzz
59 + media-libs/mesa[X(+)]
60 + net-misc/curl[ssl]
61 + net-print/cups[ssl]
62 + pulseaudio? ( media-sound/pulseaudio )
63 + !pulseaudio? ( media-sound/apulse )
64 + local-playback? ( media-video/ffmpeg:0/56.58.58 )
65 + systray? ( gnome-extra/gnome-integration-spotify )
66 + x11-libs/gtk+:3
67 + app-accessibility/at-spi2-atk
68 + x11-libs/libxkbcommon
69 + x11-libs/libXScrnSaver
70 + x11-libs/libXtst
71 + x11-libs/libSM
72 + x11-libs/libICE
73 +"
74 + #sys-libs/glibc
75 +
76 +S=${WORKDIR}/
77 +
78 +QA_PREBUILT="
79 + opt/spotify/spotify-client/spotify
80 + opt/spotify/spotify-client/libEGL.so
81 + opt/spotify/spotify-client/libGLESv2.so
82 + opt/spotify/spotify-client/libcef.so
83 + opt/spotify/spotify-client/swiftshader/libEGL.so
84 + opt/spotify/spotify-client/swiftshader/libGLESv2.so
85 +"
86 +
87 +src_prepare() {
88 + # Fix desktop entry to launch spotify-dbus.py for systray integration
89 + if use systray ; then
90 + sed -i \
91 + -e 's/spotify \%U/spotify-dbus.py \%U/g' \
92 + usr/share/spotify/spotify.desktop || die "sed failed"
93 + fi
94 + default
95 +
96 + # Spotify links against libcurl-gnutls.so.4, which does not exist in Gentoo.
97 + patchelf --replace-needed libcurl-gnutls.so.4 libcurl.so.4 usr/bin/spotify \
98 + || die "failed to patch libcurl library dependency"
99 +}
100 +
101 +src_install() {
102 + gunzip usr/share/doc/spotify-client/changelog.gz || die
103 + dodoc usr/share/doc/spotify-client/changelog
104 +
105 + SPOTIFY_PKG_HOME=usr/share/spotify
106 + insinto /usr/share/pixmaps
107 + doins ${SPOTIFY_PKG_HOME}/icons/*.png
108 +
109 + # install in /opt/spotify
110 + SPOTIFY_HOME=/opt/spotify/spotify-client
111 + insinto ${SPOTIFY_HOME}
112 + doins -r ${SPOTIFY_PKG_HOME}/*
113 + fperms +x ${SPOTIFY_HOME}/spotify
114 +
115 + dodir /usr/bin
116 + cat <<-EOF >"${D}"/usr/bin/spotify || die
117 + #! /bin/sh
118 + LD_LIBRARY_PATH="/usr/$(get_libdir)/apulse" \\
119 + exec ${SPOTIFY_HOME}/spotify "\$@"
120 + EOF
121 + fperms +x /usr/bin/spotify
122 +
123 + local size
124 + for size in 16 22 24 32 48 64 128 256 512; do
125 + newicon -s ${size} "${S}${SPOTIFY_PKG_HOME}/icons/spotify-linux-${size}.png" \
126 + "spotify-client.png"
127 + done
128 + domenu "${S}${SPOTIFY_PKG_HOME}/spotify.desktop"
129 + if use pax-kernel; then
130 + #create the headers, reset them to default, then paxmark -m them
131 + pax-mark C "${ED}${SPOTIFY_HOME}/${PN}" || die
132 + pax-mark z "${ED}${SPOTIFY_HOME}/${PN}" || die
133 + pax-mark m "${ED}${SPOTIFY_HOME}/${PN}" || die
134 + eqawarn "You have set USE=pax-kernel meaning that you intend to run"
135 + eqawarn "${PN} under a PaX enabled kernel. To do so, we must modify"
136 + eqawarn "the ${PN} binary itself and this *may* lead to breakage! If"
137 + eqawarn "you suspect that ${PN} is being broken by this modification,"
138 + eqawarn "please open a bug."
139 + fi
140 +}
141 +
142 +pkg_postinst() {
143 + xdg_pkg_postinst
144 +
145 + ewarn "If Spotify crashes after an upgrade its cache may be corrupt."
146 + ewarn "To remove the cache:"
147 + ewarn "rm -rf ~/.cache/spotify"
148 +}