git » gegl.git » commit 9718e4e

Add graphviz optional dependency (FS#69816)

author Antonio Rojas
2021-02-27 17:15:09 UTC
committer Antonio Rojas
2021-02-27 17:15:09 UTC
parent 625af87d0cf9895c8dbaf2e85d52183ab93afa07

Add graphviz optional dependency (FS#69816)

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index e20085b..4c26959 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
 
 pkgname=gegl
 pkgver=0.4.28
-pkgrel=1
+pkgrel=2
 pkgdesc="Graph based image processing framework"
 arch=('x86_64')
 url="https://www.gegl.org/"
 license=('GPL3' 'LGPL3')
 depends=('babl' 'libspiro' 'json-glib' 'libgexiv2' 'libraw' 'openexr' 'librsvg' 'libtiff' 'luajit' 'jasper' 'lensfun' 'suitesparse' 'poppler-glib')
 makedepends=('intltool' 'ruby' 'mesa' 'glu' 'ffmpeg' 'exiv2' 'vala' 'gobject-introspection' 'git' 'meson' 'python-gobject')
-optdepends=('ffmpeg: ffmpeg plugin')
+optdepends=('ffmpeg: ffmpeg plugin' 'graphviz: for gegl-introspect')
 _commit=811bd306500764a8c64debee4e1e0adda6ac74d3
 source=("git+https://gitlab.gnome.org/GNOME/gegl.git#commit=$_commit")
 sha256sums=('SKIP')