Gentoo Archives: gentoo-user

From: Franz Fellner <alpine.art.de@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] weird (?) dependency is blocking freeze
Date: Sun, 28 Feb 2016 07:55:25
Message-Id: 1.456.646.233-ner-963@TP_L520
In Reply to: Re: [gentoo-user] weird (?) dependency is blocking freeze by Alan McKinnon
1 > > Calculating dependencies... done!
2 > > media-libs/mlt-0.9.0 pulled in by:
3 > > media-video/openshot-1.4.3 requires >=media-libs/mlt-0.8.2[ffmpeg,frei0r,gtk,melt,python,sdl,xml]
4 > >
5 > > Checking the kind of packages:
6 > >
7 > > * app-arch/freeze
8 > > Available versions: 2.5.0-r1
9 > > Homepage: http://www.ibiblio.org/pub/Linux/utils/compress/
10 > > Description: Freeze/unfreeze compression program
11 > >
12 > > [I] media-libs/mlt
13 > > Available versions: 0.9.0 ~0.9.8 ~0.9.8-r2 {compressed-lumas debug dv ffmpeg fftw frei0r gtk jack kde kdenlive libav libsamplerate lua melt opengl python qt4 qt5 quicktime rtaudio ruby sdl vdpau vorbis xine xml CPU_FLAGS_X86="mmx sse sse2" KERNEL="linux" PYTHON_TARGETS="python2_7"}
14 > > Installed versions: 0.9.0(18:22:19 06/06/15)(ffmpeg frei0r gtk jack kdenlive lua melt python qt4 sdl vdpau vorbis xml -compressed-lumas -debug -dv -kde -libav -libsamplerate -quicktime -rtaudio -ruby -xine CPU_FLAGS_X86="mmx sse sse2" KERNEL="linux")
15 > > Homepage: http://www.mltframework.org/
16 > > Description: Open source multimedia framework for television broadcasting
17 > >
18 > > [I] media-video/openshot
19 > > Available versions: (~)1.4.3 {+ffmpeg libav +python PYTHON_TARGETS="python2_7"}
20 > > Installed versions: 1.4.3(18:33:24 06/06/15)(ffmpeg python -libav PYTHON_TARGETS="python2_7")
21 > > Homepage: http://www.openshotvideo.com
22 > > Description: Free, open-source, non-linear video editor to create and edit videos and movies
23 > >
24 > >
25 > > ...what is the common dominator which creates this blocking effect? ;)
26 >
27 > As always with such things, look in the ebuild.
28 >
29 > In /var/portage/app-arch/freeze/freeze-2.5.0-r1.ebuild:
30 >
31 > RDEPEND="
32 > !<=media-libs/mlt-0.4.2
33 > !media-libs/mlt[melt]
34 >
35 > The solution is to set USE="-melt" for mlt if you want to use freeze.
36
37 Which won't work because openshot obviously depends on media-libs/mlt[melt].
38 So it really looks like openshot can't be installed together with freeze -- If
39 the dependencies in both the ebuilds are really correct...

Replies

Subject Author
Re: [gentoo-user] weird (?) dependency is blocking freeze Meino.Cramer@×××.de