# HG changeset patch # User David Demelier # Date 1636658827 -3600 # Node ID d6172cfe210f0c4afd050d541024d60fab1482a0 # Parent 77678629803fb134f60e33fb924e7db0552665ed graphics/pixman: upgrade to 0.40.0 diff -r 77678629803f -r d6172cfe210f graphics/pixman/pixman.sh --- 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" \ diff -r 77678629803f -r d6172cfe210f graphics/pixman/pixman.sha1 --- 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