Gentoo Archives: gentoo-user

From: Grant Edwards <grant.b.edwards@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Recommend a simple video editor?
Date: Tue, 14 Jun 2016 15:14:13
Message-Id: njp6vg$4fm$1@ger.gmane.org
In Reply to: [gentoo-user] Re: Recommend a simple video editor? by Grant Edwards
1 On 2016-06-14, Grant Edwards <grant.b.edwards@×××××.com> wrote:
2
3 > The git version of MLT installed fine, but shotcut failed to compile:
4 >
5 > cd src/ && ( test -e Makefile || /usr/lib64/qt5/bin/qmake /var/tmp/portage/media-video/shotcut-9999/work/shotcut-9999/src/src.pro 'PREFIX={D}/usr/' -o Makefile ) && make -f Makefile
6 > Project ERROR: Unknown module(s) in QT: websockets
7 > Makefile:95: recipe for target 'sub-src-make_first' failed
8 >
9 > I could probably figure out what's wrong and fix it, but...
10
11 The shotcut ebuild above is missing dependancies on qtwebsockets and
12 jack-audio-connection-kit. Once I added those, it built cleanly. It
13 doesn't _work_, but it builds.
14
15 When I run it it just dipslays a small balck rectangle in the middle
16 of the display and then locks up.
17
18 I must say I'm pretty unimpressed with the state of GUI video editors
19 on Linux (or at least on Gentoo).
20
21 There are probably three or four more I could try, but I think I'll
22 stick with the command-line rather than waste any more time on trying
23 to build and use half-finished apps.
24
25 --
26 Grant Edwards grant.b.edwards Yow! I'm using my X-RAY
27 at VISION to obtain a rare
28 gmail.com glimpse of the INNER
29 WORKINGS of this POTATO!!

Replies

Subject Author
Re: [gentoo-user] Re: Recommend a simple video editor? Deven Lahoti <deywos@×××.edu>