Date: Sun, 10 Aug 2014 17:54:38 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364552 - head/graphics/webp Message-ID: <53e7b1df.2041.4e0d1617@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Aug 10 17:54:38 2014 New Revision: 364552 URL: http://svnweb.freebsd.org/changeset/ports/364552 QAT: https://qat.redports.org/buildarchive/r364552/ Log: - Update to 0.4.1 - Update pkg-descr - Update WWW Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS Modified: head/graphics/webp/Makefile head/graphics/webp/distinfo head/graphics/webp/pkg-descr head/graphics/webp/pkg-plist Modified: head/graphics/webp/Makefile ============================================================================== --- head/graphics/webp/Makefile Sun Aug 10 17:47:04 2014 (r364551) +++ head/graphics/webp/Makefile Sun Aug 10 17:54:38 2014 (r364552) @@ -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 Modified: head/graphics/webp/distinfo ============================================================================== --- head/graphics/webp/distinfo Sun Aug 10 17:47:04 2014 (r364551) +++ head/graphics/webp/distinfo Sun Aug 10 17:54:38 2014 (r364552) @@ -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 Modified: head/graphics/webp/pkg-descr ============================================================================== --- head/graphics/webp/pkg-descr Sun Aug 10 17:47:04 2014 (r364551) +++ head/graphics/webp/pkg-descr Sun Aug 10 17:54:38 2014 (r364552) @@ -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/ Modified: head/graphics/webp/pkg-plist ============================================================================== --- head/graphics/webp/pkg-plist Sun Aug 10 17:47:04 2014 (r364551) +++ head/graphics/webp/pkg-plist Sun Aug 10 17:54:38 2014 (r364552) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e7b1df.2041.4e0d1617>