pixman: update to 0.44.0.

This commit is contained in:
Xavier Fortier 2024-11-13 10:57:46 -05:00 committed by Leah Neukirchen
parent 2b0a74195d
commit 787bb44045
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# Template file for 'pixman'
pkgname=pixman
version=0.43.4
version=0.44.0
revision=1
build_style=meson
# gtk is only necessary for demos, disabled to avoid dependency loop
# openmp is only used in demos and tests, and things still test without it
configure_args="-Dgnu-inline-asm=enabled -Dlibpng=enabled -Diwmmxt=disabled
configure_args="-Dgnu-inline-asm=enabled -Dlibpng=enabled -Drvv=disabled
-Dopenmp=disabled -Dgtk=disabled"
hostmakedepends="pkg-config perl"
makedepends="libpng-devel"
@ -14,7 +14,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
license="MIT"
homepage="http://pixman.org/"
distfiles="https://www.cairographics.org/releases/pixman-${version}.tar.gz"
checksum=a0624db90180c7ddb79fc7a9151093dc37c646d8c38d3f232f767cf64b85a226
checksum=89a4c1e1e45e0b23dffe708202cb2eaffde0fe3727d7692b2e1739fec78a7dac
# set stacksize for musl: https://gitlab.gnome.org/GNOME/librsvg/-/issues/595
LDFLAGS="-Wl,-z,stack-size=2097152"