summaryrefslogtreecommitdiff
path: root/pcr/flowblade/PKGBUILD
blob: 37f388c709380a13fb4a549fc62d4aed9236b045 (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
31
32
33
34
35
36
37
38
39
# Maintainer (AUR): Bernhard Landauer <oberon@manjaro.org>

# parabola changes and rationale:
#  - rebranded to GNU/Linux
#  - added .install file to update desktop database

pkgname=flowblade
pkgver=1.14
pkgrel=1.1
pkgdesc="a multitrack non-linear video editor for GNU/Linux"
arch=('any')
url="https://github.com/jliljebl/$pkgname"
license=('GPL3')
depends=('dbus-glib'
         'frei0r-plugins'
         'gmic'
         'gtk3'
         'librsvg'
         'mlt'
         'mlt-python-bindings'
         'movit'
         'pygtk'
         'python2-dbus'
         'python2-gobject'
         'python2-numpy'
         'python2-pillow'
         'sox'
         'swh-plugins')
install=flowblade.install
source=("$url/archive/v$pkgver.tar.gz")
sha256sums=('6096d6fb67ec8bb4cf422a11282bb8a38fb879ae178a1e54693870ef9ae212bf')

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