* update gimp to 2.10.38-5

This commit is contained in:
Alexander Baldeck 2024-12-18 09:35:31 +01:00
parent 3e3d86032a
commit 1cc32ddce5
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
pkgbase = gimp pkgbase = gimp
pkgdesc = GNU Image Manipulation Program pkgdesc = GNU Image Manipulation Program
pkgver = 2.10.38 pkgver = 2.10.38
pkgrel = 4.1 pkgrel = 5
url = https://www.gimp.org/ url = https://www.gimp.org/
install = gimp.install install = gimp.install
arch = x86_64 arch = x86_64

View File

@ -1,7 +1,7 @@
[gimp] [gimp]
source = "git" source = "git"
git = "https://gitlab.gnome.org/GNOME/gimp.git" git = "https://gitlab.gnome.org/GNOME/gimp.git"
exclude_regex = "GIMP\\_2\\_99.*" exclude_regex = "GIMP.*(\\_2\\_99|RC).*"
include_regex = "(GIMP\\_).*_.*" include_regex = "(GIMP\\_).*_.*"
from_pattern = "GIMP\\_(\\d+)\\_(\\d+)\\_(\\d+)" from_pattern = "GIMP\\_(\\d+)\\_(\\d+)\\_(\\d+)"
to_pattern = "\\1.\\2.\\3" to_pattern = "\\1.\\2.\\3"

View File

@ -6,7 +6,7 @@
pkgname=gimp pkgname=gimp
pkgver=2.10.38 pkgver=2.10.38
pkgrel=4.1 pkgrel=5
pkgdesc='GNU Image Manipulation Program' pkgdesc='GNU Image Manipulation Program'
url='https://www.gimp.org/' url='https://www.gimp.org/'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -22,7 +22,7 @@ depends=(
'libwebp' 'libwmf' 'libx11' 'libxcursor' 'libxext' 'libxfixes' 'libxmu' 'libxpm' 'openexr' 'libwebp' 'libwmf' 'libx11' 'libxcursor' 'libxext' 'libxfixes' 'libxmu' 'libxpm' 'openexr'
'openjpeg2' 'poppler-data' 'poppler-glib' 'xz' 'aalib' 'openjpeg2' 'poppler-data' 'poppler-glib' 'xz' 'aalib'
) )
makedepends=('alsa-lib' 'ghostscript' 'gtk-doc' 'gvfs' 'intltool' 'glib2-devel') makedepends=('alsa-lib' 'ghostscript' 'gtk-doc' 'gvfs' 'intltool' 'glib2-devel' 'ffmpeg')
optdepends=('alsa-lib: for MIDI event controller module' optdepends=('alsa-lib: for MIDI event controller module'
'ghostscript: for PostScript support' 'ghostscript: for PostScript support'
'gutenprint: for sophisticated printing only as gimp has built-in cups print support' 'gutenprint: for sophisticated printing only as gimp has built-in cups print support'