summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBehnam Momeni2023-09-28 12:43:01 +0330
committerBehnam Momeni2023-09-28 14:17:19 +0330
commitff9c2bea2a409e03d89358e8a7e5d67b88f482ce (patch)
treebd9e557ad857e67af2140abf5fc526d6322df51d /PKGBUILD
parentf5843b72f962defb10664d6e3fb77348e86ef18d (diff)
downloadaur-lib32-gegl.tar.gz
Drop lib32-suitesparse dependency and add lib32-v4l-utils
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"
}