| Summary: | media-libs/mlt - allow glaxnime use flag - a media-video/kdenlive requirement | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Gino McCarty <onigino> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
*** This bug has been marked as a duplicate of bug 904107 *** |
Pretty sure this is not the first bug report about this, please add this USE flag this is a dependency for kdenlive ``` --- ../../../gentoo/media-libs/mlt/mlt-7.16.0-r1.ebuild 2023-07-25 21:10:14.538276867 -0700 +++ mlt-7.16.0-r1.ebuild 2023-07-25 21:14:12.775422098 -0700 @@ -13,7 +13,7 @@ LICENSE="GPL-3" SLOT="0/7" KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" -IUSE="debug ffmpeg frei0r gtk jack libsamplerate opencv opengl python qt5 rtaudio rubberband sdl test vdpau vidstab xine xml" +IUSE="debug ffmpeg frei0r glaxnimate gtk jack libsamplerate opencv opengl python qt5 rtaudio rubberband sdl test vdpau vidstab xine xml" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" @@ -115,7 +115,7 @@ -DMOD_FREI0R=$(usex frei0r) -DMOD_GDK=$(usex gtk) -DMOD_JACKRACK=$(usex jack) - -DMOD_GLAXNIMATE=OFF + -DMOD_GLAXNIMATE=$(usex glaxnimate) -DMOD_RESAMPLE=$(usex libsamplerate) -DMOD_OPENCV=$(usex opencv) -DMOD_MOVIT=$(usex opengl) ```