diff options
author | ryoon <ryoon@pkgsrc.org> | 2019-07-16 11:43:32 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2019-07-16 11:43:32 +0000 |
commit | f3855af4f401c7b88a342bc17109877ef667ae08 (patch) | |
tree | 372b4d4a60f9259d1e77448002fa8fcf08828fb2 | |
parent | 646f444c5813c99fbdb0f0a7e845b23c8712df5e (diff) | |
download | pkgsrc-f3855af4f401c7b88a342bc17109877ef667ae08.tar.gz |
Update to 1.0.3
Changelog:
- 7/4/2019: version 1.0.3
This is a binary compatible release.
* resize fixes for Nx1 sizes and the addition of non-opaque alpha values for
odd sizes (issues #418, #434)
* lossless encode/decode performance improvements
* lossy compression performance improvement at low quality levels with flat
content (issue #432)
* python swig files updated to support python 3
Tool updates:
vwebp will now preserve the aspect ratio of images that exceed monitor
resolution by scaling the image to fit (issue #433)
-rw-r--r-- | graphics/libwebp/Makefile | 4 | ||||
-rw-r--r-- | graphics/libwebp/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/libwebp/Makefile b/graphics/libwebp/Makefile index 6f295b2eac9..0ff58f97a0f 100644 --- a/graphics/libwebp/Makefile +++ b/graphics/libwebp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2019/01/29 10:08:11 adam Exp $ +# $NetBSD: Makefile,v 1.30 2019/07/16 11:43:32 ryoon Exp $ -DISTNAME= libwebp-1.0.2 +DISTNAME= libwebp-1.0.3 CATEGORIES= graphics MASTER_SITES= http://downloads.webmproject.org/releases/webp/ diff --git a/graphics/libwebp/distinfo b/graphics/libwebp/distinfo index ecbcab40794..e51ae2d8362 100644 --- a/graphics/libwebp/distinfo +++ b/graphics/libwebp/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2019/01/29 10:08:11 adam Exp $ +$NetBSD: distinfo,v 1.17 2019/07/16 11:43:32 ryoon Exp $ -SHA1 (libwebp-1.0.2.tar.gz) = 7cdff7beabc073ab0c5ecf888c326722e2f5688e -RMD160 (libwebp-1.0.2.tar.gz) = 71858bc4e858917f84278be9ab8b9808f0aca9cc -SHA512 (libwebp-1.0.2.tar.gz) = e095b8fdf0096395daf12892b3b74c472868e727f23640ba7aa5922a5a028b778a6a60d8a94f696f6c0ca49577dfc9a0b599ecb74ad831ade48c6db812b71d2e -Size (libwebp-1.0.2.tar.gz) = 4036397 bytes +SHA1 (libwebp-1.0.3.tar.gz) = 611400f942ce03c15fa03e1757b5e0f8713645e9 +RMD160 (libwebp-1.0.3.tar.gz) = 6f85f05dc1e97ddaae3066cfdd2be0787097d679 +SHA512 (libwebp-1.0.3.tar.gz) = 3ccdc62e5906f8de791053560e932b39df3cfdd7793617bd4562b7d95e2f6feac1535bc035e1b02591cab14b117ab15e51af6f9e4e3af1df0869c63945ec86b9 +Size (libwebp-1.0.3.tar.gz) = 4029909 bytes |