aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/graphicsmagick.rb
AgeCommit message (Collapse)Author
2015-03-06graphicsmagick: add optional webp dependencyLong Ho
Closes #37394. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-03-04graphicsmagick: update 1.3.21 bottle.BrewTestBot
2015-03-04graphicsmagick 1.3.21Long Ho
Closes #37377. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-18Prefer :using over made-up URL schemesJack Nagel
2014-10-19Provide a method to access test fixturesJack Nagel
Formulae should not require knowledge of Homebrew's internal directory structure, and we should be able to alter it without modifying individual formulae.
2014-09-18imagemagick: undisrecommend ghostscriptTim D. Smith
Closes #32412.
2014-08-31graphicsmagick: add 1.3.20 bottle.BrewTestBot
Closes #32004. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-08-31graphicsmagick 1.3.20chdiza
2014-07-28graphicsmagick: use test fixture image.Mike McQuaid
2014-05-23Convert more symbol depsJack Nagel
2014-03-22Update revisions on libpng dependentsJack Nagel
2014-03-08formulae: fix with/without usage.Mike McQuaid
Closes #27275. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-02Batch convert http download urls from SourceForge to httpsJaime Marquínez Ferrándiz
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-02-11graphicsmagic: fix perl supportGerrit Beine
Closes #25689. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-01-02graphicsmagick 1.3.19Richard Hurt
Closes #25604. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-12-16imagemagick: remove broken openmp optionJack Nagel
This doesn't work for several reasons: - the option is not declared anywhere - the code in the class body checks for 'with-openmp', while the code in the install method checks for 'enable-openmp' - even after adding a 'with-openmp' option, trying to use it breaks the formula because it tries to access ENV.compiler in the class body. Given that this has been the case for quite some time and nobody has complained, I'm removing this code altogether.
2013-12-05graphicsmagick 1.3.18Jeffrey Carpenter
Add --with-perl option Closes #24945. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-04Remove special cases in build-time dep auditJack Nagel
Closes #23931.
2013-10-22Avoid comparing MacOS.version to floatsJack Nagel
2013-10-01graphicsmagick: invert svg option.Mike McQuaid
2013-10-01graphicsmagick: fix options.chdiza
Closes #22919. Closes #22929. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-20graphicsmagick: sync with imagemagick formula.Mike McQuaid
Fixes #22676.
2013-07-13graphicsmagick: use optional dep for ghostscriptJack Nagel
2013-07-12Fix failing 10.6 image-related tests.Mike McQuaid
2013-07-10Replace == :leopard with <= :leopardMisty De Meo
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