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.005352
First Submitted: 2015-05-07 08:22 (UTC)
Last Updated: 2020-04-13 21:04 (UTC)

Latest Comments

1 2 Next › Last »

Kunda commented on 2023-07-03 18:10 (UTC)

Can the package title change to 'flowblade-git 2.10.0.3' or just flowblade-git ?

bazza commented on 2022-05-31 03:13 (UTC)

Create SDL1 consumer...
No user folders actions needed.
Violación de segmento (`core' generado)

ruestique commented on 2020-09-12 13:16 (UTC)

:: Downloading the latest sources for a devel package flowblade-git...
:: error: failed to retrieve latest dev sources:
==> Making package: flowblade-git 2.4.0.r1-1 (Sat Sep 12 16:13:53 2020)
==> WARNING: Skipping dependency checks.
==> Retrieving sources...
  -> Updating flowblade git repo...
Fetching origin
==> Validating source files with md5sums...
    flowblade ... Skipped
==> Extracting sources...
  -> Creating working copy of flowblade git repo...
fatal: not a git repository (or any of the parent directories): .git
==> ERROR: Failure while updating working copy of flowblade git repo
    Aborting...

Do you want to proceed? [y/N] 

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

pkgname=flowblade
pkgver=2.4.r198.g89eafa77
pkgrel=1
pkgdesc="a multitrack non-linear video editor for Linux"
arch=('any')
url="https://github.com/jliljebl/flowblade"
license=('GPL3')
depends=('dbus-glib'
         'frei0r-plugins'
         'gmic'
         'gtk3'
         'python-cairo'
         'librsvg'
         'mlt'
         'movit'
         'pygobject-devel'
         'python-dbus'
         'python-gobject'
         'python-mlt'
         'python-numpy'
         'python-pillow'
         'sdl_image'
         'sox'
         'swh-plugins')

source=(
    "git+https://github.com/jliljebl/flowblade.git#branch=master"
)

md5sums=("SKIP")

pkgver() {
    cd "$srcdir/$pkgname"
    git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}

package() {
    cd $pkgname/$pkgname-trunk
    python setup.py install \
    --root=$pkgdir \
    --install-lib=/usr/share/pyshared \
   --optimize=1
}

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):

FLOWBLADE MOVIE EDITOR 2.4
--------------------------
('Launch script dir:', '/usr/bin')
Running from installation...
('modules path:', '/usr/share/pyshared/Flowblade')
MLT not found, exiting...
('ERROR:', ImportError('No module named mlt',))

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:

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.