aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/graphicsmagick.rb
AgeCommit message (Collapse)Author
2013-04-21Remove global methods from formulaeSimon Sigurdhsson
Removes any global methods from formulae, and moves #kext_prefix (which seems to be at least somewhat abstractable) into the Formula class. The only formula with global methods is now aspell; it (and its generating script in contrib) has been changed to prefix that method with `aspell_`, to minimize the risk of name collisions. Closes #19331. Closes #19343. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-24graphicsmagick 1.3.18Adam Guthrie
Closes #18700. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-01graphicsmagick: fix depsJack Nagel
2012-12-14graphicsmagick: Do not install bundled libtool.Samuel John
- Conflicts with `brew install libtool`. - Added maintainer-note that this will be fixed in next version. Closes #16570. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-28graphicsmagick: --disable-openmp unless using gccMisty De Meo
Graphicsmagick's OpenMP support is disabled with clang, but it also fails to build using llvm.
2012-10-16GraphicsMagick 1.3.17Brett Koonce
Closes #15481. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-20graphicsmagick 1.3.16royhodgman
version bumped graphicsmagic to 1.3.16 Closes #15026. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-18graphicsmagick: better match imagemagick.Mike McQuaid
2012-09-16Graphicsmagick: require X11royhodgman
As was done with imagemagick in commit 5fad22fc24bd8b0beb250e44d4fb4aec047d8189, add an option to compile graphicsmagick without support for X. Tested on ML. Closes #14968. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-10Clean up MacOS version method usageJack Nagel
The MacOS.version? family of methods (other than "leopard?") are poorly defined and lead to confusing code. Replace them in formulae with more explicit comparisons. "MacOS.version" is a special version object that can be compared to numerics, symbols, and strings using the standard Ruby comparison methods. The old methods were moved to compat when the version comparison code was merged, and they must remain there "forever", but they should not be used in new code. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-09Use skip_clean :laAdam Vandenberg
2012-09-04graphicsmagick: prefer little-cms2Adam Vandenberg
Closes #14685.
2012-09-02graphicsmagick: disable OpenMP, adjust fails_withnibbles 2bits
graphicsmagick needs `--disable-openmp` if clang. Add that. Fixes a link error when it adds an unsupported `-lgomp`. Update the `fails_with :llvm` because it builds with 2336.11. Fixes #14638 Closes #14652. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-01Update formulae for XQuartz compatibilityJack Nagel
2012-06-07graphicsmagick 1.3.15Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01Use new fails_with DSL syntaxJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-02GraphicsMagick 1.3.13Vincent Driessen
This seems to solve the issues in #6881. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-02graphicsmagic: add quantum depth optionsMisty De Meo
Closes #9162.
2011-11-21graphicsmagick: add xz dependency (optional)Brad Ackerman
graphicsmagick uses xz for LZMA-compressed TIFFs. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-03Graphicsmagick: remove old commentAdam Vandenberg
2011-09-03GraphicsMagick: Build C++ lib by defaultCharlie Sharpsteen
Issue #2950 mentions that the C++ lib was disabled because it caused LLVM builds to fail. GraphicsMagick has since been flagged as `fails_with_llvm` so this is a moot point and the increase in build time is negligible. A `--without-magick-plus-plus` option has been added in case people want a lean build. Also removed ENV.O3 since it is pointless when `fails_with_llvm` is in effect.
2011-07-24graphicsmagick: add headDominic Evans
Temporary workaround for issue #6510 Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-09Normalize use of MACOS_VERSIONAdam Vandenberg
2011-04-08graphicsmagick: require X11 (for png and other deps)Adam Vandenberg
2011-03-25Update fails_with_llvm in formulaeAdam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-21graphicsmagick - make libwmf off by defaultAdam Vandenberg
2010-10-30GraphicsMagick - add --with-magick-plus-plusAdam Vandenberg
Fixes #2950
2010-08-10Document all existing install options.Adam Vandenberg
2010-06-16Add "fails_with_llvm" to formula to document LLVM build breaks.Adam Vandenberg
Replaced ENV.gcc_4_2 + comments with calls to "fails_with_llvm", to specifically message to the user when a formula is known or suspected to not build with LLVM. If the user specifies "--use-llvm", the message will be displayed, but compilation will be tried anyway. Since using LLVM is now an advanced/hidden feature instead of the default on 10.6, we'll let the user try anyway (and submit patches if things are now working.)
2010-05-26Update GraphicsMagickAdam Vandenberg
GraphicsMagick was derived from ImageMagick, because they share a lot of setup code. But keeping the ImageMagick formula up-to-date means breaking this one, so I separated them.
2010-03-25Fixes #1045David Höppner
2010-02-20GrahicsMagick - bump versionAdam Vandenberg
2009-11-07Derive GraphicsMagick from ImageMagickMax Howell
Ruby is cool init?
2009-11-07GraphicsMagick formulaRob Olson
GraphicsMagick provides a set of commandline tools and programming APIs (including C, C++, Perl, and Tcl) for manipulating, editing, and converting raster and vector images. GraphicsMagick is a fork of ImageMagick, emphasizing stability of both programming API and command-line options.