diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2013-01-14 04:27:48 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2013-01-14 04:27:48 +0000 |
commit | 7192b30baaf0a8d3c2e3dad0c1d82ca6c29a1191 (patch) | |
tree | c0032024d57edaa4ea4a23742958a4caf1ccd621 /media-sound/amarok/amarok-2.6.90.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-7192b30baaf0a8d3c2e3dad0c1d82ca6c29a1191.tar.gz gentoo-2-7192b30baaf0a8d3c2e3dad0c1d82ca6c29a1191.tar.bz2 gentoo-2-7192b30baaf0a8d3c2e3dad0c1d82ca6c29a1191.zip |
Applied reworked upstream patch by Matěj Laitl to fix a crash on startup related to the lastfm port - fixes bug 451476.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key BB0E6E98)
Diffstat (limited to 'media-sound/amarok/amarok-2.6.90.ebuild')
-rw-r--r-- | media-sound/amarok/amarok-2.6.90.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/media-sound/amarok/amarok-2.6.90.ebuild b/media-sound/amarok/amarok-2.6.90.ebuild index fba3deabe2e6..46f0f1b65d98 100644 --- a/media-sound/amarok/amarok-2.6.90.ebuild +++ b/media-sound/amarok/amarok-2.6.90.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.6.90.ebuild,v 1.1 2013/01/06 12:53:52 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.6.90.ebuild,v 1.2 2013/01/14 04:27:48 jmbsvicetto Exp $ EAPI=4 @@ -71,6 +71,13 @@ RDEPEND="${COMMONDEPEND} $(add_kdebase_dep phonon-kde) " +# Reworked patch to apply cleanly on 2.6.90 +# commit 68f90970f51015b9410b0786fa4d861089ccd413 +# by Matěj Laitl <matej@laitl.cz> +PATCHES=( + "${FILESDIR}/${P}-fix-crash-lastfm.patch" +) + src_configure() { # Append minimal-toc cflag for ppc64, see bug 280552 and 292707 use ppc64 && append-flags -mminimal-toc |