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 4410B139695 for ; Fri, 24 Feb 2017 09:53:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61C6F21C028; Fri, 24 Feb 2017 09:53:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B50421C028 for ; Fri, 24 Feb 2017 09:53:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06DCF34165E for ; Fri, 24 Feb 2017 09:53:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57CCF52D0 for ; Fri, 24 Feb 2017 09:53:10 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1487929954.f58c763e679f3a69e68e6e0e2f85165bca6a2a34.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/transcode/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/transcode/transcode-1.1.7-r3.ebuild X-VCS-Directories: media-video/transcode/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: f58c763e679f3a69e68e6e0e2f85165bca6a2a34 X-VCS-Branch: master Date: Fri, 24 Feb 2017 09:53:10 +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: dc50b61f-34e2-4296-b2b8-abfc0b6a5d5e X-Archives-Hash: 2a24977814388d4dcb9ca77944e053e8 commit: f58c763e679f3a69e68e6e0e2f85165bca6a2a34 Author: Peter-Levine gmail com> AuthorDate: Fri Feb 24 04:27:31 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Feb 24 09:52:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f58c763e media-video/transcode: Apply transcode-1.1.7-ffmpeg29.patch when building transcode-1.1.7 against >=media-video/libav-12 media-video/transcode/transcode-1.1.7-r3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-video/transcode/transcode-1.1.7-r3.ebuild b/media-video/transcode/transcode-1.1.7-r3.ebuild index 04ed86ae92..a357c753b5 100644 --- a/media-video/transcode/transcode-1.1.7-r3.ebuild +++ b/media-video/transcode/transcode-1.1.7-r3.ebuild @@ -69,7 +69,8 @@ PATCHES=( ) src_prepare() { - if has_version '>=media-video/ffmpeg-2.8' ; then + if has_version '>=media-video/ffmpeg-2.8' || + has_version '>=media-video/libav-12'; then PATCHES+=( "${FILESDIR}"/${P}-ffmpeg29.patch ) fi