Date: Tuesday, February 21, 2023 @ 21:54:23
  Author: eworm
Revision: 469414

upgpkg: gimp 2.10.34-1: new upstream release, enable JPEG XL plugin

Modified:
  gimp/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-21 21:23:49 UTC (rev 469413)
+++ PKGBUILD    2023-02-21 21:54:23 UTC (rev 469414)
@@ -2,14 +2,14 @@
 # Contributor: Daniel Isenmann <[email protected]>
 
 pkgname=gimp
-pkgver=2.10.32
-pkgrel=3
+pkgver=2.10.34
+pkgrel=1
 pkgdesc='GNU Image Manipulation Program'
 url='https://www.gimp.org/'
 arch=('x86_64')
 license=('GPL' 'LGPL')
 depends=('babl' 'dbus-glib' 'desktop-file-utils' 'gegl' 'glib-networking' 
'hicolor-icon-theme'
-         'openjpeg2' 'lcms2' 'libheif' 'libexif' 'libgudev' 'libmng' 
'libmypaint' 'librsvg' 'libwebp'
+         'openjpeg2' 'lcms2' 'libheif' 'libexif' 'libgudev' 'libjxl' 'libmng' 
'libmypaint' 'librsvg' 'libwebp'
          'libwmf' 'libxmu' 'libxpm' 'mypaint-brushes1' 'openexr' 
'poppler-data' 'gtk2' 'graphviz')
 makedepends=('alsa-lib' 'curl' 'ghostscript' 'gtk-doc' 'intltool' 'iso-codes' 
'poppler-glib')
 optdepends=('gutenprint: for sophisticated printing only as gimp has built-in 
cups print support'
@@ -24,7 +24,7 @@
 
source=(https://download.gimp.org/pub/gimp/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
         0001-no-check-update.patch
         linux.gpl)
-sha256sums=('3f15c70554af5dcc1b46e6dc68f3d8f0a6cc9fe56b6d78ac08c0fd859ab89a25'
+sha256sums=('84004642d351b398a4293cd7fd3592044a944f05bb52850ee6068f247c657aa3'
             'ac3e8b44cf391f4ab3050652f2cc1f146f451fb25178d5a596d905f5bad13fcf'
             '1003bbf5fc292d0d63be44562f46506f7b2ca5729770da9d38d3bb2e8a2f36b3')
 
@@ -36,9 +36,9 @@
 }
 
 build() {
-pkg-config --exists --print-errors "OpenEXR >= 1.6.1"
   cd ${pkgname}-${pkgver}
-  PYTHON=/usr/bin/python2 ./configure \
+
+  ./configure \
     --prefix=/usr \
     --sysconfdir=/etc \
     --libexecdir=/usr/bin \
@@ -56,6 +56,7 @@
 
 package() {
   cd ${pkgname}-${pkgver}
+
   make DESTDIR="${pkgdir}" install
   install -D -m644 "${srcdir}/linux.gpl" 
"${pkgdir}/usr/share/gimp/2.0/palettes/Linux.gpl"
 

Reply via email to