Commit Graph

84 Commits (de6f3e20b73c397751fd6a137320c49cd5917749)

Author SHA1 Message Date
Javier Goizueta aba5ab8f1d imagemagick: option for rsvg support
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-10 10:14:28 -08:00
Jack Nagel 51791f94e0 imagemagick: depends on pkg-config
Fixes Homebrew/homebrew#10600.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-29 14:19:40 -06:00
Mike McQuaid 6087f04164 Update Imagemagick bottle. 2012-02-28 09:44:56 +00:00
Jack Nagel a1185fba7f imagemagick: move HEAD back to SVN trunk
Now that we have the UnsafeSubversionDownloadStrategy, we can get around
the bad SSL cert.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-27 16:42:26 -06:00
Jack Nagel 15c6fef06f imagemagick 6.7.5-7
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-27 16:35:36 -06:00
Jack Nagel 3d34e2c02d imagemagick: fix indentation
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-27 16:33:12 -06:00
Adam Vandenberg 782007ff6e Don't override default -O flag.
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-25 21:00:28 -08:00
Benjamin Maus e816e2445c imagemagick: options for exr, hdri, quantum depth
Closes Homebrew/homebrew#6715.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-02-01 00:35:44 -06:00
Jack Nagel b1a1421fd6 imagemagick: fix bottle version issue
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-25 22:36:38 -06:00
Misty De Meo 2f03f781da Add `devel` to the DSL, + stable and bottle blocks
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 Homebrew/homebrew#9735.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-01-25 21:45:19 -06:00
Mike McQuaid 6522083ed3 Update imagemagick bottle. 2012-01-16 21:29:01 +00:00
Adam Vandenberg bc7bbb0acb ImageMagick: use http for bottle 2011-08-10 11:01:12 -07:00
Adam Vandenberg 1565ab3bf1 ImageMagick: fix audit warning 2011-07-29 08:32:47 -07:00
Max Howell fb483f078b Use full path when testing brews 2011-07-29 15:21:10 +01:00
Max Howell 63e5ec92a0 Bottle imagemagick
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-29 11:58:41 +01:00
Adam Vandenberg 81fc18a97c ImageMagick 6.7.1-1
Also change to a different unofficial git mirror.
2011-07-27 11:06:11 -07:00
Adam Vandenberg 243bc743ea Use https for github repos. 2011-05-26 22:02:55 -07:00
Adam Vandenberg 121e4f8614 Normalize use of MACOS_VERSION 2011-04-09 09:36:30 -07:00
Adam Vandenberg 6070f9b0e5 ImageMagick 6.6.9-4 2011-04-08 08:38:23 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Adam Vandenberg 52395e34e9 ImageMagick 6.6.7-10 2011-03-01 22:09:40 -08:00
Adam Vandenberg a16e9aab55 ImageMagick 6.6.7-8
Note, we've moved locations yet again.
We're now pulling this formula from an unofficial GitHub mirror.
To bump versions, please open an issue on the mirror first.

Also: Fixed an option that was misspelled.
2011-02-20 14:57:40 -08:00
Adam Vandenberg 94231bd88a imagemagick - add note about deleting cached versions 2011-01-25 09:55:09 -08:00
Adam Vandenberg 552bf29a03 ImageMagick 6.6.7-1 2011-01-22 09:47:50 -08:00
Mike McQuaid ea2df8b061 Add liblqr option to imagemagick. 2010-12-31 20:21:05 +00:00
Mike McQuaid 4f685593b6 Remove liblqr dependency on imagemagick.
This is until we include the patch in Homebrew/homebrew#3727.
2010-12-30 09:43:05 +00:00
codingisacopingstrategy 9c4fa171cf Added Liquid Rescale Library as an (optional) dependency
Imagemagick will detect it’s presence and build support for the
--liquid-rescale option.

