graphicsmagick: new package, an imagemagick alternative
authorVal Kulkov <redacted>
Fri, 25 Jan 2019 23:35:17 +0000 (18:35 -0500)
committerVal Kulkov <redacted>
Fri, 25 Jan 2019 23:35:17 +0000 (18:35 -0500)
commit55076b5bfcfc255bbbb335cd07f629fbc4b9a94f
treef6e69f03f4cb2703c37dc71583b4d5635ba835c6
parent02d4981d3ad83eb7f9497f57653f37cae0b89cc1
graphicsmagick: new package, an imagemagick alternative

GraphicsMagick is a fork of ImageMagick, licensed under the MIT license.
It requires less space and it is [reportedly] faster than ImageMagick.

GraphicsMagick's installation footprint is:

x86_64: 4.3 MB, and
brcm47xx-mips74k (mipsel_74kc): 3.7 MB.

The shared libraries occupy 2.2 MB (mipsel_74kc). The 90 GraphicsMagick's
modules occupy 2.5 MB. It may be possible to reduce the installation
footprint by introducing build parameters to control the selection of
modules. In view of the large number of modules and the possibility of
breakage due to module interdependencies or other reasons, such attempt
is not made at this time.

Signed-off-by: Val Kulkov <redacted>
multimedia/graphicsmagick/Makefile [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT