libraries/libwebp: Updated for version 0.5.2.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
powtrix 2017-01-22 21:34:52 +00:00 committed by David Spencer
parent 7b2680ddba
commit 0a067e880a
3 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
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 typically achieves an average of 39% more compression than JPEG
WebP typically achieves an average of 39% more compression than JPEG
and JPEG 2000, without loss of image quality.
WebP is a new image format that provides lossless and lossy compression for

View file

@ -4,7 +4,7 @@
# written by powtrix (@gmail.com)
PRGNAM=libwebp
VERSION=${VERSION:-0.5.1}
VERSION=${VERSION:-0.5.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="libwebp"
VERSION="0.5.1"
VERSION="0.5.2"
HOMEPAGE="https://developers.google.com/speed/webp/"
DOWNLOAD="https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-0.5.1.tar.gz"
MD5SUM="3d7db92ebba5b4f679413d25c6040881"
DOWNLOAD="https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-0.5.2.tar.gz"
MD5SUM="6f36b38c2483b32906f946a621eb0c2e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""