# HG changeset patch # User Hans-G?nter Theisgen # Date 1643636195 -3600 # Node ID 2d5e684a8df9d9fe1a46f48ef75f8f4f1852d1e5 # Parent 0bf24f90afd994386b08a27278aa47953c82b95b updated azpainter (2.1.5 -> 3.0.4) diff -r 0bf24f90afd9 -r 2d5e684a8df9 azpainter/description.txt --- a/azpainter/description.txt Mon Jan 31 14:13:35 2022 +0100 +++ b/azpainter/description.txt Mon Jan 31 14:36:35 2022 +0100 @@ -1,8 +1,10 @@ -**AzPainter** Is a full color painting software for Linux for illustration -drawing. Simple and easy to use and lightweight projects. Small size easy to -draw illustrations and edit, we like to use. For larger image sizes is based -on the printing purpose and the authentic things to draw for you. +AzPainter is a full color painting software for Linux for illustration +drawing. +Simple and easy to use and lightweight projects. +Small size easy to draw illustrations and edit, we like to use. +For larger image sizes is based on the printing purpose and the authentic +things to draw for you. -This is not suitable for dot editing. Since the color is handled with 16 bit -color (15 bit fixed point number) internally, the accuracy of color rises, but -the memory is consumed correspondingly. +This is not suitable for dot editing. Since the color is handled with +16 bit color (15 bit fixed point number) internally, the accuracy of +color rises, but the memory is consumed correspondingly. diff -r 0bf24f90afd9 -r 2d5e684a8df9 azpainter/receipt --- a/azpainter/receipt Mon Jan 31 14:13:35 2022 +0100 +++ b/azpainter/receipt Mon Jan 31 14:36:35 2022 +0100 @@ -1,20 +1,20 @@ # SliTaz package receipt. PACKAGE="azpainter" -VERSION="2.1.5" +VERSION="3.0.4" CATEGORY="graphics" SHORT_DESC="Full color painting software for illustration drawing." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL3 BSD" WEB_SITE="https://osdn.net/projects/azpainter/" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="https://github.com/Symbian9/$PACKAGE/archive/v$VERSION/$TARBALL" +TARBALL="$PACKAGE-v$VERSION.tar.bz2" +WGET_URL="https://gitlab.com/azelpg/$PACKAGE/-/archive/v$VERSION/$TARBALL" -DEPENDS="fontconfig freetype libjpeg-turbo libpng xorg-libX11 +DEPENDS="fontconfig freetype libjpeg-turbo libpng libwebp xorg-libX11 xorg-libXext xorg-libXi" -BUILD_DEPENDS="fontconfig-dev freetype-dev libjpeg-turbo-dev - libpng-dev xorg-dev zlib-dev" +BUILD_DEPENDS="fontconfig-dev freetype-dev libpng-dev libjpeg-turbo-dev + libwebp-dev xorg-dev zlib-dev" current_version() { @@ -27,13 +27,16 @@ { ./configure \ --prefix=/usr \ + LIBS="-lz" \ $CONFIGURE_ARGS && make && - make DESTDIR=$DESTDIR install-strip + make DESTDIR=$DESTDIR install +# < 3.0.3 make DESTDIR=$DESTDIR install-strip } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs + rm -rf $fs/usr/share/doc }