wok-6.x diff libvips/receipt @ rev 21145
Update some WEB_SITE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 28 14:01:40 2019 +0100 (2019-03-28) |
parents | b21f0b31e0c2 |
children | e6b1efdc1eea |
line diff
1.1 --- a/libvips/receipt Sun Dec 16 11:41:49 2018 +0100 1.2 +++ b/libvips/receipt Thu Mar 28 14:01:40 2019 +0100 1.3 @@ -1,25 +1,25 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libvips" 1.7 -VERSION="7.42.3" 1.8 +VERSION="8.7.4" 1.9 CATEGORY="utilities" 1.10 LICENSE="LGPL2.1" 1.11 SHORT_DESC="An image processing library." 1.12 MAINTAINER="yuripourre@gmail.com" 1.13 TARBALL="vips-$VERSION.tar.gz" 1.14 -WEB_SITE="http://www.vips.ecs.soton.ac.uk/" 1.15 -WGET_URL="$WEB_SITE/supported/${VERSION%.*}/$TARBALL" 1.16 +WEB_SITE="https://libvips.github.io/libvips/" 1.17 +WGET_URL="https://github.com/libvips/libvips/archive/v$VERSION.tar.gz" 1.18 TAGS="image" 1.19 DEPENDS="fftw lcms pango libpng jpeg imagemagick tiff zlib glib \ 1.20 libexif openexr liboil" 1.21 BUILD_DEPENDS="wget cacerts pkg-config gtk-doc libtool swig \ 1.22 gobject-introspection-dev fftw-dev lcms-dev libpng-dev jpeg-dev \ 1.23 -imagemagick-dev tiff-dev zlib-dev libexif-dev file" 1.24 +imagemagick-dev tiff-dev zlib-dev libexif-dev file findutils expat-dev" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 { 1.29 - ./bootstrap.sh && 1.30 + ./autogen.sh && 1.31 autoreconf && 1.32 ./configure --prefix=/usr \ 1.33 --enable-gtk-doc=no &&