Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 300509 Details for
Bug 373093
media-sound/spotify ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
spotify-0.6.6.10.ebuild with bin patch
spotify-0.6.2.291.ebuild (text/plain), 2.32 KB, created by
Ortwin Glueck
on 2012-01-31 09:04:26 UTC
(
hide
)
Description:
spotify-0.6.6.10.ebuild with bin patch
Filename:
MIME Type:
Creator:
Ortwin Glueck
Created:
2012-01-31 09:04:26 UTC
Size:
2.32 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="4" > >DESCRIPTION="Spotify is a social music platform" >HOMEPAGE="https://www.spotify.com/ch-de/download/previews/" >SRC_URI="amd64? ( http://repository.spotify.com/pool/non-free/s/spotify/spotify-client-qt_${PV}.gcccc1f5.116-1_amd64.deb ) > x86? ( http://repository.spotify.com/pool/non-free/s/spotify/spotify-client-qt_${PV}.gcccc1f5.116-1_i386.deb )" >LICENSE="Spotify" >SLOT="0" >KEYWORDS="amd64 x86" >IUSE="pulseaudio" > >DEPEND="sys-devel/binutils > app-arch/tar > dev-util/bsdiff" >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 > media-libs/phonon > dev-libs/openssl > dev-libs/glib:2 > >media-libs/libpng-1.5 > dev-db/sqlite:3 > sys-libs/zlib > app-arch/bzip2 > sys-apps/dbus > sys-apps/util-linux > dev-libs/expat > pulseaudio? ( >=media-sound/pulseaudio-0.9.21 )" > >RESTRICT="mirror strip" > >src_unpack() { > ar x "${DISTDIR}/${A}" > mkdir "${P}" > cd "${P}" > tar xzf ../data.tar.gz > # Binary patch removes the version information for OPENSSL_0.9.8 > # from the ELF .gnu_version* sections. They are relics from > # a build on Debian and Gentoo has no version info in openssl. > # This fixes a false positive in revdep-rebuild due to ldd > # errors. > # See http://www.odi.ch/weblog/posting.php?posting=645 > # for how to create the binary patch. > if use amd64 ; then > BPATCH=openssl-ver-amd64.bpatch > else > BPATCH=openssl-ver-x86.bpatch > fi > bspatch usr/bin/spotify spotify ${FILESDIR}/${BPATCH} > > # 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' spotify >} > >src_install() { > # install the PATCHED binary > dobin spotify > dodoc usr/share/doc/spotify-client-qt/changelog.Debian.gz > dodoc usr/share/doc/spotify-client-qt/copyright > insinto /usr/share/applications > doins usr/share/applications/*.desktop > insinto /usr/share/pixmaps > doins usr/share/pixmaps/*.png > dodir /usr/share/spotify > insinto /usr/share/spotify > doins -r usr/share/spotify/* >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 373093
:
278195
|
281087
|
288107
|
289853
|
293087
|
293279
|
294349
|
294351
|
294363
|
294993
|
294995
|
294997
|
300099
|
300125
|
300127
|
300129
|
300131
|
300509
|
300917
|
303565
|
303631
|
307003
|
307005
|
307985
|
307987
|
308203
|
310081
|
311541
|
313563
|
317910
|
318324