git » gegl.git » commit c0830de

upgpkg: 0.4.44-3: Add transitive dependencies

author Balló György
2023-05-27 13:09:32 UTC
committer Balló György
2023-05-27 13:09:32 UTC
parent 2f02aa094a323951c409cfe2834e61de72bb41da

upgpkg: 0.4.44-3: Add transitive dependencies

PKGBUILD +6 -5

diff --git a/PKGBUILD b/PKGBUILD
index 2c5a4fc..59b0566 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,16 @@
 pkgname=gegl
 _tag='e10b8c9114614dc724390a7e737eafd97f47430f'
 pkgver=0.4.44
-pkgrel=2
+pkgrel=3
 pkgdesc='Graph based image processing framework'
 arch=('x86_64')
 url='https://www.gegl.org/'
 license=('GPL3' 'LGPL3')
-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')
+depends=('babl' 'cairo' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'glibc' 'jasper' 'json-glib' 'lcms2'
+         'lensfun' 'libjpeg-turbo' 'libpng' 'libraw' 'librsvg' 'libspiro' 'libtiff' 'libwebp'
+         'luajit' 'openexr' 'pango' 'poppler-glib' 'suitesparse')
+makedepends=('ffmpeg' 'git' 'gobject-introspection' 'libgexiv2' 'meson' 'python-gobject' 'sdl2'
+             'vala')
 optdepends=('ffmpeg: FFmpeg Frame Loader and FFmpeg Frame Saver plugins'
             'graphviz: for gegl-introspect'
             'sdl2: SDL2 Display plugin')