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 74CD9138351 for ; Sun, 26 Apr 2020 12:05:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B05A7E09F1; Sun, 26 Apr 2020 12:05:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 97643E09F1 for ; Sun, 26 Apr 2020 12:05:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 60F5E34EEAB for ; Sun, 26 Apr 2020 12:05:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 459AB1F6 for ; Sun, 26 Apr 2020 12:05:05 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1587902688.34def52c29c566338a252fe4de1cf8f112722159.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg2theora/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/ffmpeg2theora/ffmpeg2theora-0.30.ebuild X-VCS-Directories: media-video/ffmpeg2theora/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 34def52c29c566338a252fe4de1cf8f112722159 X-VCS-Branch: master Date: Sun, 26 Apr 2020 12:05:05 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f7916d63-44aa-4305-9197-9144f1181e37 X-Archives-Hash: 8538f7247b749a2ccb67456042ee8727 commit: 34def52c29c566338a252fe4de1cf8f112722159 Author: David Seifert gentoo org> AuthorDate: Sun Apr 26 12:04:48 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 26 12:04:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34def52c media-video/ffmpeg2theora: Remove media-video/libav Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: David Seifert gentoo.org> media-video/ffmpeg2theora/ffmpeg2theora-0.30.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/media-video/ffmpeg2theora/ffmpeg2theora-0.30.ebuild b/media-video/ffmpeg2theora/ffmpeg2theora-0.30.ebuild index 60c0a9a5362..49c6e4674e0 100644 --- a/media-video/ffmpeg2theora/ffmpeg2theora-0.30.ebuild +++ b/media-video/ffmpeg2theora/ffmpeg2theora-0.30.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,12 +11,10 @@ SRC_URI="http://www.v2v.cc/~j/${PN}/downloads/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86" -IUSE="kate libav" +IUSE="kate" RDEPEND=" - !libav? ( media-video/ffmpeg:0=[postproc] ) - libav? ( media-libs/libpostproc:0= - media-video/libav:0= ) + media-video/ffmpeg:0=[postproc] >=media-libs/libvorbis-1.1 >=media-libs/libogg-1.1 >=media-libs/libtheora-1.1[encode]