[arch-commits] Commit in gegl/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Feb 27 17:15:09 UTC 2021
Date: Saturday, February 27, 2021 @ 17:15:09
Author: arojas
Revision: 408910
Add graphviz optional dependency (FS#69816)
Modified:
gegl/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-27 17:11:29 UTC (rev 408909)
+++ PKGBUILD 2021-02-27 17:15:09 UTC (rev 408910)
@@ -2,7 +2,7 @@
pkgname=gegl
pkgver=0.4.28
-pkgrel=1
+pkgrel=2
pkgdesc="Graph based image processing framework"
arch=('x86_64')
url="https://www.gegl.org/"
@@ -9,7 +9,7 @@
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')
More information about the arch-commits
mailing list