summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2018-07-12 13:55:52 +0200
committerJoerg Bornkessel <hd_brummy@gentoo.org>2018-07-12 13:55:52 +0200
commit27a6773abde69e88c3edea709b6fa4ad01e161ea (patch)
treebe8db5daadbd11b38cb84a1284583ff911c731db /media-video/noad/noad-0.8.6-r2.ebuild
parentsys-fs/simple-mtpfs: Remove 0.1 (diff)
downloadgentoo-27a6773abde69e88c3edea709b6fa4ad01e161ea.tar.gz
gentoo-27a6773abde69e88c3edea709b6fa4ad01e161ea.tar.bz2
gentoo-27a6773abde69e88c3edea709b6fa4ad01e161ea.zip
media-video/noad: fixed compile for ffmpeg-3, wrt bug 614220
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'media-video/noad/noad-0.8.6-r2.ebuild')
-rw-r--r--media-video/noad/noad-0.8.6-r2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/noad/noad-0.8.6-r2.ebuild b/media-video/noad/noad-0.8.6-r2.ebuild
index cd819660440a..d9c62f84e4be 100644
--- a/media-video/noad/noad-0.8.6-r2.ebuild
+++ b/media-video/noad/noad-0.8.6-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
inherit autotools eutils toolchain-funcs
DESCRIPTION="Mark commercial breaks in VDR recordings"
@@ -31,7 +31,7 @@ src_prepare() {
sed -e "sCODEC_ID_PROBE:AV_CODEC_ID_PROBE:" -i ffmpeg_decoder.cpp
# tested libav-9, ffmepg-2.2.9
- epatch "${FILESDIR}/patches-0.8.x/${P}-libav9.diff" \
+ eapply "${FILESDIR}/patches-0.8.x/${P}-libav9.diff" \
"${FILESDIR}/patches-0.8.x/${P}-ffmpeg25.patch"
eautoreconf