Skip to content

Commit

Permalink
libraw 0.14.6
Browse files Browse the repository at this point in the history
Upgrade libraw to 0.14.6.  Use little-cms2.  Libraw uses the newer
version of lcms if both are installed, and it skips the older one.
Therefore, switch the depends_on to little-cms2.

Closes Homebrew#11459.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
nibbles 2bits authored and jacknagel committed Apr 6, 2012
1 parent fede3f2 commit d010473
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Library/Formula/libraw.rb
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
require 'formula'

class LibrawDemosaicGPL2 < Formula
url 'http://www.libraw.org/data/LibRaw-demosaic-pack-GPL2-0.14.5.tar.gz'
sha1 'ad7e7f090f925a17dc5167c57f051cd090ed17ae'
url 'http://www.libraw.org/data/LibRaw-demosaic-pack-GPL2-0.14.6.tar.gz'
sha1 'cde9b65ba48b6111353964127532d2d2203edb9a'
end

class LibrawDemosaicGPL3 < Formula
url 'http://www.libraw.org/data/LibRaw-demosaic-pack-GPL3-0.14.5.tar.gz'
sha1 '7911e658119e98e3b56203f209fb27b18ec75fd9'
url 'http://www.libraw.org/data/LibRaw-demosaic-pack-GPL3-0.14.6.tar.gz'
sha1 'b89bb2f44dbd42c0aa2a4fee2c6c7bb2a73d6dac'
end

class Libraw < Formula
url 'http://www.libraw.org/data/LibRaw-0.14.5.tar.gz'
homepage 'http://www.libraw.org/'
sha1 '5f53787177add7322aa19b926dff34fa28265e16'
url 'http://www.libraw.org/data/LibRaw-0.14.6.tar.gz'
sha1 '0a55901d17165cc7e902af9c376df9bab4c40833'

depends_on 'little-cms'
depends_on 'little-cms2'

def install
d = Pathname.getwd.dirname
Expand Down

0 comments on commit d010473

Please sign in to comment.