Skip to content
Snippets Groups Projects
Commit 8624e4cc authored by Celeste's avatar Celeste Committed by Natanael Copa
Browse files

community/babl: upgrade to 0.1.108

parent 0d3268ae
1 merge request!60563community/babl: upgrade to 0.1.108
Pipeline #213096 skipped
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=babl
pkgver=0.1.106
pkgver=0.1.108
pkgrel=0
pkgdesc="Dynamic, any to any, pixel format conversion library"
url="https://gegl.org/babl"
......@@ -17,9 +17,11 @@ source="https://download.gimp.org/pub/babl/${pkgver%.*}/babl-$pkgver.tar.xz
prepare() {
default_prepare
# disable some tests
# Since 10th February 2024, float-to-8bit is also failing on s390x.
# Even on 3.19, a rebuild of babl 0.1.106 will cause this test to fail.
# This is a known issue: https://gitlab.gnome.org/GNOME/babl/-/issues/88
case $CARCH in
aarch64)
aarch64|s390x)
sed -i \
-e "/float-to-8bit/d" \
tests/meson.build
......@@ -48,7 +50,7 @@ tools() {
}
sha512sums="
97dc57141754ff64a961f77df50dcd91b32d3cf26efa8ba9f3dd5fcfae41e96f986178a04ba7a8940effb6e6e33ac98b163551f377dc781308c750222efb4943 babl-0.1.106.tar.xz
3ebdd18b32505e3009ba8f4957ffe892226d83012fbf3217b1761645fdcae943a19bda1a1f93adde78a5dd83fa11b0ba23014118228ca4eab4fd18001f1f4970 babl-0.1.108.tar.xz
8c73e601fc376ed4aab10193d6060b2a2d49f2f71062ae8478335ec1eab488adf44bf6c1fe3258cf14375add7f2aa54f6eab4449f0dc3f5bdffec47ca18d166d arm-neon-v1.patch
8208bd7a0e34508e14a68b1f67396d2804ff2f73db4e58d198b352891e72cc19db350c05c9fa6662b25ed4671073bd08410386ac34c88e20c618125909dd38c6 git.patch
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment