Search Criteria
Package Details: flowblade-git 2.4.0.r1-1
Package Actions
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: | 6 |
Popularity: | 0.000009 |
First Submitted: | 2015-05-07 08:22 (UTC) |
Last Updated: | 2020-04-13 21:04 (UTC) |
Dependencies (19)
- dbus-glib (dbus-glib-git)
- frei0r-plugins (frei0r-plugins-git)
- gmic (gmic-no-opencv)
- gtk3 (gtk3-git, gtk3-typeahead, gtk3-patched-filechooser-icon-view, gtk3-no_deadkeys_underline, gtk3-classic, gtk3-classic-noatk-64, gtk3-ubuntu)
- librsvg (librsvg-minimal-git, librsvg-og, librsvg-git)
- mlt (mlt-git)
- movit (movit-git)
- pygobject-devel (pygobject-devel-git, python-gobject)
- pygtk
- python-cairo (python-cairo-git)
- python-dbus (dbus-python)
- python-gobject (python-gobject-git)
- python-mlt (mlt6)
- python-numpy (python-numpy-git, python-numpy-mkl, python-numpy-flame, python-numpy1.22, python-numpy-mkl-bin, python-numpy-openblas)
- python-pillow (python-pillow-git, python-pillow-simd)
- sdl_image
- sox (sox-dsd-git)
- swh-plugins (swh-plugins.lv2)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
Latest Comments
bazza commented on 2022-05-31 03:13 (UTC)
ruestique commented on 2020-09-12 13:16 (UTC)
PrinceMachiavell commented on 2020-04-13 21:07 (UTC)
I've updated the package build to support the changes from the python2 to python 3 transition.
leandro.vital commented on 2020-04-11 21:09 (UTC)
please update PACKBUILD
txtsd commented on 2020-02-20 05:19 (UTC) (edited on 2020-02-20 05:19 (UTC) by txtsd)
mlt-python-bindings
is not in the repos anymore.supermuffin commented on 2020-01-29 00:24 (UTC) (edited on 2020-01-29 00:31 (UTC) by supermuffin)
It does not start (mlt dependency is installed v6.18.0-3):
PrinceMachiavell commented on 2019-03-11 20:42 (UTC)
I'm able to compile and run (as in it opens) the appliction (2.0.r196.g86214511-1) I'm unmarking this as out of date since the pkgver is set via a pkgver() function.
PrinceMachiavell commented on 2019-02-25 23:14 (UTC)
@diddyonlinux Correct, this is just here for testing and wishful thinking. If the maintainer of the stable release package, flowblade, doesn't update it then either you or I can submit a request to become the maintainer. I'm going to unflag this unless something is actually out of date.
diddyonlinux commented on 2019-02-15 16:02 (UTC)
https://github.com/jliljebl/flowblade/issues/629
This is:
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)
sxe commented on 2015-05-16 17:59 (UTC)
sekret commented on 2015-05-14 20:01 (UTC)