Package Details: flowblade-git 2.4.0.r1-1

Git Clone URL: https://aur.archlinux.org/flowblade-git.git (read-only, click to copy)
Package Base: flowblade-git
Description: multitrack non-linear video editor for Linux
Upstream URL: https://github.com/jliljebl/flowblade
Licenses: GPL
Conflicts: flowblade, flowblade-hg
Provides: flowblade
Submitter: sxe
Maintainer: PrinceMachiavell
Last Packager: PrinceMachiavell
Votes: 7
Popularity: 0.001894
First Submitted: 2015-05-07 08:22 (UTC)
Last Updated: 2020-04-13 21:04 (UTC)

Latest Comments

« First ‹ Previous 1 2

diddyonlinux commented on 2019-02-15 16:02 (UTC)

https://github.com/jliljebl/flowblade/issues/629

This is:

pulling from git unstable development code
using setup.py to install which is not supported

It is not reasonable to expect this to work constantly. The workaround is to use stable releases.

diddyonlinux commented on 2019-02-15 13:59 (UTC)

FLOWBLADE MOVIE EDITOR 2.0

Launch script dir: /usr/bin Running from installation... modules path: /usr/share/pyshared/Flowblade MLT found, version: 6.12.0 /usr/share/pyshared/Flowblade/clipeffectseditor.py:478: SyntaxWarning: name 'current_filter_index' is used prior to global declaration global current_filter_index /usr/share/pyshared/Flowblade/propertyeditorbuilder.py:184: SyntaxWarning: name 'changing_slider_to_kf_property_name' is used prior to global declaration global changing_slider_to_kf_property_name /usr/share/pyshared/Flowblade/tlinewidgets.py:370: SyntaxWarning: name 'TRACK_GRAD_ORANGE_STOP1' is assigned to before global declaration global TRACK_GRAD_ORANGE_STOP1,TRACK_GRAD_ORANGE_STOP3,TRACK_GRAD_STOP1,TRACK_GRAD_STOP3 /usr/share/pyshared/Flowblade/tlinewidgets.py:370: SyntaxWarning: name 'TRACK_GRAD_ORANGE_STOP3' is assigned to before global declaration global TRACK_GRAD_ORANGE_STOP1,TRACK_GRAD_ORANGE_STOP3,TRACK_GRAD_STOP1,TRACK_GRAD_STOP3 /usr/share/pyshared/Flowblade/tlinewidgets.py:370: SyntaxWarning: name 'TRACK_GRAD_STOP1' is assigned to before global declaration global TRACK_GRAD_ORANGE_STOP1,TRACK_GRAD_ORANGE_STOP3,TRACK_GRAD_STOP1,TRACK_GRAD_STOP3 /usr/share/pyshared/Flowblade/tlinewidgets.py:370: SyntaxWarning: name 'TRACK_GRAD_STOP3' is assigned to before global declaration global TRACK_GRAD_ORANGE_STOP1,TRACK_GRAD_ORANGE_STOP3,TRACK_GRAD_STOP1,TRACK_GRAD_STOP3 /usr/share/pyshared/Flowblade/kftoolmode.py:152: SyntaxWarning: name '_kf_editor' is assigned to before global declaration global _kf_editor /usr/share/pyshared/Flowblade/projectaction.py:761: SyntaxWarning: name 'force_overwrite' is used prior to global declaration global force_overwrite, force_proxy /usr/share/pyshared/Flowblade/projectaction.py:761: SyntaxWarning: name 'force_proxy' is used prior to global declaration global force_overwrite, force_proxy numpy version: 1.15.4 Application version: 2.0.0 OS: Arch Linux Python 2.7.15 (default, Jan 10 2019, 23:20:52) [GCC 8.2.1 20181127] GTK+ version: 3.24.3 Traceback (most recent call last): File "/usr/bin/flowblade", line 91, in <module> app.main(modules_path) File "/usr/share/pyshared/Flowblade/app.py", line 174, in main editorpersistance.load() File "/usr/share/pyshared/Flowblade/editorpersistance.py", line 65, in load write_file = file(prefs_file_path, "wb") IOError: [Errno 2] No such file or directory: '/home/user1/.flowblade/prefs'

oberon2007 commented on 2017-11-29 00:44 (UTC)

python2-gnomevfs no longer exists. Depends altogether need to be adjusted! Have a look at the regular package!

sxe commented on 2015-05-16 17:59 (UTC)

Added the missing dependency. After that it works fin for me. No need for git tags.

sekret commented on 2015-05-14 20:01 (UTC)

You need to use --tags with the git command: git describe --tags --long | sed [...], otherwise makepkg will fail! Trying to launch it, I get $ flowblade FLOWBLADE MOVIE EDITOR 0.18 --------------------------- Launch script dir: /usr/bin Running from installation... modules path: /usr/share/pyshared/Flowblade MLT found, version: 0.9.6 Failed to import module app.py to launch Flowblade! ERROR: No module named dbus Installation was assumed to be at: /usr/share/pyshared/Flowblade Looks like there's a missing dependency. It runs fine after installing python2-dbus, so please add it to the dependencies!