tomwij 14/03/19 15:19:44 Modified: handbrake-9999.ebuild ChangeLog Log: Update faac and a52 patching in live ebuild; fixes bug #503122, reported by sven.a.jonsson. (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Revision Changes Path 1.16 media-video/handbrake/handbrake-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-9999.ebuild?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-9999.ebuild?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-9999.ebuild?r1=1.15&r2=1.16 Index: handbrake-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-9999.ebuild,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- handbrake-9999.ebuild 6 Feb 2014 21:35:41 -0000 1.15 +++ handbrake-9999.ebuild 19 Mar 2014 15:19:44 -0000 1.16 @@ -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/media-video/handbrake/handbrake-9999.ebuild,v 1.15 2014/02/06 21:35:41 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-9999.ebuild,v 1.16 2014/03/19 15:19:44 tomwij Exp $ EAPI="5" @@ -98,17 +98,12 @@ # It may work this way; if not, we should try to mimic the duplication. epatch "${FILESDIR}"/${PN}-9999-remove-dvdnav-dup.patch - # Remove faac dependency until its compilation errors can be resolved. - # TODO: If --disable-faac works then this patch can be removed; - # we also need to figure out if this is still needed, maybe things are patched. + # Remove faac dependency; TODO: figure out if we need to do this at all. epatch "${FILESDIR}"/${PN}-9999-remove-faac-dependency.patch # Make use of an older version of libmkv. epatch "${FILESDIR}"/${PN}-9999-use-older-libmkv.patch - # Make use of an unpatched version of a52 that does not make a private field public. - epatch "${FILESDIR}"/${PN}-9999-use-unpatched-a52.patch - # Fixup configure.ac with newer automake. # TODO: Would like to see this shorten towards the future; # see which are still needed, put those in a patch instead of 6 lines here. @@ -137,7 +132,6 @@ --force \ --prefix="${EPREFIX}/usr" \ --disable-gtk-update-checks \ - --disable-faac \ --enable-avformat \ --disable-libav-aac \ --enable-libmkv \ 1.19 media-video/handbrake/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/handbrake/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 6 Feb 2014 21:35:41 -0000 1.18 +++ ChangeLog 19 Mar 2014 15:19:44 -0000 1.19 @@ -1,6 +1,11 @@ # ChangeLog for media-video/handbrake # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/ChangeLog,v 1.18 2014/02/06 21:35:41 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/ChangeLog,v 1.19 2014/03/19 15:19:44 tomwij Exp $ + + 19 Mar 2014; Tom Wijsman <[email protected]> + files/handbrake-9999-remove-faac-dependency.patch, handbrake-9999.ebuild: + Update faac and a52 patching in live ebuild; fixes bug #503122, reported by + sven.a.jonsson. 06 Feb 2014; Ian Whyman <[email protected]> handbrake-0.9.9.ebuild, handbrake-9999.ebuild:
