Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 911230

Summary: media-libs/mlt - allow glaxnime use flag - a media-video/kdenlive requirement
Product: Gentoo Linux Reporter: Gino McCarty <onigino>
Component: Current packagesAssignee: 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: ---

Description Gino McCarty 2023-07-26 04:17:55 UTC
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)
```
Comment 1 Greg Kubaryk 2023-07-26 04:29:47 UTC

*** This bug has been marked as a duplicate of bug 904107 ***