Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 911230 - media-libs/mlt - allow glaxnime use flag - a media-video/kdenlive requirement
Summary: media-libs/mlt - allow glaxnime use flag - a media-video/kdenlive requirement
Status: RESOLVED DUPLICATE of bug 904107
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-26 04:17 UTC by Gino McCarty
Modified: 2023-07-26 04:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***