aboutsummaryrefslogtreecommitdiff
path: root/multimedia/graphicsmagick
Commit message (Collapse)AuthorAge
* graphicsmagick: update to the latest releaseVal Kulkov2020-02-04
| | | | | | | Update to v1.3.34. This service release provides a number of bug fixes, including security fixes. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* graphicsmagick: update to the latest releaseVal Kulkov2019-08-05
| | | | | | | | | | Update to v1.3.33, the latest official release. This release is the product of significant bug and security fixes due to GraphicsMagick participating in Google's oss-fuzz project. This release fixes 7 issues detected by oss-fuzz as well as a number of issues reported via the SourceForge bug tracker, or discovered via testing. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* graphicsmagick: update to the latest upstream versionVal Kulkov2019-06-16
| | | | | | Update to 1.3.32. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* graphicsmagick: optimize compilationVal Kulkov2019-02-10
| | | | | | | Use 'flto' compiler option to slightly reduce the installation footprint. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* graphicsmagick: new package, an imagemagick alternativeVal Kulkov2019-01-25
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 <val.kulkov@gmail.com>