summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9a8fc8aed50ef238be614fd09dfb49332ef0ea46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Contributor: sxe <sxxe@gmx.de>

pkgname=flowblade-git
_pkgname=flowblade
pkgver=1.16.r116.g0af2fad2
pkgrel=1
pkgdesc="multitrack non-linear video editor for Linux"
arch=('any')
url="https://github.com/jliljebl/flowblade"
license=('GPL')
depends=('dbus-glib' 'frei0r-plugins' 'gmic' 'gtk3' 'librsvg' 'mlt' 
         'mlt-python-bindings' 'movit' 'pygtk' 'python2-dbus'
         'python2-gobject' 'python2-numpy' 'python2-pillow' 'sdl_image'
         'sox' 'swh-plugins')
makedepends=('git')
conflicts=('flowblade' 'flowblade-hg')
provides=('flowblade')
source=(git+https://github.com/jliljebl/${_pkgname})
md5sums=('SKIP')

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

package() {
  cd "${_pkgname}/${_pkgname}-trunk"
  python2 setup.py install --root=$pkgdir/ --install-lib=/usr/share/pyshared --optimize=1
}