wok-current rev 21124
Up libvips (8.7.4)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Mar 20 17:15:12 2019 +0100 (2019-03-20) |
parents | b3295b68d65e |
children | 5205cc73d006 |
files | libsecret-dev/receipt libsecret/receipt libvips-dev/receipt libvips/receipt php-auth-sasl/receipt |
line diff
1.1 --- a/libsecret-dev/receipt Wed Mar 20 11:24:10 2019 +0100 1.2 +++ b/libsecret-dev/receipt Wed Mar 20 17:15:12 2019 +0100 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="GObject bindings for Secret Service API, development files" 1.5 MAINTAINER="devl547@gmail.com" 1.6 LICENSE="LGPL2.1" 1.7 -WEB_SITE="http://gnome.org/" 1.8 +WEB_SITE="https://gnome.org/" 1.9 HOST_ARCH="i486 arm" 1.10 1.11 WANTED="libsecret"
2.1 --- a/libsecret/receipt Wed Mar 20 11:24:10 2019 +0100 2.2 +++ b/libsecret/receipt Wed Mar 20 17:15:12 2019 +0100 2.3 @@ -7,7 +7,7 @@ 2.4 MAINTAINER="devl547@gmail.com" 2.5 LICENSE="LGPL2.1" 2.6 CATEGORY="security" 2.7 -WEB_SITE="http://gnome.org/" 2.8 +WEB_SITE="https://gnome.org/" 2.9 TARBALL="$PACKAGE-$VERSION.tar.xz" 2.10 WGET_URL="$GNOME_MIRROR/$PACKAGE/$SERIES/$TARBALL" 2.11 HOST_ARCH="i486 arm"
3.1 --- a/libvips-dev/receipt Wed Mar 20 11:24:10 2019 +0100 3.2 +++ b/libvips-dev/receipt Wed Mar 20 17:15:12 2019 +0100 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="libvips-dev" 3.7 -VERSION="7.42.3" 3.8 +VERSION="8.7.4" 3.9 CATEGORY="development" 3.10 LICENSE="LGPL2.1" 3.11 SHORT_DESC="An image processing library, devel files."
4.1 --- a/libvips/receipt Wed Mar 20 11:24:10 2019 +0100 4.2 +++ b/libvips/receipt Wed Mar 20 17:15:12 2019 +0100 4.3 @@ -1,25 +1,25 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="libvips" 4.7 -VERSION="7.42.3" 4.8 +VERSION="8.7.4" 4.9 CATEGORY="utilities" 4.10 LICENSE="LGPL2.1" 4.11 SHORT_DESC="An image processing library." 4.12 MAINTAINER="yuripourre@gmail.com" 4.13 TARBALL="vips-$VERSION.tar.gz" 4.14 -WEB_SITE="http://www.vips.ecs.soton.ac.uk/" 4.15 -WGET_URL="$WEB_SITE/supported/${VERSION%.*}/$TARBALL" 4.16 +WEB_SITE="https://libvips.github.io/libvips/" 4.17 +WGET_URL="https://github.com/libvips/libvips/archive/v$VERSION.tar.gz" 4.18 TAGS="image" 4.19 DEPENDS="fftw lcms pango libpng jpeg imagemagick tiff zlib glib \ 4.20 libexif openexr liboil" 4.21 BUILD_DEPENDS="wget cacerts pkg-config gtk-doc libtool swig \ 4.22 gobject-introspection-dev fftw-dev lcms-dev libpng-dev jpeg-dev \ 4.23 -imagemagick-dev tiff-dev zlib-dev libexif-dev file" 4.24 +imagemagick-dev tiff-dev zlib-dev libexif-dev file findutils expat-dev" 4.25 4.26 # Rules to configure and make the package. 4.27 compile_rules() 4.28 { 4.29 - ./bootstrap.sh && 4.30 + ./autogen.sh && 4.31 autoreconf && 4.32 ./configure --prefix=/usr \ 4.33 --enable-gtk-doc=no &&
5.1 --- a/php-auth-sasl/receipt Wed Mar 20 11:24:10 2019 +0100 5.2 +++ b/php-auth-sasl/receipt Wed Mar 20 17:15:12 2019 +0100 5.3 @@ -6,7 +6,7 @@ 5.4 SHORT_DESC="Abstraction of various SASL mechanism responses for php." 5.5 MAINTAINER="pascal.bellard@slitaz.org" 5.6 LICENSE="BSD" 5.7 -WEB_SITE="http://pear.php.net/" 5.8 +WEB_SITE="https://pear.php.net/" 5.9 SOURCE="Auth_SASL" 5.10 TARBALL="$SOURCE-$VERSION.tgz" 5.11 WGET_URL="http://download.pear.php.net/package/$TARBALL"