summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBehnam Momeni2023-07-21 09:52:27 +0330
committerBehnam Momeni2023-07-21 09:52:27 +0330
commitf5843b72f962defb10664d6e3fb77348e86ef18d (patch)
tree00d2fd2380810cb0105f1df7dce4fa0b1f0fd43e
parentcf80482b70e111f9fa8454d64e923eebde628792 (diff)
downloadaur-f5843b72f962defb10664d6e3fb77348e86ef18d.tar.gz
Drop sdl2, openexr, librsvg, lensfun, and ffmpeg deps
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD15
2 files changed, 10 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca8b71fc1c71..f48dad006637 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Jul 13 13:51:00 UTC 2023
+# Fri Jul 21 06:14:32 UTC 2023
pkgbase = lib32-gegl
pkgdesc = Graph based image processing framework (32-bit)
pkgver = 0.4.46
- pkgrel = 2
+ pkgrel = 3
url = https://www.gegl.org/
arch = x86_64
license = GPL3
@@ -16,21 +16,15 @@ pkgbase = lib32-gegl
makedepends = meson
makedepends = xorgproto
makedepends = shared-mime-info
- makedepends = lib32-sdl2
depends = gegl>=0.4.46
depends = lib32-babl
depends = lib32-libspiro
depends = lib32-json-glib
depends = lib32-poppler-glib
depends = lib32-libgexiv2
- depends = lib32-openexr
- depends = lib32-librsvg
depends = lib32-libtiff
- depends = lib32-lensfun
depends = lib32-luajit
depends = lib32-suitesparse
- depends = lib32-ffmpeg
- depends = ffmpeg
source = git+https://gitlab.gnome.org/GNOME/gegl.git#commit=e6cb97763e422d8853fc95c665f8b0c73f025dd8
source = x86-linux-gnu
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6bd165cd67be..1577782308b1 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=2
+pkgrel=3
pkgdesc="Graph based image processing framework (32-bit)"
arch=('x86_64')
url="https://www.gegl.org/"
@@ -13,13 +13,12 @@ license=('GPL3' 'LGPL3')
depends=("gegl>=$pkgver"
'lib32-babl' 'lib32-libspiro' 'lib32-json-glib'
'lib32-poppler-glib'
- 'lib32-libgexiv2' 'lib32-openexr'
- 'lib32-librsvg' 'lib32-libtiff'
- 'lib32-lensfun' 'lib32-luajit'
- 'lib32-suitesparse'
- 'lib32-ffmpeg' 'ffmpeg')
+ 'lib32-libgexiv2'
+ 'lib32-libtiff'
+ 'lib32-luajit'
+ 'lib32-suitesparse')
makedepends=('intltool' 'ruby' 'mesa' 'glu' 'exiv2' 'meson'
- 'xorgproto' 'shared-mime-info' 'lib32-sdl2')
+ 'xorgproto' 'shared-mime-info')
source=("git+https://gitlab.gnome.org/GNOME/$_pkgbase.git#commit=$_commit"
"x86-linux-gnu")
sha512sums=('SKIP'
@@ -47,6 +46,8 @@ build() {
-Db_lto=true -Db_pie=true \
-Dworkshop=true -Dmrg=disabled -Dmaxflow=disabled \
-Dlibraw=disabled -Ddocs=false -Dintrospection=false \
+ -Dlensfun=disabled -Dlibav=disabled -Dlibrsvg=disabled \
+ -Dopenexr=disabled -Dsdl2=disabled -Dwebp=disabled \
-Djasper=disabled \
--cross-file x86-linux-gnu
ninja -C "build"