summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2012-11-18 18:27:29 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2012-11-18 18:27:29 +0000
commit42c45fd089562af05a01fd370059038e0d052bca (patch)
tree6637c518cbcac02810a3ed97e417eb34113693a6 /media-libs/libquicktime/libquicktime-1.2.4.ebuild
parentVersion bump (diff)
downloadhistorical-42c45fd089562af05a01fd370059038e0d052bca.tar.gz
historical-42c45fd089562af05a01fd370059038e0d052bca.tar.bz2
historical-42c45fd089562af05a01fd370059038e0d052bca.zip
Add patch to avoid crash when building against libav-9.
Package-Manager: portage-2.2.0_alpha142/cvs/Linux x86_64 Manifest-Sign-Key: 0x1CD13C8AD4301342
Diffstat (limited to 'media-libs/libquicktime/libquicktime-1.2.4.ebuild')
-rw-r--r--media-libs/libquicktime/libquicktime-1.2.4.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/media-libs/libquicktime/libquicktime-1.2.4.ebuild b/media-libs/libquicktime/libquicktime-1.2.4.ebuild
index 881345a82c5e..f97a8ce2d049 100644
--- a/media-libs/libquicktime/libquicktime-1.2.4.ebuild
+++ b/media-libs/libquicktime/libquicktime-1.2.4.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/libquicktime-1.2.4.ebuild,v 1.9 2012/06/17 18:37:50 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/libquicktime-1.2.4.ebuild,v 1.10 2012/11/18 18:27:29 flameeyes Exp $
EAPI=4
-inherit libtool
+inherit libtool eutils
DESCRIPTION="An enchanced version of the quicktime4linux library"
HOMEPAGE="http://libquicktime.sourceforge.net/"
@@ -51,6 +51,7 @@ REQUIRED_USE="opengl? ( X )"
DOCS="ChangeLog README TODO"
src_prepare() {
+ epatch "${FILESDIR}"/${P}+libav-9.patch
elibtoolize # Required for .so versioning on g/fbsd
}