aballier 15/02/06 10:15:21 Modified: backlite-1.0.3-r1.ebuild ChangeLog Log: fix build with ffmpeg2, bug #515160. patch grabbed from k9copy ebuild Signed-off-by: [email protected] (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.11 app-cdr/backlite/backlite-1.0.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/backlite/backlite-1.0.3-r1.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/backlite/backlite-1.0.3-r1.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/backlite/backlite-1.0.3-r1.ebuild?r1=1.10&r2=1.11 Index: backlite-1.0.3-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-cdr/backlite/backlite-1.0.3-r1.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- backlite-1.0.3-r1.ebuild 31 Dec 2014 12:45:26 -0000 1.10 +++ backlite-1.0.3-r1.ebuild 6 Feb 2015 10:15:21 -0000 1.11 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/backlite/backlite-1.0.3-r1.ebuild,v 1.10 2014/12/31 12:45:26 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/backlite/backlite-1.0.3-r1.ebuild,v 1.11 2015/02/06 10:15:21 aballier Exp $ EAPI=5 @@ -34,7 +34,8 @@ sed -i -e '/^MimeTypes=.*/d' \ -e '/^Encoding=.*/d' *.desktop || die epatch "${FILESDIR}/${P}-ffmpeg-0.11.patch" \ - "${FILESDIR}/${P}-includepaths.patch" + "${FILESDIR}/${P}-includepaths.patch" \ + "${FILESDIR}/${P}-ffmpeg2.patch" } src_configure() { 1.43 app-cdr/backlite/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/backlite/ChangeLog?rev=1.43&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/backlite/ChangeLog?rev=1.43&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/backlite/ChangeLog?r1=1.42&r2=1.43 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-cdr/backlite/ChangeLog,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- ChangeLog 31 Dec 2014 12:45:26 -0000 1.42 +++ ChangeLog 6 Feb 2015 10:15:21 -0000 1.43 @@ -1,6 +1,10 @@ # ChangeLog for app-cdr/backlite -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/backlite/ChangeLog,v 1.42 2014/12/31 12:45:26 kensington Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/backlite/ChangeLog,v 1.43 2015/02/06 10:15:21 aballier Exp $ + + 06 Feb 2015; Alexis Ballier <[email protected]> backlite-1.0.3-r1.ebuild, + +files/backlite-1.0.3-ffmpeg2.patch: + fix build with ffmpeg2, bug #515160. patch grabbed from k9copy ebuild 31 Dec 2014; Michael Palimaka <[email protected]> backlite-1.0.3-r1.ebuild:
