Commit Graph

19 Commits

Author SHA1 Message Date
Alex Gaynor 69522fa20b
[imagemagick] fixed cloning of freetype2 (#4518)
* [imagemagick] fixed cloning of freetype2

* Update Dockerfile
2020-10-10 21:03:32 -07:00
Paul Kehrer 50235c64dd
add jbigkit to IM (#4354) 2020-08-23 23:14:03 -07:00
devtty1er d561c49ae5
Update Dockerfiles (#4070)
* Use LABEL in place of MAINTAINER

* Remove LABEL maintainer from Dockerfiles
2020-07-06 13:18:23 -07:00
Abhishek Arya 1776bd3dec
Install latest cmake, make easy to install i386 packages (#3943)
Fixes #3124, #2751
2020-06-07 17:27:40 -07:00
Alex Gaynor e124654139
[imagemagick+graphicsmagick] Install po4a, which is now needed by xz (#3551) 2020-03-28 10:11:33 -07:00
Lovell Fuller 3c28d2a860
Upgrade lcamtuf.coredump.cx to HTTPS, as it has been (#3527)
accepting only HTTPS connections since approx 14th March.

This allows the builds for guetzli, libjpeg-turbo,
libtiff and libvips to succeed again.
2020-03-20 07:50:16 -07:00
Alex Gaynor 51f8df10c1 [imagemagick] build for i386 (#2907)
* [imagemagick] build for i386

* Try install libc6 for i386
2019-10-09 21:53:31 -07:00
Alex Gaynor f4076b8b8e [imagemagick] update libpng git repo (#2618) 2019-07-18 17:20:55 -07:00
Alex Gaynor 3257d8471c [imagemagick] clone bz2 from its new repo (#2495) 2019-06-08 07:39:30 -07:00
Paul Kehrer 20f119323f [imagemagick] re-add libde265 (#1372)
libde265 is needed to build libheif
2018-04-27 12:40:19 -07:00
Alex Gaynor cfda53dfe4 [imagemagick] change which rpo is used for the HEIC delegate (#1371) 2018-04-27 12:16:27 -07:00
Paul Kehrer e30693ca0c add lcms to IM delegate list (#1318) 2018-04-15 19:10:11 -07:00
Paul Kehrer 603b7bb818 add libpng to imagemagick (#1304)
* add libpng to imagemagick

* add HEIC corpus source
2018-04-08 00:20:21 -07:00
Paul Kehrer 83a3e78c06 add xz and libraw to imagemagick delegates (#1287) 2018-04-01 15:15:12 -07:00
Paul Kehrer 49b99a278d add libjpeg-turbo and freetype to the IM delegate list (#1270) 2018-03-25 21:11:13 -07:00
Paul Kehrer e5da65cbbe add 4 additional delegate libraries for imagemagick (#1268) 2018-03-26 12:33:35 +11:00
Paul Kehrer 4a733d70f6 add libtiff and libde265 to the imagemagick container (#1263)
prep for expanding IM's delegate library fuzzing
2018-03-21 19:53:24 -07:00
Paul Kehrer 7ee35dbd95 [imagemagick] move fuzzers to the upsteram and build from that (#1056)
Pushing towards the ideal integration one commit at a time...
2018-01-09 10:32:07 -08:00
Paul Kehrer 6813e360b6 [imagemagick] Imagemagick support (#1040)
* implement imagemagick fuzzing

* Compile one fuzzer per encoder

* oops, need this

* formatting!

* make the fuzzer per encoder work :)

* use ADD

* sizeof all teh things!

* oops

* add dirk as the primary contact

* use Degrees here

* extract just the images we want for the seed corpus (corpi?)

* use Width where possible

* add all sanitizers

* fix a foolish bug

* move the corpus gen to the end of build.sh
2018-01-08 10:01:58 -08:00