wok-next diff libwebp/receipt @ rev 20712

libtorrent: fix rtorrent building for non-64bit archs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:13:53 2018 +0300 (2018-05-27)
parents 5841522533ec
children f48456621a9d
line diff
     1.1 --- a/libwebp/receipt	Mon Apr 16 11:36:31 2018 +0300
     1.2 +++ b/libwebp/receipt	Sun May 27 12:13:53 2018 +0300
     1.3 @@ -1,15 +1,16 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="libwebp"
     1.7 -VERSION="0.6.0"
     1.8 +VERSION="1.0.0"
     1.9  CATEGORY="graphics"
    1.10  SHORT_DESC="WebP image library"
    1.11  MAINTAINER="devl547@gmail.com"
    1.12 -LICENSE="BSD"
    1.13 -WEB_SITE="https://www.webmproject.org/"
    1.14 +LICENSE="Apache2"
    1.15 +WEB_SITE="https://developers.google.com/speed/webp/"
    1.16 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libwebp.html"
    1.17  
    1.18  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.19 -WGET_URL="http://downloads.webmproject.org/releases/webp/$TARBALL"
    1.20 +WGET_URL="https://storage.googleapis.com/downloads.webmproject.org/releases/webp/$TARBALL"
    1.21  
    1.22  BUILD_DEPENDS="libpng16-dev libjpeg-turbo-dev tiff-dev giflib-dev"
    1.23  SPLIT="libwebp-apps libwebp-dev"
    1.24 @@ -23,7 +24,6 @@
    1.25  		--enable-swap-16bit-csp \
    1.26  		--disable-static \
    1.27  		$CONFIGURE_ARGS &&
    1.28 -	fix libtool &&
    1.29  	make &&
    1.30  	make install
    1.31  }