summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-05-20 18:14:36 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-05-20 21:09:24 +0200
commit572b86f32497bfa057222183d26ff6502c9b8a27 (patch)
tree0c81cfb793751f33449e429e97d7ea2c85ca7595 /media-libs
parentmedia-libs/libquicktime: Drop to ~hppa (diff)
downloadgentoo-572b86f32497bfa057222183d26ff6502c9b8a27.tar.gz
gentoo-572b86f32497bfa057222183d26ff6502c9b8a27.tar.bz2
gentoo-572b86f32497bfa057222183d26ff6502c9b8a27.zip
media-libs/libquicktime: EAPI 6
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/libquicktime/libquicktime-1.2.4-r2.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/media-libs/libquicktime/libquicktime-1.2.4-r2.ebuild b/media-libs/libquicktime/libquicktime-1.2.4-r2.ebuild
index 94f86dea9673..6dd960ea72ea 100644
--- a/media-libs/libquicktime/libquicktime-1.2.4-r2.ebuild
+++ b/media-libs/libquicktime/libquicktime-1.2.4-r2.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
+
inherit libtool eutils multilib-minimal
DESCRIPTION="An enhanced version of the quicktime4linux library"
@@ -54,15 +55,16 @@ REQUIRED_USE="opengl? ( X )"
DOCS="ChangeLog README TODO"
src_prepare() {
- epatch "${FILESDIR}"/${P}+libav-9.patch \
+ default
+ eapply "${FILESDIR}"/${P}+libav-9.patch \
"${FILESDIR}"/${P}-ffmpeg2.patch \
"${FILESDIR}/CVE-2016-2399.patch"
if has_version '>=media-video/ffmpeg-2.9' ||
has_version '>=media-video/libav-12'; then
- epatch "${FILESDIR}"/${P}-ffmpeg29.patch
+ eapply "${FILESDIR}"/${P}-ffmpeg29.patch
fi
if has_version '>media-video/ffmpeg-3.5' ; then
- epatch "${FILESDIR}/${P}-ffmpeg4.patch"
+ eapply "${FILESDIR}/${P}-ffmpeg4.patch"
fi
for FILE in lqt_ffmpeg.c video.c audio.c ; do