diff --git a/srcpkgs/pixman/template b/srcpkgs/pixman/template index 2ef54cc2170..d1fd151cad7 100644 --- a/srcpkgs/pixman/template +++ b/srcpkgs/pixman/template @@ -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 " 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"