Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] KDE5 stuff and media-libs/mlt conflict
Date: Tue, 05 Jan 2016 11:30:08
Message-Id: 20160105112950.043c6f54@digimed.co.uk
In Reply to: [gentoo-user] KDE5 stuff and media-libs/mlt conflict by Dale
1 On Tue, 5 Jan 2016 04:26:20 -0600, Dale wrote:
2
3 > !!! The ebuild selected to satisfy
4 > ">=media-libs/mlt-0.9.8-r1[ffmpeg,kdenlive,melt,qt5,sdl,xml]" has
5 > unmet requirements.
6 > - media-libs/mlt-0.9.8-r2::gentoo USE="ffmpeg frei0r gtk kde kdenlive
7 > melt opengl python qt5 sdl xml -compressed-lumas -debug -fftw -jack
8 > -libav -libsamplerate -lua -qt4 -rtaudio (-ruby) -vdpau -xine"
9 > ABI_X86="64" CPU_FLAGS_X86="mmx sse sse2" PYTHON_TARGETS="python2_7"
10 >
11 > The following REQUIRED_USE flag constraints are unsatisfied:
12 > kde? ( qt4 )
13
14 This says that if you have the kde flag enabled, you also need qt4.
15
16 > The above constraints are a subset of the following complete
17 > expression: python? ( python_targets_python2_7 ) qt5? ( !qt4 ) kde?
18 > ( qt4 )
19
20 This says you can't have qt5 and qt4 plus the above about kde.
21
22 It looks like the qt5 and kde USE flags are incompatible. Try with
23 USE="-kde".
24
25 Also, I have the -r2 ebuild in my portage tree but not -r1, so I suggest
26 you sync before trying anything else.
27
28
29 --
30 Neil Bothwick
31
32 Always remember to pillage before you burn.

Replies

Subject Author
Re: [gentoo-user] KDE5 stuff and media-libs/mlt conflict Dale <rdalek1967@×××××.com>