diff options
| author | Adam Vandenberg | 2012-03-17 12:10:48 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-17 12:10:48 -0700 |
| commit | da9d1418b1e5168a0aeb0119d8de7ed763da189d (patch) | |
| tree | 6958506335f27f43a77e593502a2ec1466888302 /Library | |
| parent | 79fc95dc7c1447cad646c840c00be27efb13fd06 (diff) | |
| download | homebrew-da9d1418b1e5168a0aeb0119d8de7ed763da189d.tar.bz2 | |
jasper: reformat patch notes
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/jasper.rb | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/Library/Formula/jasper.rb b/Library/Formula/jasper.rb index 70991fabf..0f37da4b8 100644 --- a/Library/Formula/jasper.rb +++ b/Library/Formula/jasper.rb @@ -1,8 +1,8 @@ require 'formula' class Jasper < Formula - url 'http://slackware.sukkology.net/packages/jasper/jasper-1.900.1.zip' homepage 'http://slackware.sukkology.net/packages/jasper/' + url 'http://slackware.sukkology.net/packages/jasper/jasper-1.900.1.zip' md5 'a342b2b4495b3e1394e161eb5d85d754' depends_on 'jpeg' @@ -11,9 +11,11 @@ class Jasper < Formula [["--universal", "Build a universal binary."]] end - def patches - DATA - end + # The following patch fixes a bug (still in upstream as of jasper 1.900.1) + # where an assertion fails when Jasper is fed certain JPEG-2000 files with + # an alpha channel. See: + # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469786 + def patches; DATA; end fails_with_llvm "Undefined symbols when linking", :build => "2326" @@ -28,9 +30,6 @@ class Jasper < Formula end end -# The following patch fixes a bug (still in upstream as of jasper 1.900.1) where an assertion fails -# when Jasper is fed certain JPEG-2000 files with an alpha channel. -# see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469786 __END__ diff --git a/src/libjasper/jpc/jpc_dec.c b/src/libjasper/jpc/jpc_dec.c index fa72a0e..1f4845f 100644 |
