Please add Flowblade. Homepage: <https://jliljebl.github.io/flowblade/> Source: <https://github.com/jliljebl/flowblade>
*** Bug 618440 has been marked as a duplicate of this bug. ***
https://github.com/jliljebl/flowblade/blob/master/flowblade-trunk/docs/DEPENDENCIES.md seems to suggest these runtime dependencies: dev-libs/dbus-glib dev-python/dbus-python dev-python/numpy dev-python/pillow dev-python/pycairo dev-python/pygtk gnome-base/librsvg media-gfx/gmic media-libs/mlt[python] media-plugins/frei0r-plugins media-plugins/swh-plugins
(In reply to Jeroen Roovers from comment #2) > dev-libs/dbus-glib > dev-python/dbus-python > dev-python/numpy > dev-python/pillow > dev-python/pycairo > dev-python/pygtk > gnome-base/librsvg > media-gfx/gmic > media-libs/mlt[python] > media-plugins/frei0r-plugins > media-plugins/swh-plugins x11-libs/pango
Oh, and dev-python/setuptools included through some python*.eclass or distutils-r1.eclass.
here is a start: https://gpo.zugaina.org/media-video/flowblade
(In reply to Jonas Stein from comment #5) > here is a start: > https://gpo.zugaina.org/media-video/flowblade It seems to have been removed. It does, however, seem to support flatpak installation, though I have no idea how that would work.
update: the flatpak installation works, but as it's a pulseaudio app there's no way to get audio on non-pulseaudio systems through flatpak (ie, I can't find a way to wrap flatpak apps in apulse to get them to have sound). However, there's also a github page here: https://github.com/jliljebl/flowblade/blob/master/flowblade-trunk/docs/INSTALLING.md#installing-using-development-repository-version that will install the dev version into a local directory. Since it's all python scripts there's no compilation, but the downside is there's also no dependency checking, so you'll just get runtime failures until you fix them. I'm currently trying to pin down why it's not creating rendering threads for container objects, but otherwise the github version seems to work fine (including with sound through apulse). If anybody is able to help nail down how to install all the dependencies so they work properly (notably, MLT needs to be installed with SDL1 support, which requires manually editing the ebuild file), I'd appreciate the help.
Created attachment 872068 [details] Flowblade ebuild The attached ebuild should pull in all the dependencies, but can't do anything about the media-libs/mlt SDL-1 problem. The maintainer of media-libs/mlt is unwilling to add SDL-1 support: https://bugs.gentoo.org/689070, as no package currently in Portage that depends on mlt needs it and, while both can be built in, it won't actually work: https://bugs.gentoo.org/656904 .
Hello, For the sake of transparency, I want to leave here a link to a related issue. > SDL2 support · Issue #603 · jliljebl/flowblade > https://github.com/jliljebl/flowblade/issues/603
So, thanks to the video team bumping MLT to 7.30, we can now use the latest version of the "live" flowblade (I seem to have flowblade-9999 in my local overlay), which will build to consume SDL2. I've tested it briefly, and as far as my limited tests show, it seems to work. This would be 2.18 from the github release page, and according to the dev it requires >=mlt-7.30.* to run with SDL2, so maybe this would be a good point to add that to the main repository?