commit: 572b86f32497bfa057222183d26ff6502c9b8a27
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 20 16:14:36 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 20 19:09:24 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=572b86f3
media-libs/libquicktime: EAPI 6
Package-Manager: Portage-2.3.38, Repoman-2.3.9
media-libs/libquicktime/libquicktime-1.2.4-r2.ebuild | 10 ++++++----
1 file 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 94f86dea967..6dd960ea72e 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