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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 26D22158086 for ; Thu, 2 Dec 2021 23:39:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 618DF2BC01F; Thu, 2 Dec 2021 23:39:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EBB982BC00D for ; Thu, 2 Dec 2021 23:39:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 28C683431D3 for ; Thu, 2 Dec 2021 23:39:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9AD38E for ; Thu, 2 Dec 2021 23:39:06 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1638488290.0a92d5b2e4cee52fa9a8df28e1b4fdd4f0195cc8.sam@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.2.0-r1.ebuild media-libs/mlt/mlt-7.2.0.ebuild X-VCS-Directories: media-libs/mlt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0a92d5b2e4cee52fa9a8df28e1b4fdd4f0195cc8 X-VCS-Branch: master Date: Thu, 2 Dec 2021 23:39:06 +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: 1eb4e06a-b1e2-4686-9f8c-955fe64d397b X-Archives-Hash: 500213befddf3b00ae6fc609f93ae7c8 commit: 0a92d5b2e4cee52fa9a8df28e1b4fdd4f0195cc8 Author: Sam James gentoo org> AuthorDate: Thu Dec 2 23:37:13 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Dec 2 23:38:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a92d5b2 media-libs/mlt: unconditionally enable FFTW (PLUS) Closes: https://bugs.gentoo.org/603168 Closes: https://bugs.gentoo.org/796557 Signed-off-by: Sam James gentoo.org> media-libs/mlt/{mlt-7.2.0.ebuild => mlt-7.2.0-r1.ebuild} | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/media-libs/mlt/mlt-7.2.0.ebuild b/media-libs/mlt/mlt-7.2.0-r1.ebuild similarity index 94% rename from media-libs/mlt/mlt-7.2.0.ebuild rename to media-libs/mlt/mlt-7.2.0-r1.ebuild index 739a79346923..9e992f95599e 100644 --- a/media-libs/mlt/mlt-7.2.0.ebuild +++ b/media-libs/mlt/mlt-7.2.0-r1.ebuild @@ -21,8 +21,11 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="test" # rtaudio will use OSS on non linux OSes +# Qt already needs FFTW/PLUS so let's just always have it on to ensure +# MLT is useful: bug #603168. DEPEND=" >=media-libs/libebur128-1.2.2:= + sci-libs/fftw:3.0= ffmpeg? ( media-video/ffmpeg:0=[vdpau?,-flite] ) frei0r? ( media-plugins/frei0r-plugins ) gtk? ( @@ -48,7 +51,6 @@ DEPEND=" dev-qt/qtwidgets:5 dev-qt/qtxml:5 media-libs/libexif - sci-libs/fftw:3.0= x11-libs/libX11 ) rtaudio? ( @@ -108,9 +110,7 @@ src_configure() { -DMOD_SDL1=OFF -DMOD_SDL2=$(usex sdl) -DMOD_AVFORMAT=$(usex ffmpeg) - # TODO: does anything need plus? - # plus or qt - #$(use_enable fftw plus) + -DMOD_PLUS=ON -DMOD_FREI0R=$(usex frei0r) -DMOD_GDK=$(usex gtk) -DMOD_JACKRACK=$(usex jack) @@ -126,7 +126,6 @@ src_configure() { -DMOD_SOX=OFF ) - # TODO: We currently have USE=fftw but both Qt and plus require it, removing flag for now. # TODO: rework upstream CMake to allow controlling MMX/SSE/SSE2 # TODO: add swig language bindings? # see also https://www.mltframework.org/twiki/bin/view/MLT/ExtremeMakeover