diff options
author | adam <adam@pkgsrc.org> | 2014-10-25 08:55:31 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-10-25 08:55:31 +0000 |
commit | a28b392a9c897ef36eb2cb9af680a1736fb2a278 (patch) | |
tree | 5b4aad3b801c6f1a511baa8b21ddc56b09c3933c /graphics | |
parent | 743d6eb6395a2987d0bec65b4b3a5982f5e18df7 (diff) | |
download | pkgsrc-a28b392a9c897ef36eb2cb9af680a1736fb2a278.tar.gz |
Changes 0.4.2:
This is a binary compatible release.
* Android / gcc build fixes
* (Windows) fix reading from stdin and writing to stdout
* gif2webp: miscellaneous fixes
* fix 'alpha-leak' with lossy compression (issue 220)
* the lossless bitstream spec has been amended to reflect the current code
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libwebp/Makefile | 5 | ||||
-rw-r--r-- | graphics/libwebp/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/graphics/libwebp/Makefile b/graphics/libwebp/Makefile index 79d5f72c8e6..f905b516e64 100644 --- a/graphics/libwebp/Makefile +++ b/graphics/libwebp/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2014/10/07 16:47:11 adam Exp $ +# $NetBSD: Makefile,v 1.15 2014/10/25 08:55:31 adam Exp $ -DISTNAME= libwebp-0.4.1 -PKGREVISION= 1 +DISTNAME= libwebp-0.4.2 CATEGORIES= graphics MASTER_SITES= http://downloads.webmproject.org/releases/webp/ diff --git a/graphics/libwebp/distinfo b/graphics/libwebp/distinfo index 761872c5bc9..9b9029cd47c 100644 --- a/graphics/libwebp/distinfo +++ b/graphics/libwebp/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2014/10/07 16:08:02 adam Exp $ +$NetBSD: distinfo,v 1.6 2014/10/25 08:55:31 adam Exp $ -SHA1 (libwebp-0.4.1.tar.gz) = 6d3a8a0c25ec4e2eb7a04d9e7f52d780a9d6c0ed -RMD160 (libwebp-0.4.1.tar.gz) = d45c8442b4dde1e7f4f18b77ca602ef31c65156a -Size (libwebp-0.4.1.tar.gz) = 966358 bytes +SHA1 (libwebp-0.4.2.tar.gz) = 49bb46fcb27aa01c7417064828560a57e3c7ff47 +RMD160 (libwebp-0.4.2.tar.gz) = b4ce9dd4b121b5108ccf05477f9a6719237c3d2c +Size (libwebp-0.4.2.tar.gz) = 977801 bytes |