wok rev 23698

updated tiff, tiff-apps and tiff-dev (4.0.10 -> 4.1.0)
author Hans-G?nter Theisgen
date Tue Apr 28 07:51:26 2020 +0100 (2020-04-28)
parents 7397cb36a387
children 4430100694d2
files tiff-apps/receipt tiff-dev/receipt tiff/receipt
line diff
     1.1 --- a/tiff-apps/receipt	Tue Apr 28 07:37:57 2020 +0100
     1.2 +++ b/tiff-apps/receipt	Tue Apr 28 07:51:26 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tiff-apps"
     1.7 -VERSION="4.0.10"
     1.8 +VERSION="4.1.0"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="A library of functions for manipulating TIFF format image files - cli applications."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -17,5 +17,5 @@
    1.13  genpkg_rules()
    1.14  {
    1.15      mkdir -p $fs/usr
    1.16 -    cp -a $install/usr/bin $fs/usr
    1.17 +    cp -a $install/usr/bin	$fs/usr
    1.18  }
     2.1 --- a/tiff-dev/receipt	Tue Apr 28 07:37:57 2020 +0100
     2.2 +++ b/tiff-dev/receipt	Tue Apr 28 07:51:26 2020 +0100
     2.3 @@ -1,14 +1,14 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="tiff-dev"
     2.7 -VERSION="4.0.10"
     2.8 +VERSION="4.1.0"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="A library of functions for manipulating TIFF format image files - development files."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12  LICENSE="MIT"
    2.13  WEB_SITE="http://www.libtiff.org/"
    2.14  
    2.15 -DEPENDS="tiff jbigkit"
    2.16 +DEPENDS="jbigkit tiff"
    2.17  WANTED="tiff"
    2.18  
    2.19  HOST_ARCH="i486 arm"
     3.1 --- a/tiff/receipt	Tue Apr 28 07:37:57 2020 +0100
     3.2 +++ b/tiff/receipt	Tue Apr 28 07:51:26 2020 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="tiff"
     3.7 -VERSION="4.0.10"
     3.8 +VERSION="4.1.0"
     3.9  CATEGORY="x-window"
    3.10  SHORT_DESC="A library of functions for manipulating TIFF format image files."
    3.11  MAINTAINER="pankso@slitaz.org"
    3.12 @@ -9,7 +9,7 @@
    3.13  WEB_SITE="http://www.libtiff.org/"
    3.14  
    3.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.16 -WGET_URL="http://download.osgeo.org/libtiff/$TARBALL"
    3.17 +WGET_URL="https://download.osgeo.org/libtiff/$TARBALL"
    3.18  
    3.19  DEPENDS="gcc-lib-base jpeg zlib"
    3.20  BUILD_DEPENDS="jbigkit jpeg-dev zlib-dev"
    3.21 @@ -28,5 +28,5 @@
    3.22  genpkg_rules()
    3.23  {
    3.24  	mkdir -p $fs/usr/lib
    3.25 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    3.26 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    3.27  }