wok-next rev 21333

updated libvips again (7.42.3 -> 8.8.4)
author Hans-G?nter Theisgen
date Thu Dec 12 17:29:05 2019 +0100 (2019-12-12)
parents ac1c22be7622
children 4077c79881bf
files libvips/receipt
line diff
     1.1 --- a/libvips/receipt	Thu Dec 12 17:26:25 2019 +0100
     1.2 +++ b/libvips/receipt	Thu Dec 12 17:29:05 2019 +0100
     1.3 @@ -12,15 +12,14 @@
     1.4  WGET_URL="$WEB_SITE/supported/${VERSION%.*}/$TARBALL" # FIXME
     1.5  WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/v$VERSION/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="fftw-dev gettext-dev gobject-introspection-dev gtk-doc 
     1.8 -	imagemagick-dev jpeg-dev lcms-dev libexif-dev libpng-dev libtool 
     1.9 +BUILD_DEPENDS="autoconf automake fftw-dev gettext-dev gobject-introspection-dev 
    1.10 +	gtk-doc imagemagick-dev jpeg-dev lcms-dev libexif-dev libpng-dev libtool 
    1.11  	swig tiff-dev zlib-dev"
    1.12  SPLIT="$PACKAGE-dev"
    1.13  
    1.14  compile_rules()
    1.15  {
    1.16 -	./bootstrap.sh &&
    1.17 -	autoreconf &&
    1.18 +	./autogen.sh &&
    1.19  	./configure		\
    1.20  		--enable-gtk-doc=no &&
    1.21  	fix libtool &&