summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsxe2016-03-04 10:05:49 +0100
committersxe2016-03-04 10:05:49 +0100
commitde343172bb30931c8ec68125a5be0a1d6d3725c8 (patch)
tree442e5b6a8d23360395307952397f1cd64f62bcc5 /PKGBUILD
parent8eddd9af34fafc86608115d4efabd01e39407d62 (diff)
downloadaur-de343172bb30931c8ec68125a5be0a1d6d3725c8.tar.gz
Added gmic as optinal dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c26ae660d1ba..5b4cc0aa3aa7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=flowblade
pkgver=1.6
-pkgrel=1
+pkgrel=2
pkgdesc="a multitrack non-linear video editor for Linux"
arch=('any')
url="https://github.com/jliljebl/flowblade"
license=('GPL')
depends=( 'ffmpeg' 'pygtk' 'mlt-python-bindings' 'ladspa' 'sox' 'frei0r-plugins' 'python2-dbus' 'python2-gnomevfs' 'python2-gobject' 'python2-numpy' 'python2-imaging')
+optdepends=('gmic: for advanced image manipulation functions')
conflicts=('flowblade-hg' 'flowblade-git')
provides=('flowblade')