Examples: http://www.imagemagick.org/Usage/resize/#liquid-rescale

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-12-27 21:58:05 +00:00
Robbie Shade 1b6654ef87 Added option for C++ interface
Default behaviour is not to build C++ interface. Option
'--with-magick-plus-plus' added which enables this.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-20 09:48:55 -08:00
Tianyi Cui 8b275c916a Use https for all GitHub URLs
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-18 20:14:27 -08:00
Michael Dippery 14d8d72236 imagemagick: Remove extra "depends_on" statement
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-05 08:28:21 -07:00
Adam Vandenberg 8e176305db ImageMagick - use svn repo instead of tarballs
The ImageMagick mirrors like to drop old tarballs, which means that our
formula breaks whenever the version we're using disappears.

So I've switched to using their SVN repo (and added a --HEAD build.)

Caveat: Their SVN repo is only served over https, with a bad cert,
so this brew know has a custom SVN download strategy that auto-accepts
that cert.

If this bothers you, get ImageMagick to fix their cert upstream (or
let us know where a stable tarball mirror lives.)
2010-09-21 21:28:29 -07:00
R.T. Lechow 77647f7836 Update imagemagick md5.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-15 10:09:14 -07:00
21croissants a702b17d00 ImageMagick 6.6.4-2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-15 08:58:04 -07:00
Miha Filej 6152d93655 Updated imagemagick to 6.6.4-0
ImageMagick-6.6.3-9.tar.bz2 was unavailable on the ftp server

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-05 22:26:33 -07:00
Johannes Gorset 9a55eda5b4 imagemagick: Add "--disable-openmp" option
OpenMP generates a segmentation fault when ImageMagick is called
from within a thread (see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42616),
rendering ImageMagick unusable with popular frameworks such as Ruby on Rails.

Signed-off-by: David Höppner <0xffea@gmail.com>
2010-08-30 14:54:31 +02:00
Adam Vandenberg 3efb87983f ImageMagick 6.6.3-9 2010-08-24 16:05:40 -07:00
Jeff Casimir 5cdf04bca5 ImageMagick 6.6.3-8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-21 10:48:17 -07:00
Adam Vandenberg 2c76973790 Bump ImageMagick 2010-08-15 11:24:06 -07:00
Adam Vandenberg ac4e28a5ba Document all existing install options. 2010-08-10 13:05:20 -07:00
David Höppner f1ee17c6f2 imagemagick: update to 6.6.3-4 2010-08-09 13:02:07 +02:00
Adam Vandenberg 7bd947eb0b Update formulae for version 0.7
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
2010-08-07 18:08:53 -07:00
Adam Vandenberg b07952c319 ImageMagick 6.6.3-2 2010-08-04 06:22:30 -07:00
Martin Kühl 565f43c82e Fix imagemagick formula for Snow Leopard with X11.
1. The path to freetype-config had the wrong case.
2. Installing Xquartz adds a different freetype-config to PATH
   which shadows the one with the libs we're trying to link against.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-03 06:58:11 -07:00
Adam Vandenberg f40b986506 ImageMagick 6.6.3-1 2010-07-27 23:01:12 -07:00
Adam Vandenberg 140486971c ImageMagick 6.6.3-0 2010-07-07 07:29:57 -07:00
Adam Vandenberg 0326e6751e Update ImageMagick to 6.6.2-10 and add smoke test 2010-06-30 11:27:08 -07:00
Chris Cherry 5f7784dcea ImageMagick version 6.6.2-7 was removed from their FTP site, update to version 6.6.2-9
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-28 22:22:14 -07:00
Adam Vandenberg 970410c33c Updated ImageMagick to 6.6.2-7 2010-06-25 10:37:17 -07:00
Adam Vandenberg 7c219241cd ImageMagick 6.6.2-6 2010-06-18 12:52:55 -07:00
leralle 14d0ff2cce updated imagemagick formula to use v. 6.6.2-4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-10 07:55:23 -07:00