changeset 1305:d6172cfe210f

graphics/pixman: upgrade to 0.40.0
author David Demelier <markand@malikania.fr>
date Thu, 11 Nov 2021 20:27:07 +0100
parents 77678629803f
children f6d252a2a67c
files graphics/pixman/pixman.sh graphics/pixman/pixman.sha1
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/graphics/pixman/pixman.sh	Thu Nov 11 20:00:22 2021 +0100
+++ b/graphics/pixman/pixman.sh	Thu Nov 11 20:27:07 2021 +0100
@@ -16,10 +16,11 @@
 #
 
 PKGNAME=pixman
-PKGVERSION=0.38.0
+PKGVERSION=0.40.0
 PKGREVISION=1
 PKGLICENSE="MIT"
 PKGSUMMARY="pixel manipulation library"
+PKGWWW="http://www.pixman.org"
 PKGDOWNLOAD="https://www.cairographics.org/releases/$PKGNAME-$PKGVERSION.tar.gz"
 PKGOPTIONS="OPENMP PNG"
 
@@ -49,7 +50,7 @@
 build()
 {
 	rm -rf $PKGNAME-$PKGVERSION
-	tar xvf $PKGNAME-$PKGVERSION.tar.gz
+	tar -xvf $PKGNAME-$PKGVERSION.tar.gz
 	cd $PKGNAME-$PKGVERSION
 
 	CC="$CC" \
--- a/graphics/pixman/pixman.sha1	Thu Nov 11 20:00:22 2021 +0100
+++ b/graphics/pixman/pixman.sha1	Thu Nov 11 20:27:07 2021 +0100
@@ -1,1 +1,1 @@
-1068cc4633c39d527a5d607c418fbc0979f80b2a  pixman-0.38.0.tar.gz
+d7baa6377b6f48e29db011c669788bb1268d08ad  pixman-0.40.0.tar.gz