wok rev 24621
updated graphicsmagick (1.3.34 -> 1.3.37)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 07 11:14:15 2022 +0100 (2022-03-07) |
parents | 8fe76b4f87c8 |
children | 1d2403d460ef |
files | graphicsmagick/description.txt graphicsmagick/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/graphicsmagick/description.txt Mon Mar 07 11:14:15 2022 +0100 1.3 @@ -0,0 +1,7 @@ 1.4 +GraphicsMagick is the swiss army knife of image processing. 1.5 +Comprised of 279K physical lines (according to David A. Wheeler's 1.6 +SLOCCount) of source code in the base package (or 1,275K including 1.7 +3rd party libraries) it provides a robust and efficient collection 1.8 +of tools and libraries which support reading, writing, and 1.9 +manipulating an image in over 89 major formats including important 1.10 +formats like DPX, GIF, JPEG, JPEG-2000, PNG, PDF, PNM, TIFF, and WebP.
2.1 --- a/graphicsmagick/receipt Mon Mar 07 10:52:24 2022 +0100 2.2 +++ b/graphicsmagick/receipt Mon Mar 07 11:14:15 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="graphicsmagick" 2.7 -VERSION="1.3.34" 2.8 +VERSION="1.3.37" 2.9 CATEGORY="graphics" 2.10 SHORT_DESC="The swiss army knife of image processing." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 @@ -12,9 +12,9 @@ 2.13 TARBALL="$SOURCE-$VERSION.tar.xz" 2.14 WGET_URL="$SF_MIRROR/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" 2.15 2.16 -DEPENDS="bzlib gcc-lib-base harfbuzz libgomp util-linux-uuid 2.17 +DEPENDS="bzlib gcc-lib-base harfbuzz libgomp util-linux-uuid 2.18 xorg-libICE xorg-libSM" 2.19 -BUILD_DEPENDS="util-linux-uuid-dev" 2.20 +BUILD_DEPENDS="jpeg-dev util-linux-uuid-dev" 2.21 2.22 # What is the latest version available today? 2.23 current_version() 2.24 @@ -33,12 +33,11 @@ 2.25 --mandir=/usr/share/man \ 2.26 $CONFIGURE_ARGS && 2.27 make && 2.28 - make DESTDIR=$DESTDIR install 2.29 + make install DESTDIR=$DESTDIR 2.30 } 2.31 2.32 # Rules to gen a SliTaz package suitable for Tazpkg. 2.33 genpkg_rules() 2.34 { 2.35 - mkdir -p $fs/usr 2.36 - cp -a $install/usr/bin $fs/usr 2.37 + cook_copy_folders bin 2.38 }