aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/imagemagick.rb
AgeCommit message (Collapse)Author
2013-04-19imagemagick: fix librsvg option, add webp option.Thomas König
Closes #19308. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-04-17imagemagick: make --without-magick-plus-plus optionalMasakazu OHTSUKA
Closes #19254. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-03-26imagemagick: build source with keg-only libtool.Mike McQuaid
References #14609. Closes #18746.
2013-03-03imagemagick: update bottleMike McQuaid
2013-02-28imagemagick: remove X11.installed? conditionalsJack Nagel
Unfortunately this won't work as was probably intended; in order for X11 paths to be injected into the build, an X11 dependency has to be active. It's not enough for it to simply be installed. It's possible for things to accidentally find X11 under stdenv, but superenv actually removes X11 paths unless they are explicitly requested.
2013-02-28imagemagick: fix option nameJack Nagel
2013-02-10imagemagick: depends on libltdlJack Nagel
Fixes #17732.
2013-01-30imagemagick: cleanup with new auto-options.Mike McQuaid
Most options can autocreated now. This means have been are renamed (`brew options imagemagick`).
2012-12-16imagemagick 6.8.0-10Mike McQuaid
2012-10-17imagemagick: install X11 support if found.Mike McQuaid
2012-10-15ImageMagick: fix depsAdam Vandenberg
Fixes #15471.
2012-10-13imagemagick: add fontconfig option.Mike McQuaid
Closes #15417.
2012-09-18imagemagick: use internal libtool.Mike McQuaid
2012-09-18imagemagick: bottle depending on libtool; needs remade.Mike McQuaid
2012-09-18imagemagick: build with freetype by default.Mike McQuaid
Closes #14609. Closes #14972.
2012-09-16imagemagick: default to not depending on freetype, x11.Mike McQuaid
freetype will be default when I bottle it in the next few days but until then this just adds an extra unbottled dependency to the bottle which won't be used anyway. X11 should default to being off on everything; it's not around by default on Lion or Mountain Lion and in this case it breaks the bottle to depend on it. References #14714, #14948.
2012-09-15imagemagick: depends on freetyperoyhodgman
Closes #14948. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-09Use skip_clean :laAdam Vandenberg
2012-09-07Imagemagick: require X11Ed Robinson
It seems that imagemagick defaults to use x11, however the option is there to compile without. The display, animate, and import programs are not built or installed and some other functionality is reduced. Tested on Mountain Lion with and without XQuartz. Closes #14649. Closes #14774. Closes #14714. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-04imagemagick: fix options, test and pango/openmp errors.Mike McQuaid
2012-08-21ImageMagick: make OpenCL optionalAdam Vandenberg
Fixes #13651.
2012-08-18imagemagick: Install C++ interface by default.Charlie Sharpsteen
Reasons: - It only adds 10 seconds to a deparallelized make job. - We do it for GraphicsMagick A new option, `--without-magick-plus-plus` has been added for those who wish to leave the C++ interface out. Fixes #13559.
2012-08-12imagemagick: fix mountain lion bottle intltool error.Mike McQuaid
2012-08-11imagemagick: add bottles.Mike McQuaid
2012-08-11imagemagick: fix `brew test` on Mountain Lion.Mike McQuaid
2012-08-08imagemagick: cleanup options and optional depsMike McQuaid
2012-07-01Update formulae for XQuartz compatibilityJack Nagel
2012-06-06imagemagick 6.7.7-6Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-07Remove imagemagick bottle.Mike McQuaid
Fixes #12100.
2012-05-06Imagemagick: patch for xml2-confignibbles 2bits
Imagemagick-6.7.x uses libxml2, but Apple changed the file `xml2-config` starting in Mt. Lion, removing the `--prefix` flag. That breaks Imagemagick, which uses it to find the library. Because all versions of OSX have libxml2 in the same location, this commit is safe for all users. * Patch `configure` to not run `xml2-config --prefix` by placing the value it returns, `/usr`, into the corresonding variable. Fixes #11789. Closes #11883. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-10imagemagick: add Snow Leopard bottleMisty De Meo
2012-03-10imagemagick: option for rsvg supportJavier Goizueta
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-29imagemagick: depends on pkg-configJack Nagel
Fixes #10600. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-28Update Imagemagick bottle.Mike McQuaid
2012-02-27imagemagick: move HEAD back to SVN trunkJack Nagel
Now that we have the UnsafeSubversionDownloadStrategy, we can get around the bad SSL cert. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-27imagemagick 6.7.5-7Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-27imagemagick: fix indentationJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-25Don't override default -O flag.Adam Vandenberg
Way back in the day, Homebrew defaulted to LLVM/-O3. A lot of stuff failed to compile, and a lot of stuff just took forever with -O4. We don't default this way anymore, and in fact use -Os per Apple guidelines. So remove these old "fixes" since they are no longer needed.
2012-02-01imagemagick: options for exr, hdri, quantum depthBenjamin Maus
Closes #6715. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-01-25imagemagick: fix bottle version issueJack Nagel
The new bottle syntax conflicts a bit with how the version was being handled in this formula; so let's just do it the way every other formula does it. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-25Add `devel` to the DSL, + stable and bottle blocksMisty De Meo
This commit adds a `devel` entry to the DSL, allowing formulae to specify an unstable branch. `devel` takes a block, which should contain standard `url` and `md5` fields (and `version`, if necessary). This must come after the standard DSL fields. This commit also migrates over all formulae currently using `devel` to the new syntax, as well as formulae which used `head` for non-VCS urls. The new syntax is also available for `stable` and `bottle`. `stable` is an option alongside the old syntax. `bottle` replaces the old syntax. Note that the @stable ivar in Formula has been renamed to @standard, and the @bottle ivar has been renamed to @bottle_url. Closes #9735. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-01-16Update imagemagick bottle.Mike McQuaid
2011-08-10ImageMagick: use http for bottleAdam Vandenberg
2011-07-29ImageMagick: fix audit warningAdam Vandenberg
2011-07-29Use full path when testing brewsMax Howell
2011-07-29Bottle imagemagickMax Howell
Rationale: it doesn't compile well often enough, that it's worth our time bottling it. Also, I removed the caveats about the source mirror, why was this ever in the caveats?
2011-07-27ImageMagick 6.7.1-1Adam Vandenberg
Also change to a different unofficial git mirror.
2011-05-26Use https for github repos.Adam Vandenberg
2011-04-09Normalize use of MACOS_VERSIONAdam Vandenberg
2011-04-08ImageMagick 6.6.9-4Adam Vandenberg