tupone 14/09/25 20:50:13 Modified: ChangeLog supertuxkart-0.8.1.ebuild Log: Fix build with media-libs/jpeg-9 Bug #520726 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.44 games-action/supertuxkart/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?rev=1.44&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?rev=1.44&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?r1=1.43&r2=1.44 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- ChangeLog 29 Apr 2014 23:31:25 -0000 1.43 +++ ChangeLog 25 Sep 2014 20:50:13 -0000 1.44 @@ -1,6 +1,10 @@ # ChangeLog for games-action/supertuxkart # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.43 2014/04/29 23:31:25 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.44 2014/09/25 20:50:13 tupone Exp $ + + 25 Sep 2014; Alfredo Tupone <[email protected]> supertuxkart-0.8.1.ebuild, + +files/supertuxkart-0.8.1-jpeg9.patch: + Fix build with media-libs/jpeg-9 Bug #520726 by [email protected] 29 Apr 2014; Julian Ospald <[email protected]> supertuxkart-0.8.1.ebuild, +files/supertuxkart-0.8.1-mesa-10.x.patch: 1.6 games-action/supertuxkart/supertuxkart-0.8.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.1.ebuild?r1=1.5&r2=1.6 Index: supertuxkart-0.8.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- supertuxkart-0.8.1.ebuild 29 Apr 2014 23:31:25 -0000 1.5 +++ supertuxkart-0.8.1.ebuild 25 Sep 2014 20:50:13 -0000 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.1.ebuild,v 1.5 2014/04/29 23:31:25 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.1.ebuild,v 1.6 2014/09/25 20:50:13 tupone Exp $ EAPI=5 inherit gnome2-utils cmake-utils eutils games @@ -41,7 +41,7 @@ S=${WORKDIR}/SuperTuxKart-${PV} src_prepare() { - epatch "${FILESDIR}"/${P}-{gentoo,icon-dest,irrlicht,desktopfile,mesa-10.x}.patch + epatch "${FILESDIR}"/${P}-{gentoo,icon-dest,irrlicht,desktopfile,mesa-10.x,jpeg9}.patch # inconsistent handling of debug definition # avoid using Debug build type
