libraries/libwebp: Updated for version 0.5.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
powtrix 2016-09-18 16:20:55 +07:00 committed by Willy Sudiarto Raharjo
parent 4bd778f0af
commit 08d508dd4c
3 changed files with 10 additions and 10 deletions

View File

@ -4,13 +4,13 @@
# written by powtrix (@gmail.com)
PRGNAM=libwebp
VERSION=${VERSION:-0.4.3}
BUILD=${BUILD:-2}
VERSION=${VERSION:-0.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -21,8 +21,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View File

@ -1,8 +1,8 @@
PRGNAM="libwebp"
VERSION="0.4.3"
HOMEPAGE="http://code.google.com/speed/webp/"
DOWNLOAD="http://downloads.webmproject.org/releases/webp/libwebp-0.4.3.tar.gz"
MD5SUM="08813525eeeffe7e305b4cbfade8ae9b"
VERSION="0.5.1"
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_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View File

@ -14,6 +14,6 @@ libwebp: user can choose the trade-off between file size and image quality.
libwebp: WebP typically achieves an average of 39% more compression than
libwebp: JPEG and JPEG 2000, without loss of image quality.
libwebp:
libwebp: Homepage: http://code.google.com/speed/webp/
libwebp: Homepage: https://developers.google.com/speed/webp/
libwebp:
libwebp: