slyfox 14/08/26 10:22:31 Modified: splashutils-1.5.4.4-r4.ebuild ChangeLog Log: Fix build failure against stable freetype (bug #506124 by Nathan Caldwell and others, fix by Lars Wendler). (Portage version: 2.2.12_p6/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path 1.2 media-gfx/splashutils/splashutils-1.5.4.4-r4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r4.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r4.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r4.ebuild?r1=1.1&r2=1.2 Index: splashutils-1.5.4.4-r4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r4.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- splashutils-1.5.4.4-r4.ebuild 14 Oct 2013 13:50:25 -0000 1.1 +++ splashutils-1.5.4.4-r4.ebuild 26 Aug 2014 10:22:31 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r4.ebuild,v 1.1 2013/10/14 13:50:25 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r4.ebuild,v 1.2 2014/08/26 10:22:31 slyfox Exp $ EAPI=5 inherit autotools eutils multilib toolchain-funcs @@ -88,6 +88,8 @@ if use truetype ; then cd "${SM}" epatch "${FILESDIR}/splashutils-1.5.4.4-freetype-bz2.patch" + #cd "${S}" + epatch "${FILESDIR}/splashutils-1.5.4.4-ft25.patch" fi cd "${S}" 1.223 media-gfx/splashutils/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/ChangeLog?rev=1.223&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/ChangeLog?rev=1.223&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/ChangeLog?r1=1.222&r2=1.223 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v retrieving revision 1.222 retrieving revision 1.223 diff -u -r1.222 -r1.223 --- ChangeLog 10 Aug 2014 21:16:18 -0000 1.222 +++ ChangeLog 26 Aug 2014 10:22:31 -0000 1.223 @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/splashutils # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.222 2014/08/10 21:16:18 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.223 2014/08/26 10:22:31 slyfox Exp $ + + 26 Aug 2014; Sergei Trofimovich <[email protected]> + +files/splashutils-1.5.4.4-ft25.patch, splashutils-1.5.4.4-r4.ebuild: + Fix build failure against stable freetype (bug #506124 by Nathan Caldwell and + others, fix by Lars Wendler). 10 Aug 2014; Sergei Trofimovich <[email protected]> splashutils-1.5.4.4-r1.ebuild, splashutils-1.5.4.4-r2.ebuild:
