diff options
author | adam <adam@pkgsrc.org> | 2013-09-01 09:53:50 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-09-01 09:53:50 +0000 |
commit | b8e30397052fcae1e85958d067301651f5c24fa8 (patch) | |
tree | d0757ddf4b55c957d4d27a44d1551da78bc54b62 /graphics/libwebp | |
parent | 6b8d2d185c23fae724d43291f1acbffc709e62f3 (diff) | |
download | pkgsrc-b8e30397052fcae1e85958d067301651f5c24fa8.tar.gz |
Changes 0.3.1:
This is a binary compatible release.
* Add incremental decoding support for images containing ALPH and ICCP chunks.
* Python bindings via swig for the simple encode/decode interfaces similar to
Java.
Changes 0.3.0:
This is a binary compatible release.
* WebPINewRGB/WebPINewYUVA accept being passed a NULL output buffer
and will perform auto-allocation.
* default filter option is now '-strong -f 60'
* encoding speed-up for lossy methods 3 to 6
* alpha encoding can be done in parallel to lossy using 'cwebp -mt ...'
* color profile, metadata (XMP/EXIF) and animation support finalized in the
container.
* various NEON assembly additions
Tool updates / additions:
* gif2webp added
* vwebp given color profile & animation support
* cwebp can preserve color profile / metadata with '-metadata'
Diffstat (limited to 'graphics/libwebp')
-rw-r--r-- | graphics/libwebp/Makefile | 10 | ||||
-rw-r--r-- | graphics/libwebp/distinfo | 8 |
2 files changed, 8 insertions, 10 deletions
diff --git a/graphics/libwebp/Makefile b/graphics/libwebp/Makefile index d0e0d75ae56..52b3fd3d7a0 100644 --- a/graphics/libwebp/Makefile +++ b/graphics/libwebp/Makefile @@ -1,19 +1,17 @@ -# $NetBSD: Makefile,v 1.8 2013/08/15 15:12:39 richard Exp $ -# +# $NetBSD: Makefile,v 1.9 2013/09/01 09:53:50 adam Exp $ -DISTNAME= libwebp-0.2.1 -PKGREVISION= 3 +DISTNAME= libwebp-0.3.1 CATEGORIES= graphics MASTER_SITES= http://webp.googlecode.com/files/ -EXTRACT_SUFX= .zip +#EXTRACT_SUFX= .zip MAINTAINER= ryoon@NetBSD.org HOMEPAGE= http://code.google.com/speed/webp/index.html COMMENT= WebP image format library and tools LICENSE= modified-bsd -GNU_CONFIGURE= yes USE_LIBTOOL= yes +GNU_CONFIGURE= yes .include "../../mk/compiler.mk" # fix PR pkg/45934 diff --git a/graphics/libwebp/distinfo b/graphics/libwebp/distinfo index 7a1207f6105..6e81453ae4f 100644 --- a/graphics/libwebp/distinfo +++ b/graphics/libwebp/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2012/11/25 17:28:04 ryoon Exp $ +$NetBSD: distinfo,v 1.4 2013/09/01 09:53:50 adam Exp $ -SHA1 (libwebp-0.2.1.zip) = c5958d24172850d542048a66f261f74c9117f86e -RMD160 (libwebp-0.2.1.zip) = af8f34308f3a5220526642170047e807cda246a3 -Size (libwebp-0.2.1.zip) = 772923 bytes +SHA1 (libwebp-0.3.1.tar.gz) = 52e3d2b6c0b80319baa33b8ebed89618769d9dd8 +RMD160 (libwebp-0.3.1.tar.gz) = 4c7d71e09ed8c54e33c9533725167139e75070b4 +Size (libwebp-0.3.1.tar.gz) = 844799 bytes |