From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0F9551382C5 for ; Sun, 20 May 2018 19:10:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6CD9E0BF5; Sun, 20 May 2018 19:10:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 924D9E0BF5 for ; Sun, 20 May 2018 19:10:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 514B2335CF9 for ; Sun, 20 May 2018 19:10:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 272AB2B0 for ; Sun, 20 May 2018 19:10:26 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1526843364.572b86f32497bfa057222183d26ff6502c9b8a27.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libquicktime/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libquicktime/libquicktime-1.2.4-r2.ebuild X-VCS-Directories: media-libs/libquicktime/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 572b86f32497bfa057222183d26ff6502c9b8a27 X-VCS-Branch: master Date: Sun, 20 May 2018 19:10:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 00edb7cf-cfe2-4c23-b03a-e57efa2ade33 X-Archives-Hash: 30f3c9a8eda9576b29b7ff02307c9441 commit: 572b86f32497bfa057222183d26ff6502c9b8a27 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 20 16:14:36 2018 +0000 Commit: Andreas Sturmlechner gentoo 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