mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Update to 0.4.1
- Update pkg-descr - Update WWW Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
This commit is contained in:
parent
a0541d0f63
commit
4e6bca9673
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364552
@ -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
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user