diff options
author | 2013-07-04 14:00:32 +0000 | |
---|---|---|
committer | 2013-07-04 14:00:32 +0000 | |
commit | e7b40dcc25a4f517d6f8454cd6ea95ebb7755e44 (patch) | |
tree | e8256148d63e4f335c3c7de77e1bc4c9ffb86d4e /media-video/handbrake | |
parent | version bump (diff) | |
download | gentoo-2-e7b40dcc25a4f517d6f8454cd6ea95ebb7755e44.tar.gz gentoo-2-e7b40dcc25a4f517d6f8454cd6ea95ebb7755e44.tar.bz2 gentoo-2-e7b40dcc25a4f517d6f8454cd6ea95ebb7755e44.zip |
Removed unconditional -lfaac LDFLAG from missed GTK configure.
(Portage version: 2.1.12.10/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'media-video/handbrake')
-rw-r--r-- | media-video/handbrake/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/handbrake/handbrake-0.9.9.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/media-video/handbrake/ChangeLog b/media-video/handbrake/ChangeLog index ab3b09cd994a..2cb2f51cd96a 100644 --- a/media-video/handbrake/ChangeLog +++ b/media-video/handbrake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/handbrake # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/ChangeLog,v 1.9 2013/07/04 07:14:41 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/ChangeLog,v 1.10 2013/07/04 14:00:32 tomwij Exp $ + + 04 Jul 2013; Tom Wijsman <TomWij@gentoo.org> handbrake-0.9.9.ebuild: + Removed unconditional -lfaac LDFLAG from missed GTK configure. 04 Jul 2013; Tom Wijsman <TomWij@gentoo.org> handbrake-0.9.9.ebuild: Block <media-video/ffmpeg-1.2.1 even more. diff --git a/media-video/handbrake/handbrake-0.9.9.ebuild b/media-video/handbrake/handbrake-0.9.9.ebuild index 1b89931deb32..d9df0f312d92 100644 --- a/media-video/handbrake/handbrake-0.9.9.ebuild +++ b/media-video/handbrake/handbrake-0.9.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-0.9.9.ebuild,v 1.4 2013/07/04 07:14:41 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-0.9.9.ebuild,v 1.5 2013/07/04 14:00:32 tomwij Exp $ EAPI="5" @@ -91,6 +91,7 @@ src_prepare() { # Remove faac dependency until its compilation errors can be resolved. epatch "${FILESDIR}"/handbrake-9999-remove-faac-dependency.patch + sed -i 's/-lfaac//' gtk/configure.ac || die # Make use of an older version of libmkv. epatch "${FILESDIR}"/handbrake-9999-use-older-libmkv.patch |