pixman: update to 0.46.2

CI rerun
This commit is contained in:
dogknowsnx 2025-07-04 15:51:00 +02:00 committed by Duncan Overbruck
parent 663a39dac6
commit c82bd76e2f

View file

@ -1,6 +1,6 @@
# Template file for 'pixman' # Template file for 'pixman'
pkgname=pixman pkgname=pixman
version=0.44.0 version=0.46.2
revision=1 revision=1
build_style=meson build_style=meson
# gtk is only necessary for demos, disabled to avoid dependency loop # gtk is only necessary for demos, disabled to avoid dependency loop
@ -14,7 +14,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
license="MIT" license="MIT"
homepage="http://pixman.org/" homepage="http://pixman.org/"
distfiles="https://www.cairographics.org/releases/pixman-${version}.tar.gz" distfiles="https://www.cairographics.org/releases/pixman-${version}.tar.gz"
checksum=89a4c1e1e45e0b23dffe708202cb2eaffde0fe3727d7692b2e1739fec78a7dac checksum=3e0de5ba6e356916946a3d958192f15505dcab85134771bfeab4ce4e29bbd733
# set stacksize for musl: https://gitlab.gnome.org/GNOME/librsvg/-/issues/595 # set stacksize for musl: https://gitlab.gnome.org/GNOME/librsvg/-/issues/595
LDFLAGS="-Wl,-z,stack-size=2097152" LDFLAGS="-Wl,-z,stack-size=2097152"