aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/graphicsmagick/Dockerfile
Commit message (Collapse)AuthorAge
* [graphicsmagick] no https for this repo :-( (#5688)Gravatar Alex Gaynor2021-04-29
|
* add jasper and libxml2 to graphicsmagick container (#5200)Gravatar Paul Kehrer2021-02-15
|
* [graphicsmagick] switch clone to use the new (official) mirror (#5192)Gravatar Alex Gaynor2021-02-12
|
* [graphicsmagick] fixed cloning of freetype2 (#4517)Gravatar Alex Gaynor2020-10-10
| | | | | * [graphicsmagick] fixed cloning of freetype2 * Update Dockerfile
* Update Dockerfiles (#4070)Gravatar devtty1er2020-07-06
| | | | | * Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
* [imagemagick+graphicsmagick] Install po4a, which is now needed by xz (#3551)Gravatar Alex Gaynor2020-03-28
|
* [graphicsmagick] update libpng git repo (#2619)Gravatar Alex Gaynor2019-07-18
|
* [graphicsmagick] clone bz2 from its new repo (#2494)Gravatar Alex Gaynor2019-06-08
|
* [graphicsmagick] checkout ghostscript for use in the PDF decoder (#2388)Gravatar Alex Gaynor2019-05-07
|
* [graphicsmagick] Added --time flag to clone (#2333)Gravatar Alex Gaynor2019-04-17
| | | This will give us more information if the clone fails (which it does sometimes, probably due to sourceforge infra issues)
* Speed up graphicsmagick clones by including the default branch (#2186)Gravatar Alex Gaynor2019-02-26
|
* clone zstd for graphicsmagick (#1997)Gravatar Alex Gaynor2018-12-02
|
* [graphicsmagick] Add additional libraries (#1412)Gravatar Alex Gaynor2018-05-11
|
* Update the set of repos we use for graphicsmagick and install more tools for ↵Gravatar Alex Gaynor2018-05-10
| | | | building (#1410)
* Clone additional repos for graphicsmagick (#1378)Gravatar Alex Gaynor2018-04-29
|
* Drop -v from graphicsmagick clone (#1315)Gravatar Alex Gaynor2018-04-15
| | | Reduces the verbosity, and it was never that useful for debugging anyways.
* Make graphicsmagick clones from sourceforge more resillient (#1201)Gravatar Alex Gaynor2018-03-01
| | | retry in the event of failures so that transient issues don't prevent clones
* Add verbose logging for debugging clone failureGravatar Abhishek Arya2018-02-17
|
* Wire up graphicsmagick (#1134)Gravatar Alex Gaynor2018-02-03
* Wire up graphicsmagick * Remove chmod, which is now upstreamed