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 2FCD3158F56 for ; Mon, 16 Aug 2021 20:48:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00A96E0CD7; Sun, 15 Aug 2021 18:58:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 CBD8EE0CDA for ; Sun, 15 Aug 2021 18:58:00 +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 D51CA3455F7 for ; Sun, 15 Aug 2021 18:57:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 707AD8B2 for ; Sun, 15 Aug 2021 18:57:58 +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: <1629053800.72e8f494f6ffee3cb0a5ee1a2e35d6228fe372fe.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mlt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mlt/mlt-7.0.1-r1.ebuild media-libs/mlt/mlt-7.0.1.ebuild X-VCS-Directories: media-libs/mlt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 72e8f494f6ffee3cb0a5ee1a2e35d6228fe372fe X-VCS-Branch: master Date: Sun, 15 Aug 2021 18:57:58 +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: 84d5da42-06b6-4a56-8c21-3294078a896f X-Archives-Hash: b44c3b011e7d9f340b51499196f210b9 commit: 72e8f494f6ffee3cb0a5ee1a2e35d6228fe372fe Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 15 17:42:01 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 15 18:56:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e8f494 media-libs/mlt: Require media-libs/opencv[contrib] Reported-by: Michelangelo Scopelliti gmx.com> Closes: https://bugs.gentoo.org/808180 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> .../mlt/{mlt-7.0.1.ebuild => mlt-7.0.1-r1.ebuild} | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/media-libs/mlt/mlt-7.0.1.ebuild b/media-libs/mlt/mlt-7.0.1-r1.ebuild similarity index 96% rename from media-libs/mlt/mlt-7.0.1.ebuild rename to media-libs/mlt/mlt-7.0.1-r1.ebuild index f03e43ba004..a7be204acb5 100644 --- a/media-libs/mlt/mlt-7.0.1.ebuild +++ b/media-libs/mlt/mlt-7.0.1-r1.ebuild @@ -15,16 +15,11 @@ SLOT="0/7" KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug ffmpeg frei0r gtk jack kernel_linux libsamplerate opencv opengl python qt5 rtaudio rubberband sdl test vdpau vidstab xine xml" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + # Needs unpackaged 'kwalify' RESTRICT="test" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -SWIG_DEPEND=">=dev-lang/swig-2.0" -BDEPEND=" - virtual/pkgconfig - python? ( ${SWIG_DEPEND} ) -" # rtaudio will use OSS on non linux OSes DEPEND=" >=media-libs/libebur128-1.2.2:= @@ -40,7 +35,7 @@ DEPEND=" virtual/jack ) libsamplerate? ( >=media-libs/libsamplerate-0.1.2 ) - opencv? ( >=media-libs/opencv-4.5.1:= ) + opencv? ( >=media-libs/opencv-4.5.1:=[contrib] ) opengl? ( media-video/movit ) python? ( ${PYTHON_DEPS} ) qt5? ( @@ -64,7 +59,8 @@ DEPEND=" ) vidstab? ( media-libs/vidstab ) xine? ( >=media-libs/xine-lib-1.1.2_pre20060328-r7 ) - xml? ( >=dev-libs/libxml2-2.5 )" + xml? ( >=dev-libs/libxml2-2.5 ) +" # java? ( >=virtual/jre-1.5 ) # perl? ( dev-lang/perl ) # php? ( dev-lang/php ) @@ -72,6 +68,10 @@ DEPEND=" # sox? ( media-sound/sox ) # tcl? ( dev-lang/tcl:0= ) RDEPEND="${DEPEND}" +BDEPEND=" + virtual/pkgconfig + python? ( >=dev-lang/swig-2.0 ) +" DOCS=( AUTHORS NEWS README.md )