git » gegl.git » commit dc48c08

upgpkg: 0.4.48-4: Rebuild for ffmpeg 7.0 & mbedtls 3.6.0 & x265 3.6

author Christian Heusel
2024-05-21 11:51:11 UTC
committer Christian Heusel
2024-05-21 11:51:11 UTC
parent ed241812dac1c34cd4b0cbce7d88523aa3311ea2

upgpkg: 0.4.48-4: Rebuild for ffmpeg 7.0 & mbedtls 3.6.0 & x265 3.6

.SRCINFO +1 -1
PKGBUILD +6 -2

diff --git a/.SRCINFO b/.SRCINFO
index ff377e3..dcb2550 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = gegl
 	pkgdesc = Graph based image processing framework
 	pkgver = 0.4.48
-	pkgrel = 3
+	pkgrel = 4
 	url = https://www.gegl.org/
 	arch = x86_64
 	license = GPL-3.0-or-later OR LGPL-3.0-or-later
diff --git a/PKGBUILD b/PKGBUILD
index ec16d3f..53bd1e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=gegl
 pkgver=0.4.48
-pkgrel=3
+pkgrel=4
 pkgdesc='Graph based image processing framework'
 arch=('x86_64')
 url='https://www.gegl.org/'
@@ -24,7 +24,11 @@ prepare() {
   cd "${pkgname}"
   # https://gitlab.archlinux.org/archlinux/packaging/packages/gegl/-/issues/1
   # https://gitlab.gnome.org/GNOME/gegl/-/issues/368
-  git cherry-pick --mainline 1 --no-commit ab6c62963dff7c7d464f4453f2f3f554221e5c16 a54105e15c9012933b5d830a32aef76f4e04290e
+  git cherry-pick --mainline 1 --no-commit \
+      ab6c62963dff7c7d464f4453f2f3f554221e5c16 \
+      a54105e15c9012933b5d830a32aef76f4e04290e \
+      66de8124f496617eee8e6b5c68138a00343882db \
+      298b6a2afb87b4b5b15c6e715967b57534cd0af0
 }
 
 pkgver() {