diff options
author | Sam James <sam@gentoo.org> | 2021-12-02 23:37:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-02 23:38:10 +0000 |
commit | 0a92d5b2e4cee52fa9a8df28e1b4fdd4f0195cc8 (patch) | |
tree | 2acf9bfe21fcfa0dcf4388dd2058ce781357335f /media-libs | |
parent | dev-python/pytest-django: Bump to 4.5.1 (diff) | |
download | gentoo-0a92d5b2e4cee52fa9a8df28e1b4fdd4f0195cc8.tar.gz gentoo-0a92d5b2e4cee52fa9a8df28e1b4fdd4f0195cc8.tar.bz2 gentoo-0a92d5b2e4cee52fa9a8df28e1b4fdd4f0195cc8.zip |
media-libs/mlt: unconditionally enable FFTW (PLUS)
Closes: https://bugs.gentoo.org/603168
Closes: https://bugs.gentoo.org/796557
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mlt/mlt-7.2.0-r1.ebuild (renamed from media-libs/mlt/mlt-7.2.0.ebuild) | 9 |
1 files 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 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 |