diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2012-12-17 15:18:25 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2012-12-17 15:18:25 +0000 |
commit | 017155cf9f02bdd895c42d36ba2328743dd934e9 (patch) | |
tree | 4fa58109bedd311d59e52a666d145bf29df0e852 /media-sound | |
parent | x11-drivers/xf86-video-intel: Bump to 2.20.16 (diff) | |
download | gentoo-2-017155cf9f02bdd895c42d36ba2328743dd934e9.tar.gz gentoo-2-017155cf9f02bdd895c42d36ba2328743dd934e9.tar.bz2 gentoo-2-017155cf9f02bdd895c42d36ba2328743dd934e9.zip |
add the cups rdep to spotify, becuse, whynot
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/spotify/ChangeLog | 10 | ||||
-rw-r--r-- | media-sound/spotify/spotify-0.8.4.103-r1.ebuild | 142 | ||||
-rw-r--r-- | media-sound/spotify/spotify-0.8.4.103-r3.ebuild (renamed from media-sound/spotify/spotify-0.8.4.103.ebuild) | 8 |
3 files changed, 13 insertions, 147 deletions
diff --git a/media-sound/spotify/ChangeLog b/media-sound/spotify/ChangeLog index 25a2da94a2ae..2c0ee10a4f11 100644 --- a/media-sound/spotify/ChangeLog +++ b/media-sound/spotify/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-sound/spotify # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v 1.3 2012/11/16 05:13:07 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v 1.4 2012/12/17 15:18:25 prometheanfire Exp $ + +*spotify-0.8.4.103-r3 (17 Dec 2012) + + 17 Dec 2012; Matthew Thode <prometheanfire@gentoo.org> + +spotify-0.8.4.103-r3.ebuild, -spotify-0.8.4.103-r1.ebuild, + -spotify-0.8.4.103.ebuild: + add the cups rdep to spotify, becuse, whynot *spotify-0.8.4.103-r2 (16 Nov 2012) @@ -19,4 +26,3 @@ 07 Nov 2012; Matthew Thode <prometheanfire@gentoo.org> +spotify-0.8.4.103.ebuild: adding spotify-0.8.4.103 for bug 373093 - diff --git a/media-sound/spotify/spotify-0.8.4.103-r1.ebuild b/media-sound/spotify/spotify-0.8.4.103-r1.ebuild deleted file mode 100644 index 19f9e4bb4e1f..000000000000 --- a/media-sound/spotify/spotify-0.8.4.103-r1.ebuild +++ /dev/null @@ -1,142 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.8.4.103-r1.ebuild,v 1.1 2012/11/11 18:55:08 prometheanfire Exp $ - -EAPI=4 -inherit pax-utils - -DESCRIPTION="Spotify is a social music platform" -HOMEPAGE="https://www.spotify.com/ch-de/download/previews/" -MY_PV="${PV}.g9cb177b.260-1" -MY_P="${PN}-client_${MY_PV}" -SRC_BASE="http://repository.spotify.com/pool/non-free/${PN:0:1}/${PN}/" -#SRC_BASE="http://download.spotify.com/preview/" -SRC_URI=" - x86? ( ${SRC_BASE}${MY_P}_i386.deb ) - amd64? ( ${SRC_BASE}${MY_P}_amd64.deb ) - " -LICENSE="Spotify" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="gnome kde pax_kernel pulseaudio" - -DEPEND="" -RDEPEND="${DEPEND} - x11-libs/libX11 - x11-libs/libSM - x11-libs/libICE - x11-libs/libXrender - x11-libs/libXrandr - x11-libs/libXinerama - x11-libs/libXext - x11-libs/libxcb - x11-libs/libXau - x11-libs/libXdmcp - x11-libs/qt-core:4 - x11-libs/qt-gui:4 - x11-libs/qt-webkit:4 - x11-libs/qt-dbus:4 - x11-libs/libXScrnSaver - media-libs/freetype - media-libs/fontconfig - media-libs/alsa-lib - dev-libs/openssl:0 - dev-libs/glib:2 - media-libs/libpng:1.2 - dev-db/sqlite:3 - sys-libs/zlib - app-arch/bzip2 - sys-apps/dbus - sys-apps/util-linux - dev-libs/expat - >=dev-libs/nspr-4.9 - gnome-base/gconf:2 - x11-libs/gtk+:2 - dev-libs/nss - dev-libs/glib:2 - pulseaudio? ( >=media-sound/pulseaudio-0.9.21 ) - gnome? ( gnome-extra/gnome-integration-spotify ) - kde? ( gnome-extra/gnome-integration-spotify )" - -RESTRICT="mirror strip" - -src_unpack() { - mkdir "${P}" - cd "${P}" - unpack ${A} - unpack ./data.tar.gz -} - -src_prepare() { - # link against openssl-1.0.0 as it crashes with 0.9.8 - sed -i \ - -e 's/\(lib\(ssl\|crypto\).so\).0.9.8/\1.1.0.0/g' \ - usr/share/spotify/spotify || die "sed failed" - # different NSPR / NSS library names for some reason - sed -i \ - -e 's/\(lib\(nss3\|nssutil3\|smime3\).so\).1d/\1.12/g' \ - -e 's/\(lib\(plc4\|nspr4\).so\).0d\(.\)/\1.9\3\3/g' \ - usr/share/spotify/libcef.so || die "sed failed" - # Fix desktop entry to launch spotify-dbus.py for GNOME integration - if use gnome || use kde ; then - sed -i \ - -e 's/spotify \%U/spotify-dbus.py \%U/g' \ - usr/share/applications/spotify.desktop || die "sed failed" - fi - #and fix other stuff in the desktop file as well - sed -i \ - -e 's/x-scheme-handler\/spotify$/x-scheme-handler\/spotify\;/g' \ - -e 's/AudioVideo$/AudioVideo\;/g' \ - usr/share/applications/spotify.desktop || die "sed failed" -} - -src_install() { - dodoc usr/share/doc/spotify-client/changelog.Debian.gz - dodoc usr/share/doc/spotify-client/copyright - insinto /usr/share/applications - doins usr/share/applications/*.desktop - insinto /usr/share/pixmaps - doins usr/share/pixmaps/*.png - - # install in /opt/spotify - SPOTIFY_HOME=/opt/spotify - dodir ${SPOTIFY_HOME} - insinto ${SPOTIFY_HOME} - doins -r usr/share/spotify/* - fperms +x ${SPOTIFY_HOME}/spotify - dodir /usr/share - dosym ${SPOTIFY_HOME} /usr/share/spotify - - dodir /usr/bin - cat <<-EOF >"${D}"/usr/bin/spotify - #! /bin/sh - LD_PRELOAD="\${LD_PRELOAD} /usr/share/spotify/libcef.so" - export LD_PRELOAD - exec ${SPOTIFY_HOME}/spotify "\$@" - EOF - fperms +x /usr/bin/spotify - - # revdep-rebuild produces a false positive because of symbol versioning - dodir /etc/revdep-rebuild - cat <<-EOF >"${D}"/etc/revdep-rebuild/10${PN} - SEARCH_DIRS_MASK="${SPOTIFY_HOME}" - EOF - - if use pax_kernel; then - #create the headers, reset them to default, then paxmark -m them - pax-mark C "${ED}"/opt/${PN}/${PN} || die - pax-mark z "${ED}"/opt/${PN}/${PN} || die - pax-mark m "${ED}"/opt/${PN}/${PN} || die - eqawarn "You have set USE=pax_kernel meaning that you intendto run" - eqawarn "${PN} under a PaX enabled kernel. To do so, we must modify" - eqawarn "the ${PN} binary itself and this *may* lead to breakage! If" - eqawarn "you suspect that ${PN} is being broken by this modification," - eqawarn "please open a bug." - fi -} - -pkg_postinst() { - ewarn "If Spotify crashes after an upgrade its cache may be corrupt." - ewarn "To remove the cache:" - ewarn "rm -rf ~/.cache/spotify" -} diff --git a/media-sound/spotify/spotify-0.8.4.103.ebuild b/media-sound/spotify/spotify-0.8.4.103-r3.ebuild index 4806ec1dc055..1c912ca25b83 100644 --- a/media-sound/spotify/spotify-0.8.4.103.ebuild +++ b/media-sound/spotify/spotify-0.8.4.103-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.8.4.103.ebuild,v 1.1 2012/11/07 18:28:39 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.8.4.103-r3.ebuild,v 1.1 2012/12/17 15:18:25 prometheanfire Exp $ EAPI=4 inherit pax-utils @@ -18,7 +18,7 @@ SRC_URI=" LICENSE="Spotify" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="pax_kernel pulseaudio gnome" +IUSE="gnome pax_kernel pulseaudio" DEPEND="" RDEPEND="${DEPEND} @@ -54,7 +54,9 @@ RDEPEND="${DEPEND} x11-libs/gtk+:2 dev-libs/nss dev-libs/glib:2 - pulseaudio? ( >=media-sound/pulseaudio-0.9.21 )" + net-print/cups + pulseaudio? ( >=media-sound/pulseaudio-0.9.21 ) + gnome? ( gnome-extra/gnome-integration-spotify )" RESTRICT="mirror strip" |