git » gegl.git » commit 2f02aa0

upgpkg: 0.4.44-2: Fix dependencies (FS#78061)

author Balló György
2023-05-26 12:15:49 UTC
committer Balló György
2023-05-26 12:15:49 UTC
parent 609a35034bc6211e89c13ef2df3cad485c54e376

upgpkg: 0.4.44-2: Fix dependencies (FS#78061)

PKGBUILD +8 -7

diff --git a/PKGBUILD b/PKGBUILD
index ab20937..2c5a4fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,18 @@
 pkgname=gegl
 _tag='e10b8c9114614dc724390a7e737eafd97f47430f'
 pkgver=0.4.44
-pkgrel=1
+pkgrel=2
 pkgdesc='Graph based image processing framework'
 arch=('x86_64')
 url='https://www.gegl.org/'
 license=('GPL3' 'LGPL3')
-depends=('babl' 'jasper' 'json-glib' 'lensfun' 'libgexiv2' 'libraw' 'librsvg' 'libspiro'
-         'libtiff' 'luajit' 'openexr' 'poppler-glib' 'suitesparse')
-makedepends=('exiv2' 'ffmpeg' 'git' 'glu' 'gobject-introspection' 'intltool' 'mesa'
-             'meson' 'python-gobject' 'ruby' 'vala')
-optdepends=('ffmpeg: ffmpeg plugin'
-            'graphviz: for gegl-introspect')
+depends=('babl' 'jasper' 'json-glib' 'lensfun' 'libraw' 'librsvg' 'libspiro'
+         'libtiff' 'libwebp' 'luajit' 'openexr' 'poppler-glib' 'suitesparse')
+makedepends=('exiv2' 'ffmpeg' 'git' 'glu' 'gobject-introspection' 'intltool' 'libgexiv2' 'mesa'
+             'meson' 'python-gobject' 'ruby' 'sdl2' 'vala')
+optdepends=('ffmpeg: FFmpeg Frame Loader and FFmpeg Frame Saver plugins'
+            'graphviz: for gegl-introspect'
+            'sdl2: SDL2 Display plugin')
 source=("git+https://gitlab.gnome.org/GNOME/gegl.git#tag=$_tag")
 sha256sums=('SKIP')