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 22A35138350 for ; Sat, 25 Apr 2020 18:51:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58A4EE090A; Sat, 25 Apr 2020 18:51:24 +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 2BA91E090A for ; Sat, 25 Apr 2020 18:51:24 +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 B087734F03A for ; Sat, 25 Apr 2020 18:51:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1639E1EA for ; Sat, 25 Apr 2020 18:51:21 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1587840655.8cdc799ba9ec10f5d6d0a5288f4a53418b49850a.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libopenshot/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libopenshot/libopenshot-0.2.2.ebuild media-libs/libopenshot/libopenshot-0.2.4.ebuild media-libs/libopenshot/libopenshot-0.2.4_pre20190609.ebuild X-VCS-Directories: media-libs/libopenshot/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 8cdc799ba9ec10f5d6d0a5288f4a53418b49850a X-VCS-Branch: master Date: Sat, 25 Apr 2020 18:51:21 +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: e9050ce5-ff76-42f3-9a4d-a22f9d2be36c X-Archives-Hash: b6d333a9520d51b6ecb2c678a4741c53 commit: 8cdc799ba9ec10f5d6d0a5288f4a53418b49850a Author: Mikle Kolyada gentoo org> AuthorDate: Sat Apr 25 18:50:55 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Apr 25 18:50:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cdc799b media-libs/libopenshot: migrate frim libav Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mikle Kolyada gentoo.org> media-libs/libopenshot/libopenshot-0.2.2.ebuild | 5 ++--- media-libs/libopenshot/libopenshot-0.2.4.ebuild | 5 ++--- media-libs/libopenshot/libopenshot-0.2.4_pre20190609.ebuild | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/media-libs/libopenshot/libopenshot-0.2.2.ebuild b/media-libs/libopenshot/libopenshot-0.2.2.ebuild index f011d7adca6..36281237c36 100644 --- a/media-libs/libopenshot/libopenshot-0.2.2.ebuild +++ b/media-libs/libopenshot/libopenshot-0.2.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/OpenShot/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" -IUSE="+imagemagick libav +python test" +IUSE="+imagemagick +python test" # https://github.com/OpenShot/libopenshot/issues/43 RESTRICT="test" @@ -26,8 +26,7 @@ RDEPEND=" dev-qt/qtmultimedia:5[widgets] >=media-libs/libopenshot-audio-0.1.4 imagemagick? ( >=media-gfx/imagemagick-7:0=[cxx] ) - libav? ( media-video/libav:=[encode,x264,xvid,vpx,mp3,theora] ) - !libav? ( media-video/ffmpeg:0=[encode,x264,xvid,vpx,mp3,theora] ) + media-video/ffmpeg:0=[encode,x264,xvid,vpx,mp3,theora] python? ( ${PYTHON_DEPS} ) " DEPEND=" diff --git a/media-libs/libopenshot/libopenshot-0.2.4.ebuild b/media-libs/libopenshot/libopenshot-0.2.4.ebuild index 39d166e92c8..a8da723ee46 100644 --- a/media-libs/libopenshot/libopenshot-0.2.4.ebuild +++ b/media-libs/libopenshot/libopenshot-0.2.4.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/OpenShot/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0/18" KEYWORDS="~amd64 ~x86" -IUSE="doc examples +imagemagick libav +python test" +IUSE="doc examples +imagemagick +python test" RESTRICT="!test? ( test )" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" @@ -28,8 +28,7 @@ RDEPEND=" net-libs/cppzmq net-libs/zeromq imagemagick? ( >=media-gfx/imagemagick-7:0=[cxx] ) - !libav? ( media-video/ffmpeg:0=[encode,x264,xvid,vpx,mp3,theora] ) - libav? ( media-video/libav:0=[encode,x264,xvid,vpx,mp3,theora] ) + media-video/ffmpeg:0=[encode,x264,xvid,vpx,mp3,theora] python? ( ${PYTHON_DEPS} ) " DEPEND="${RDEPEND}" diff --git a/media-libs/libopenshot/libopenshot-0.2.4_pre20190609.ebuild b/media-libs/libopenshot/libopenshot-0.2.4_pre20190609.ebuild index 0905430c03b..32de4448a66 100644 --- a/media-libs/libopenshot/libopenshot-0.2.4_pre20190609.ebuild +++ b/media-libs/libopenshot/libopenshot-0.2.4_pre20190609.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/OpenShot/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar. LICENSE="GPL-3+" SLOT="0/17" KEYWORDS="amd64 x86" -IUSE="doc examples +imagemagick libav +python test" +IUSE="doc examples +imagemagick +python test" RESTRICT="!test? ( test )" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" @@ -28,8 +28,7 @@ RDEPEND=" dev-qt/qtmultimedia:5[widgets] >=media-libs/libopenshot-audio-0.1.9_pre20190502:0= imagemagick? ( >=media-gfx/imagemagick-7:0=[cxx] ) - libav? ( media-video/libav:0=[encode,x264,xvid,vpx,mp3,theora] ) - !libav? ( media-video/ffmpeg:0=[encode,x264,xvid,vpx,mp3,theora] ) + media-video/ffmpeg:0=[encode,x264,xvid,vpx,mp3,theora] python? ( ${PYTHON_DEPS} ) " DEPEND="${RDEPEND}"