# HG changeset patch # User Hans-G?nter Theisgen # Date 1588056686 -3600 # Node ID 62f4b17a0949b43684a3bd7ae7aa6d6e209bfcb5 # Parent 7397cb36a387053265702c4fd09f4a251acf7b41 updated tiff, tiff-apps and tiff-dev (4.0.10 -> 4.1.0) diff -r 7397cb36a387 -r 62f4b17a0949 tiff-apps/receipt --- a/tiff-apps/receipt Tue Apr 28 07:37:57 2020 +0100 +++ b/tiff-apps/receipt Tue Apr 28 07:51:26 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tiff-apps" -VERSION="4.0.10" +VERSION="4.1.0" CATEGORY="x-window" SHORT_DESC="A library of functions for manipulating TIFF format image files - cli applications." MAINTAINER="pankso@slitaz.org" @@ -17,5 +17,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 7397cb36a387 -r 62f4b17a0949 tiff-dev/receipt --- a/tiff-dev/receipt Tue Apr 28 07:37:57 2020 +0100 +++ b/tiff-dev/receipt Tue Apr 28 07:51:26 2020 +0100 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="tiff-dev" -VERSION="4.0.10" +VERSION="4.1.0" CATEGORY="development" SHORT_DESC="A library of functions for manipulating TIFF format image files - development files." MAINTAINER="pankso@slitaz.org" LICENSE="MIT" WEB_SITE="http://www.libtiff.org/" -DEPENDS="tiff jbigkit" +DEPENDS="jbigkit tiff" WANTED="tiff" HOST_ARCH="i486 arm" diff -r 7397cb36a387 -r 62f4b17a0949 tiff/receipt --- a/tiff/receipt Tue Apr 28 07:37:57 2020 +0100 +++ b/tiff/receipt Tue Apr 28 07:51:26 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tiff" -VERSION="4.0.10" +VERSION="4.1.0" CATEGORY="x-window" SHORT_DESC="A library of functions for manipulating TIFF format image files." MAINTAINER="pankso@slitaz.org" @@ -9,7 +9,7 @@ WEB_SITE="http://www.libtiff.org/" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="http://download.osgeo.org/libtiff/$TARBALL" +WGET_URL="https://download.osgeo.org/libtiff/$TARBALL" DEPENDS="gcc-lib-base jpeg zlib" BUILD_DEPENDS="jbigkit jpeg-dev zlib-dev" @@ -28,5 +28,5 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib }