diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-10 17:54:38 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-10 17:54:38 +0000 |
commit | 4e6bca967388fb1254b20461744d921b34a85091 (patch) | |
tree | 86145a70480fa12bf72e13341689bec78d947216 | |
parent | a0541d0f6354643178de932b5aea75109fc0a1aa (diff) | |
download | freebsd-ports-4e6bca967388fb1254b20461744d921b34a85091.zip |
- Update to 0.4.1
- Update pkg-descr
- Update WWW
Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
-rw-r--r-- | graphics/webp/Makefile | 4 | ||||
-rw-r--r-- | graphics/webp/distinfo | 4 | ||||
-rw-r--r-- | graphics/webp/pkg-descr | 16 | ||||
-rw-r--r-- | graphics/webp/pkg-plist | 8 |
4 files changed, 18 insertions, 14 deletions
diff --git a/graphics/webp/Makefile b/graphics/webp/Makefile index dca71ce04f0c..b3bc8c99f66e 100644 --- a/graphics/webp/Makefile +++ b/graphics/webp/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= webp -PORTVERSION= 0.4.0 +PORTVERSION= 0.4.1 CATEGORIES= graphics -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= http://downloads.webmproject.org/releases/webp/ DISTNAME= lib${PORTNAME}-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org diff --git a/graphics/webp/distinfo b/graphics/webp/distinfo index 039c5330a3af..65e19159a89e 100644 --- a/graphics/webp/distinfo +++ b/graphics/webp/distinfo @@ -1,2 +1,2 @@ -SHA256 (libwebp-0.4.0.tar.gz) = 31913577e96386556855b41d210736449445fe96cfbe9289014e9b8afa944d69 -SIZE (libwebp-0.4.0.tar.gz) = 887880 +SHA256 (libwebp-0.4.1.tar.gz) = 00b646e6f66550a8faa998711fe70aabee9ed3bc562a8437c89042901674d027 +SIZE (libwebp-0.4.1.tar.gz) = 966358 diff --git a/graphics/webp/pkg-descr b/graphics/webp/pkg-descr index 3429d9f1a775..2e81d0203909 100644 --- a/graphics/webp/pkg-descr +++ b/graphics/webp/pkg-descr @@ -1,8 +1,12 @@ -WebP is a method of lossy compression that can be used on photographic -images. The degree of compression is adjustable so a user can choose the -trade-off between file size and image quality. +WebP is a new image format that provides lossless and lossy compression for +images on the web. WebP lossless images are 26% smaller in size compared to +PNGs. WebP lossy images are 25-34% smaller in size compared to JPEG images at +equivalent SSIM index. WebP supports lossless transparency (also known as alpha +channel) with just 22% additional bytes. Transparency is also supported with +lossy compression and typically provides 3x smaller file sizes compared to PNG +when lossy compression is acceptable for the red/green/blue color channels. -webpconv is a command line tool for converting images to and from -the WebP format. +Webmasters and web developers can use the WebP image format to create smaller +and richer images that can help make the web faster. -WWW: http://code.google.com/speed/webp/ +WWW: https://developers.google.com/speed/webp/ diff --git a/graphics/webp/pkg-plist b/graphics/webp/pkg-plist index c95b7c9c857a..0d459d33f318 100644 --- a/graphics/webp/pkg-plist +++ b/graphics/webp/pkg-plist @@ -12,19 +12,19 @@ include/webp/types.h lib/libwebp.a lib/libwebp.so lib/libwebp.so.5 -lib/libwebp.so.5.0.0 +lib/libwebp.so.5.0.1 lib/libwebpdecoder.a lib/libwebpdecoder.so lib/libwebpdecoder.so.1 -lib/libwebpdecoder.so.1.0.0 +lib/libwebpdecoder.so.1.0.1 lib/libwebpdemux.a lib/libwebpdemux.so lib/libwebpdemux.so.1 -lib/libwebpdemux.so.1.0.0 +lib/libwebpdemux.so.1.0.1 lib/libwebpmux.a lib/libwebpmux.so lib/libwebpmux.so.1 -lib/libwebpmux.so.1.0.0 +lib/libwebpmux.so.1.0.1 libdata/pkgconfig/libwebp.pc libdata/pkgconfig/libwebpdecoder.pc libdata/pkgconfig/libwebpdemux.pc |