summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsxe2016-03-04 10:08:02 +0100
committersxe2016-03-04 10:08:02 +0100
commit6190b5ba78ccca0fef04bf2d0ca1c86206402642 (patch)
treeda1bc165a311589505b9d85fb461387fd7ab8331 /PKGBUILD
parente8cf04c81d9251505313bf1809aac0365db4a5e0 (diff)
downloadaur-6190b5ba78ccca0fef04bf2d0ca1c86206402642.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 21e298c77211..99acdf4396f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=flowblade-git
_pkgname=flowblade
-pkgver=r795.391edb3
+pkgver=v1.0.r318.ga807cf7
pkgrel=1
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-gnomevfs' 'python2-numpy' 'python2-dbus' 'python2-imaging')
+optdepends=('gmic: for advanced image manipulation functions')
makedepends=('git')
conflicts=('flowblade' 'flowblade-hg')
provides=('flowblade')