aballier 15/02/06 10:09:20 Modified: ChangeLog dvdauthor-0.7.1.ebuild Log: fix build with glibc 2.20, patch from upstream, bug #529162 Signed-off-by: [email protected] (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.52 media-video/dvdauthor/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/ChangeLog?rev=1.52&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/ChangeLog?rev=1.52&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/ChangeLog?r1=1.51&r2=1.52 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- ChangeLog 10 Apr 2013 14:16:02 -0000 1.51 +++ ChangeLog 6 Feb 2015 10:09:20 -0000 1.52 @@ -1,6 +1,10 @@ # ChangeLog for media-video/dvdauthor -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v 1.51 2013/04/10 14:16:02 ssuominen Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v 1.52 2015/02/06 10:09:20 aballier Exp $ + + 06 Feb 2015; Alexis Ballier <[email protected]> dvdauthor-0.7.1.ebuild, + +files/dvdauthor-0.7.1-glibc220.patch: + fix build with glibc 2.20, patch from upstream, bug #529162 10 Apr 2013; Samuli Suominen <[email protected]> dvdauthor-0.7.1.ebuild: Fix building with USE="graphicsmagick" wrt #459976 by Erik Zeek, Andrew John 1.3 media-video/dvdauthor/dvdauthor-0.7.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild?r1=1.2&r2=1.3 Index: dvdauthor-0.7.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- dvdauthor-0.7.1.ebuild 10 Apr 2013 14:16:02 -0000 1.2 +++ dvdauthor-0.7.1.ebuild 6 Feb 2015 10:09:20 -0000 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild,v 1.2 2013/04/10 14:16:02 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild,v 1.3 2015/02/06 10:09:20 aballier Exp $ EAPI=5 inherit eutils flag-o-matic toolchain-funcs @@ -29,6 +29,7 @@ DOCS=( AUTHORS ChangeLog README TODO ) src_prepare() { + epatch "${FILESDIR}/${P}-glibc220.patch" use graphicsmagick && \ sed -i -e 's:ExportImagePixels:dIsAbLeAuToMaGiC&:' configure }
