summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2014-09-17 10:38:11 +0000
committerLuca Barbato <lu_zero@gentoo.org>2014-09-17 10:38:11 +0000
commit4ddb99639dd1cb813e93884d2c7a75cdb3faf396 (patch)
treebb5a498e58434a1389f99d53d718207a5b96d422 /media-libs
parentsci-chemistry/coot: Drop py2.6 support; fix shebang fixing problems (diff)
downloadgentoo-2-4ddb99639dd1cb813e93884d2c7a75cdb3faf396.tar.gz
gentoo-2-4ddb99639dd1cb813e93884d2c7a75cdb3faf396.tar.bz2
gentoo-2-4ddb99639dd1cb813e93884d2c7a75cdb3faf396.zip
Fix bug #509300, use a sed expression to spare 24k, thanks to Simone Scanzoni for the help.
(Portage version: 2.2.13/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/libquicktime/ChangeLog6
-rw-r--r--media-libs/libquicktime/libquicktime-1.2.4-r1.ebuild5
2 files changed, 9 insertions, 2 deletions
diff --git a/media-libs/libquicktime/ChangeLog b/media-libs/libquicktime/ChangeLog
index f2b9d306093e..3c4ce814be17 100644
--- a/media-libs/libquicktime/ChangeLog
+++ b/media-libs/libquicktime/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libquicktime
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/ChangeLog,v 1.195 2014/06/18 19:46:43 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/ChangeLog,v 1.196 2014/09/17 10:38:11 lu_zero Exp $
+
+ 17 Sep 2014; Luca Barbato <lu_zero@gentoo.org> libquicktime-1.2.4-r1.ebuild:
+ Fix bug #509300, use a sed expression to spare 24k, thanks to Simone Scanzoni
+ for the help.
18 Jun 2014; Michał Górny <mgorny@gentoo.org> libquicktime-1.2.4-r1.ebuild:
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
diff --git a/media-libs/libquicktime/libquicktime-1.2.4-r1.ebuild b/media-libs/libquicktime/libquicktime-1.2.4-r1.ebuild
index 71f07d8d1ef9..d05fa25d4961 100644
--- a/media-libs/libquicktime/libquicktime-1.2.4-r1.ebuild
+++ b/media-libs/libquicktime/libquicktime-1.2.4-r1.ebuild
@@ -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-libs/libquicktime/libquicktime-1.2.4-r1.ebuild,v 1.2 2014/06/18 19:46:42 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/libquicktime-1.2.4-r1.ebuild,v 1.3 2014/09/17 10:38:11 lu_zero Exp $
EAPI=5
inherit libtool eutils multilib-minimal
@@ -53,6 +53,9 @@ DOCS="ChangeLog README TODO"
src_prepare() {
epatch "${FILESDIR}"/${P}+libav-9.patch \
"${FILESDIR}"/${P}-ffmpeg2.patch
+
+ sed -i -e "s:CODEC_ID_:AV_&:g" ${S}/plugins/ffmpeg/lqt_ffmpeg.c || die
+
elibtoolize # Required for .so versioning on g/fbsd
}