summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2022-03-25 10:26:38 -0400
committerTed Alff2022-03-25 10:26:38 -0400
commit42d6b5d73dc5febcc57c65fd8b55585497ac767c (patch)
tree48703b4ece782da87c1655206f75c5cac8ca29c8
parente0c01541402a77cd85cd1227394fadb8a32fdf37 (diff)
downloadaur-42d6b5d73dc5febcc57c65fd8b55585497ac767c.tar.gz
Add highway as makedepends for compiling jpegxl support.
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 923fe79399bf..0772e43a63c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,19 @@
_pkgname=gimp
pkgname=${_pkgname}-devel
pkgver=2.99.10
-pkgrel=1
+pkgrel=2
pkgdesc="GNU Image Manipulation Program (Development version)"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://www.gimp.org/"
license=('GPL' 'LGPL')
depends=('gtk3' 'lcms2' 'libwmf' 'icu' 'enchant' 'libgexiv2' 'librsvg' 'desktop-file-utils'
- 'libexif' 'openjpeg2' 'poppler-glib' 'poppler-data' 'openexr' 'mypaint-brushes1'
+ 'libexif' 'libgudev' 'openjpeg2' 'poppler-glib' 'poppler-data' 'openexr' 'mypaint-brushes1'
'babl>=0.1.78' 'gegl>=0.4.36' 'cairo' 'python-gobject' 'appstream-glib' 'libxmu' 'graphviz')
makedepends=('intltool' 'libxslt' 'glib-networking'
'alsa-lib' 'curl' 'ghostscript' 'libxpm'
'libheif' 'libwebp' 'libmng' 'iso-codes' 'aalib' 'zlib' 'libjxl'
'gjs' 'luajit' 'meson' 'gobject-introspection'
- 'gi-docgen' 'xorg-server-xvfb' 'vala') #'yelp-tools')
+ 'gi-docgen' 'xorg-server-xvfb' 'vala' 'highway') #'yelp-tools')
checkdepends=('xorg-server-xvfb')
optdepends=('gutenprint: for sophisticated printing only as gimp has built-in cups print support'
'alsa-lib: for MIDI event controller module'