Sun Sep 1 09:53:50 2013 UTC ()
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'


(adam)
diff -r1.8 -r1.9 pkgsrc/graphics/libwebp/Makefile
diff -r1.3 -r1.4 pkgsrc/graphics/libwebp/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/graphics/libwebp/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/libwebp/Makefile 2013/08/15 15:12:39 1.8
+++ pkgsrc/graphics/libwebp/Makefile 2013/09/01 09:53:50 1.9
@@ -1,29 +1,27 @@ @@ -1,29 +1,27 @@
1# $NetBSD: Makefile,v 1.8 2013/08/15 15:12:39 richard Exp $ 1# $NetBSD: Makefile,v 1.9 2013/09/01 09:53:50 adam Exp $
2# 
3 2
4DISTNAME= libwebp-0.2.1 3DISTNAME= libwebp-0.3.1
5PKGREVISION= 3 
6CATEGORIES= graphics 4CATEGORIES= graphics
7MASTER_SITES= http://webp.googlecode.com/files/ 5MASTER_SITES= http://webp.googlecode.com/files/
8EXTRACT_SUFX= .zip 6#EXTRACT_SUFX= .zip
9 7
10MAINTAINER= ryoon@NetBSD.org 8MAINTAINER= ryoon@NetBSD.org
11HOMEPAGE= http://code.google.com/speed/webp/index.html 9HOMEPAGE= http://code.google.com/speed/webp/index.html
12COMMENT= WebP image format library and tools 10COMMENT= WebP image format library and tools
13LICENSE= modified-bsd 11LICENSE= modified-bsd
14 12
15GNU_CONFIGURE= yes 
16USE_LIBTOOL= yes 13USE_LIBTOOL= yes
 14GNU_CONFIGURE= yes
17 15
18.include "../../mk/compiler.mk" 16.include "../../mk/compiler.mk"
19# fix PR pkg/45934 17# fix PR pkg/45934
20.if !empty(MACHINE_PLATFORM:MSunOS-*-i386) && !empty(CC_VERSION:Mgcc-[23]*) 18.if !empty(MACHINE_PLATFORM:MSunOS-*-i386) && !empty(CC_VERSION:Mgcc-[23]*)
21CPPFLAGS += -D__pic__ 19CPPFLAGS += -D__pic__
22.endif 20.endif
23 21
24PKGCONFIG_OVERRIDE+= src/libwebp.pc.in 22PKGCONFIG_OVERRIDE+= src/libwebp.pc.in
25 23
26.include "../../graphics/png/buildlink3.mk" 24.include "../../graphics/png/buildlink3.mk"
27.include "../../graphics/tiff/buildlink3.mk" 25.include "../../graphics/tiff/buildlink3.mk"
28.include "../../mk/jpeg.buildlink3.mk" 26.include "../../mk/jpeg.buildlink3.mk"
29.include "../../mk/bsd.pkg.mk" 27.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/graphics/libwebp/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/libwebp/distinfo 2012/11/25 17:28:04 1.3
+++ pkgsrc/graphics/libwebp/distinfo 2013/09/01 09:53:50 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2012/11/25 17:28:04 ryoon Exp $ 1$NetBSD: distinfo,v 1.4 2013/09/01 09:53:50 adam Exp $
2 2
3SHA1 (libwebp-0.2.1.zip) = c5958d24172850d542048a66f261f74c9117f86e 3SHA1 (libwebp-0.3.1.tar.gz) = 52e3d2b6c0b80319baa33b8ebed89618769d9dd8
4RMD160 (libwebp-0.2.1.zip) = af8f34308f3a5220526642170047e807cda246a3 4RMD160 (libwebp-0.3.1.tar.gz) = 4c7d71e09ed8c54e33c9533725167139e75070b4
5Size (libwebp-0.2.1.zip) = 772923 bytes 5Size (libwebp-0.3.1.tar.gz) = 844799 bytes