Skip to content

Commit

Permalink
imagemagick 6.8.6-3
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Jul 6, 2013
1 parent 64ae87b commit b2f6622
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions Library/Formula/imagemagick.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,18 @@ class Imagemagick < Formula
# upstream's stable tarballs tend to disappear, so we provide our own mirror
# Tarball from: http:https://www.imagemagick.org/download/ImageMagick.tar.gz
# SHA-256 from: http:https://www.imagemagick.org/download/digest.rdf
url 'http:https://downloads.sf.net/project/machomebrew/mirror/ImageMagick-6.8.0-10.tar.gz'
sha256 'b3dfcb44300f73e73ffa8deef8bba4cf43f03d7150bf1fd0febedceac1a45c7e'
url 'http:https://downloads.sf.net/project/machomebrew/mirror/ImageMagick-6.8.6-3.tar.bz2'
sha256 '63b9ff1dc7cf8e7776e95c8e834c819eff5b09592728b5cdd810539e7c69e0cd'

head 'https://www.imagemagick.org/subversion/ImageMagick/trunk',
:using => UnsafeSubversionDownloadStrategy

bottle do
sha1 'f4307ebd1fe094dbd14e4e19c717baa83bdd9631' => :snow_leopard
sha1 '45d35923b0439617adb86630bdd4985a6cf03984' => :lion
sha1 'a0eb40e1fbf29651949c9baa530c34e7bef769f4' => :mountain_lion
end

option 'with-quantum-depth-8', 'Compile with a quantum depth of 8 bit'
option 'with-quantum-depth-16', 'Compile with a quantum depth of 16 bit'
option 'with-quantum-depth-32', 'Compile with a quantum depth of 32 bit'
Expand Down Expand Up @@ -42,13 +48,6 @@ class Imagemagick < Formula
opoo '--with-openmp is not supported on Leopard or with Clang'
end

bottle do
revision 1
sha1 '8a1a49f25274e34d73c1c0af27424fa68006f34f' => :mountain_lion
sha1 'b0027bd4b4e6a82d3958eee18e5aaf3bffe1f4f1' => :lion
sha1 'b5b3ffb0c4bf9fe247b9fdeea789298c71904a12' => :snow_leopard
end

def pour_bottle?
# If libtool is keg-only it currently breaks the bottle.
# This is a temporary workaround until we have a better fix.
Expand Down

0 comments on commit b2f6622

Please sign in to comment.