wok rev 24343

updated azpainter (2.1.5 -> 3.0.4)
author Hans-G?nter Theisgen
date Mon Jan 31 14:36:35 2022 +0100 (2022-01-31)
parents 0bf24f90afd9
children 63f3c86a7f09
files azpainter/description.txt azpainter/receipt
line diff
     1.1 --- a/azpainter/description.txt	Mon Jan 31 14:13:35 2022 +0100
     1.2 +++ b/azpainter/description.txt	Mon Jan 31 14:36:35 2022 +0100
     1.3 @@ -1,8 +1,10 @@
     1.4 -**AzPainter** Is a full color painting software for Linux for illustration 
     1.5 -drawing. Simple and easy to use and lightweight projects. Small size easy to 
     1.6 -draw illustrations and edit, we like to use. For larger image sizes is based 
     1.7 -on the printing purpose and the authentic things to draw for you.
     1.8 +AzPainter is a full color painting software for Linux for illustration
     1.9 +drawing.
    1.10 +Simple and easy to use and lightweight projects.
    1.11 +Small size easy to draw illustrations and edit, we like to use.
    1.12 +For larger image sizes is based on the printing purpose and the authentic
    1.13 +things to draw for you.
    1.14  
    1.15 -This is not suitable for dot editing. Since the color is handled with 16 bit 
    1.16 -color (15 bit fixed point number) internally, the accuracy of color rises, but 
    1.17 -the memory is consumed correspondingly.
    1.18 +This is not suitable for dot editing. Since the color is handled with
    1.19 +16 bit color (15 bit fixed point number) internally, the accuracy of
    1.20 +color rises, but the memory is consumed correspondingly.
     2.1 --- a/azpainter/receipt	Mon Jan 31 14:13:35 2022 +0100
     2.2 +++ b/azpainter/receipt	Mon Jan 31 14:36:35 2022 +0100
     2.3 @@ -1,20 +1,20 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="azpainter"
     2.7 -VERSION="2.1.5"
     2.8 +VERSION="3.0.4"
     2.9  CATEGORY="graphics"
    2.10  SHORT_DESC="Full color painting software for illustration drawing."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12  LICENSE="GPL3 BSD"
    2.13  WEB_SITE="https://osdn.net/projects/azpainter/"
    2.14  
    2.15 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.16 -WGET_URL="https://github.com/Symbian9/$PACKAGE/archive/v$VERSION/$TARBALL"
    2.17 +TARBALL="$PACKAGE-v$VERSION.tar.bz2"
    2.18 +WGET_URL="https://gitlab.com/azelpg/$PACKAGE/-/archive/v$VERSION/$TARBALL"
    2.19  
    2.20 -DEPENDS="fontconfig freetype libjpeg-turbo libpng xorg-libX11 
    2.21 +DEPENDS="fontconfig freetype libjpeg-turbo libpng libwebp xorg-libX11
    2.22  	xorg-libXext xorg-libXi"
    2.23 -BUILD_DEPENDS="fontconfig-dev freetype-dev libjpeg-turbo-dev 
    2.24 -	libpng-dev xorg-dev zlib-dev"
    2.25 +BUILD_DEPENDS="fontconfig-dev freetype-dev libpng-dev libjpeg-turbo-dev
    2.26 +	libwebp-dev xorg-dev zlib-dev"
    2.27  
    2.28  current_version()
    2.29  {
    2.30 @@ -27,13 +27,16 @@
    2.31  {
    2.32  	./configure		\
    2.33  		--prefix=/usr	\
    2.34 +		LIBS="-lz"	\
    2.35  		$CONFIGURE_ARGS &&
    2.36  	make &&
    2.37 -	make DESTDIR=$DESTDIR install-strip
    2.38 +	make DESTDIR=$DESTDIR install
    2.39 +# < 3.0.3	make DESTDIR=$DESTDIR install-strip
    2.40  }
    2.41  
    2.42  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.43  genpkg_rules()
    2.44  {
    2.45 -	cp -a $install/usr $fs
    2.46 +	cp -a $install/usr	$fs
    2.47 +	rm -rf			$fs/usr/share/doc
    2.48  }