# HG changeset patch # User Hans-G?nter Theisgen # Date 1646648055 -3600 # Node ID 0fec748fcb52d946ff4fc8ee4fb1bdea066fc773 # Parent 8fe76b4f87c8f495a522e39fd9f54e5ed93ff81e updated graphicsmagick (1.3.34 -> 1.3.37) diff -r 8fe76b4f87c8 -r 0fec748fcb52 graphicsmagick/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/graphicsmagick/description.txt Mon Mar 07 11:14:15 2022 +0100 @@ -0,0 +1,7 @@ +GraphicsMagick is the swiss army knife of image processing. +Comprised of 279K physical lines (according to David A. Wheeler's +SLOCCount) of source code in the base package (or 1,275K including +3rd party libraries) it provides a robust and efficient collection +of tools and libraries which support reading, writing, and +manipulating an image in over 89 major formats including important +formats like DPX, GIF, JPEG, JPEG-2000, PNG, PDF, PNM, TIFF, and WebP. diff -r 8fe76b4f87c8 -r 0fec748fcb52 graphicsmagick/receipt --- a/graphicsmagick/receipt Mon Mar 07 10:52:24 2022 +0100 +++ b/graphicsmagick/receipt Mon Mar 07 11:14:15 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="graphicsmagick" -VERSION="1.3.34" +VERSION="1.3.37" CATEGORY="graphics" SHORT_DESC="The swiss army knife of image processing." MAINTAINER="pascal.bellard@slitaz.org" @@ -12,9 +12,9 @@ TARBALL="$SOURCE-$VERSION.tar.xz" WGET_URL="$SF_MIRROR/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" -DEPENDS="bzlib gcc-lib-base harfbuzz libgomp util-linux-uuid +DEPENDS="bzlib gcc-lib-base harfbuzz libgomp util-linux-uuid xorg-libICE xorg-libSM" -BUILD_DEPENDS="util-linux-uuid-dev" +BUILD_DEPENDS="jpeg-dev util-linux-uuid-dev" # What is the latest version available today? current_version() @@ -33,12 +33,11 @@ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr + cook_copy_folders bin }