wok-next diff libwebp/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | 7c5d038be95b |
children |
line diff
1.1 --- a/libwebp/receipt Tue Dec 25 19:30:28 2018 +0200 1.2 +++ b/libwebp/receipt Sat Nov 21 14:32:44 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="libwebp" 1.7 -VERSION="1.0.1" 1.8 +VERSION="1.0.2" 1.9 CATEGORY="graphics" 1.10 SHORT_DESC="WebP image library" 1.11 MAINTAINER="devel@slitaz.org" 1.12 @@ -11,12 +11,14 @@ 1.13 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 WGET_URL="http://downloads.webmproject.org/releases/webp/$TARBALL" 1.16 -TARBALL_SHA1="038530d5b30d724bcaac04f009999148cf66cb59" 1.17 +TARBALL_SHA1="7cdff7beabc073ab0c5ecf888c326722e2f5688e" 1.18 1.19 BUILD_DEPENDS="libpng-dev libjpeg-turbo-dev tiff-dev giflib-dev" 1.20 SPLIT="webp $PACKAGE $PACKAGE-dev" 1.21 1.22 COPY_webp="bin/" 1.23 +COPY_std="*.so.*" 1.24 +COPY_dev="@dev *.so" 1.25 1.26 CAT_webp="graphics|applications" 1.27 DEPENDS_webp="$PACKAGE giflib libjpeg-turbo libpng libtiff"