summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f48dad006637..d6c6902ff0ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jul 21 06:14:32 UTC 2023
+# Thu Sep 28 10:46:49 UTC 2023
pkgbase = lib32-gegl
pkgdesc = Graph based image processing framework (32-bit)
pkgver = 0.4.46
- pkgrel = 3
+ pkgrel = 4
url = https://www.gegl.org/
arch = x86_64
license = GPL3
@@ -24,7 +24,7 @@ pkgbase = lib32-gegl
depends = lib32-libgexiv2
depends = lib32-libtiff
depends = lib32-luajit
- depends = lib32-suitesparse
+ depends = lib32-v4l-utils
source = git+https://gitlab.gnome.org/GNOME/gegl.git#commit=e6cb97763e422d8853fc95c665f8b0c73f025dd8
source = x86-linux-gnu
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1577782308b1..ab69a641815b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=lib32-gegl
_pkgbase=gegl
pkgver=0.4.46
_commit=e6cb97763e422d8853fc95c665f8b0c73f025dd8 # tags/GEGL_0_4_46
-pkgrel=3
+pkgrel=4
pkgdesc="Graph based image processing framework (32-bit)"
arch=('x86_64')
url="https://www.gegl.org/"
@@ -16,7 +16,7 @@ depends=("gegl>=$pkgver"
'lib32-libgexiv2'
'lib32-libtiff'
'lib32-luajit'
- 'lib32-suitesparse')
+ 'lib32-v4l-utils')
makedepends=('intltool' 'ruby' 'mesa' 'glu' 'exiv2' 'meson'
'xorgproto' 'shared-mime-info')
source=("git+https://gitlab.gnome.org/GNOME/$_pkgbase.git#commit=$_commit"
@@ -48,7 +48,7 @@ build() {
-Dlibraw=disabled -Ddocs=false -Dintrospection=false \
-Dlensfun=disabled -Dlibav=disabled -Dlibrsvg=disabled \
-Dopenexr=disabled -Dsdl2=disabled -Dwebp=disabled \
- -Djasper=disabled \
+ -Djasper=disabled -Dumfpack=disabled \
--cross-file x86-linux-gnu
ninja -C "build"
}