* update gimp to 2.10.38-1

This commit is contained in:
Alexander Baldeck 2024-05-22 20:34:00 +02:00
parent 9ee094d9df
commit ee9a11874a

View File

@ -1,14 +1,16 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
# Maintainer: Christian Hesse <mail@eworm.de>
# Maintainer: Christian Heusel <gromit@archlinux.org>
# Contributor: Levente Polyak <anthraxx[at]archlinux[dot]org>
# Contributor: Daniel Isenmann <daniel@archlinux.org>
pkgname=gimp
pkgver=2.10.36
pkgrel=5
pkgver=2.10.38
pkgrel=1
pkgdesc='GNU Image Manipulation Program'
url='https://www.gimp.org/'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
license=('GPL' 'LGPL')
license=('GPL-3.0-or-later')
depends=(
# Core deps
'babl' 'cairo' 'fontconfig' 'freetype2' 'gcc-libs' 'gdk-pixbuf2' 'gegl' 'glib2' 'glibc' 'gtk2'
@ -25,13 +27,11 @@ optdepends=('alsa-lib: for MIDI event controller module'
'ghostscript: for PostScript support'
'gutenprint: for sophisticated printing only as gimp has built-in cups print support'
'gvfs: for HTTP/S support (and many other schemes)')
conflicts=('gimp-plugin-wavelet-decompose')
replaces=('gimp-plugin-wavelet-decompose')
install=gimp.install
source=(https://download.gimp.org/pub/gimp/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
0001-no-check-update.patch
linux.gpl)
sha256sums=('3d3bc3c69a4bdb3aea9ba2d5385ed98ea03953f3857aafd1d6976011ed7cdbb2'
sha256sums=('50a845eec11c8831fe8661707950f5b8446e35f30edfb9acf98f85c1133f856e'
'ac3e8b44cf391f4ab3050652f2cc1f146f451fb25178d5a596d905f5bad13fcf'
'1003bbf5fc292d0d63be44562f46506f7b2ca5729770da9d38d3bb2e8a2f36b3')
@ -39,6 +39,7 @@ prepare() {
cd ${pkgname}-${pkgver}
patch -Np1 < ../0001-no-check-update.patch
autoreconf -vi
}
@ -54,8 +55,9 @@ build() {
--enable-gtk-doc \
--disable-check-update \
--disable-python \
--with-bug-report-url='https://bugs.archlinux.org/?string=gimp' \
--with-openexr
--with-bug-report-url='https://github.com/kth5/archpower/issues' \
--with-openexr
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}