# HG changeset patch # User Hans-G?nter Theisgen # Date 1552049517 -3600 # Node ID f637e0986923f5af27c89c93bcc9efcbd719fd38 # Parent 33b800b4871e85a691eab049d990f8c9926c7270 updated graphicsmagick and graphicsmagick-dev (1.3.25 -> 1.3.31) diff -r 33b800b4871e -r f637e0986923 graphicsmagick-dev/receipt --- a/graphicsmagick-dev/receipt Fri Mar 08 13:18:18 2019 +0100 +++ b/graphicsmagick-dev/receipt Fri Mar 08 13:51:57 2019 +0100 @@ -1,20 +1,20 @@ # SliTaz package receipt. PACKAGE="graphicsmagick-dev" -VERSION="1.3.25" +VERSION="1.3.31" CATEGORY="development" SHORT_DESC="The swiss army knife of image processing, development files." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" WEB_SITE="http://www.graphicsmagick.org/" + WANTED="graphicsmagick" - DEPENDS="graphicsmagick pkg-config" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr - cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/include $fs/usr } diff -r 33b800b4871e -r f637e0986923 graphicsmagick/receipt --- a/graphicsmagick/receipt Fri Mar 08 13:18:18 2019 +0100 +++ b/graphicsmagick/receipt Fri Mar 08 13:51:57 2019 +0100 @@ -1,27 +1,30 @@ # SliTaz package receipt. PACKAGE="graphicsmagick" -VERSION="1.3.25" -SOURCE="GraphicsMagick" +VERSION="1.3.31" CATEGORY="graphics" SHORT_DESC="The swiss army knife of image processing." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" +WEB_SITE="http://www.graphicsmagick.org/" + +SOURCE="GraphicsMagick" TARBALL="$SOURCE-$VERSION.tar.xz" -WEB_SITE="http://www.graphicsmagick.org/" WGET_URL="$SF_MIRROR/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" DEPENDS="gcc-lib-base bzlib util-linux-uuid libgomp harfbuzz xorg-libSM \ -xorg-libICE" + xorg-libICE" BUILD_DEPENDS="util-linux-uuid-dev" # Rules to configure and make the package. compile_rules() { - ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS && - make && + ./configure \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + $CONFIGURE_ARGS && + make -j 1 && make DESTDIR=$DESTDIR install }