[aur-requests] [PRQ#18828] Merge Request for flowblade-git
notify at aur.archlinux.org
notify at aur.archlinux.org
Sat Apr 11 23:36:42 UTC 2020
leandro.vital [1] filed a merge request for flowblade-git [2]:
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
}
[1] https://aur.archlinux.org/account/leandro.vital/
[2] https://aur.archlinux.org/pkgbase/flowblade-git/
More information about the aur-requests
mailing list