* update babl to 0.1.108-1

This commit is contained in:
Alexander Baldeck 2024-03-06 20:46:11 +01:00
parent ed1a647034
commit 2c37a75e6a

View File

@ -2,15 +2,21 @@
# Maintainer: Daniel Isenmann <daniel@archlinux.org>
pkgname=babl
_tag='45c18c8cfaf7d2c610d0c4bc1b33d58c37bc9d0f'
pkgver=0.1.106
_tag='21fbe9f353ade07ea6af71d8562fcb6b6912110e'
pkgver=0.1.108
pkgrel=1
pkgdesc='Dynamic, any to any, pixel format conversion library'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://gegl.org/babl/'
license=('LGPL3')
license=('LGPL-3.0-or-later')
depends=('glibc' 'lcms2')
makedepends=('git' 'meson' 'gobject-introspection' 'vala')
makedepends=(
'git'
'meson'
'gobject-introspection'
'vala'
'gi-docgen'
)
source=("git+https://gitlab.gnome.org/GNOME/babl.git#tag=$_tag")
sha256sums=('SKIP')
@ -19,11 +25,6 @@ pkgver() {
git describe --tags | sed 's/^BABL_//;s/_$//;s/_/./g;s/-/+/g'
}
prepare() {
# https://gitlab.gnome.org/GNOME/babl/-/merge_requests/45
sed -i s/Description/description/ "${pkgname}"/meson.build
}
build() {
arch-meson "${pkgname}" build
ninja -C build