summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/handbrake')
-rw-r--r--media-video/handbrake/ChangeLog5
-rw-r--r--media-video/handbrake/handbrake-0.9.9.ebuild3
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