Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
gegl
Commits:
8fbb6c80 by Christian Heusel at 2024-11-04T10:51:46+01:00
upgpkg: 0.4.50-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = gegl
pkgdesc = Graph based image processing framework
- pkgver = 0.4.48
- pkgrel = 5
+ pkgver = 0.4.50
+ pkgrel = 1
url = https://www.gegl.org/
arch = x86_64
license = GPL-3.0-or-later OR LGPL-3.0-or-later
@@ -39,7 +39,7 @@ pkgbase = gegl
optdepends = ffmpeg: FFmpeg Frame Loader and FFmpeg Frame Saver plugins
optdepends = graphviz: for gegl-introspect
optdepends = sdl2: SDL2 Display plugin
- source = git+https://gitlab.gnome.org/GNOME/gegl.git#tag=GEGL_0_4_48
- sha256sums =
bed1b1f0348519a175422800564c65c372b125b4230a0207342911bf07f34ded
+ source = git+https://gitlab.gnome.org/GNOME/gegl.git#tag=GEGL_0_4_50
+ sha256sums =
b61d9149b39b334c10299b8a2c77b980a561d53391466bd44756e10f3217b5e2
pkgname = gegl
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Daniel Isenmann <[email protected]>
pkgname=gegl
-pkgver=0.4.48
-pkgrel=5
+pkgver=0.4.50
+pkgrel=1
pkgdesc='Graph based image processing framework'
arch=('x86_64')
url='https://www.gegl.org/'
@@ -18,18 +18,7 @@ optdepends=('ffmpeg: FFmpeg Frame Loader and FFmpeg Frame
Saver plugins'
'graphviz: for gegl-introspect'
'sdl2: SDL2 Display plugin')
source=("git+https://gitlab.gnome.org/GNOME/gegl.git#tag=GEGL_${pkgver//./_}")
-sha256sums=('bed1b1f0348519a175422800564c65c372b125b4230a0207342911bf07f34ded')
-
-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 \
- 66de8124f496617eee8e6b5c68138a00343882db \
- 298b6a2afb87b4b5b15c6e715967b57534cd0af0
-}
+sha256sums=('b61d9149b39b334c10299b8a2c77b980a561d53391466bd44756e10f3217b5e2')
pkgver() {
cd "${pkgname}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gegl/-/commit/8fbb6c80aa3a2813d6734a0f631703cece17005b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gegl/-/commit/8fbb6c80aa3a2813d6734a0f631703cece17005b
You're receiving this email because of your account on gitlab.archlinux.org.