aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libraw.rb
AgeCommit message (Collapse)Author
2015-02-07libraw: update 0.16.0 bottle.BrewTestBot
2015-02-07LibRaw 0.16.0David Christenson
Update to latest stable release, update resources, modernize formula. Closes #36625. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-10-20libraw: update 0.15.4 bottle.BrewTestBot
2014-07-03libraw: add 0.15.4 bottle.BrewTestBot
2014-02-24Convert all 'def test' formulae to 'test do'Ted Pennings
Closes #26942. Closes #26946. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-12-07libraw 0.15.4Misty De Meo
Fixes #25038.
2013-09-11libraw: use resourcesAdam Vandenberg
2013-08-09libraw: build packs out of separate foldersAdam Vandenberg
Downloading the two paths to the build root works, but clobbers libraw's own meta files. Build the packs out of separate folders to keep original meta files.
2013-08-09libraw: fix depsAdam Vandenberg
Jasper is picked up as an undeclared dependency if present, so add it. lcms2 isn't found without pkg-config, so add it.
2013-08-09libraw: style nitAdam Vandenberg
2012-09-02libraw: make test non-interactive.Mike McQuaid
2012-06-30libraw 0.14.7nibbles 2bits
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-08libraw: use buildpath instead of Pathname.getwdJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-07libraw: use shorthand for NoUnzipCurlDownloadStrategyJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-07libraw: use a subformula to download test fileJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06libraw: improve testJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05libraw: use full path in testJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-05libraw 0.14.6nibbles 2bits
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 #11459. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-31libraw 0.14.5Nibbles 2bits
Update libraw to version 0.14.5. Tested on Lion and Snow Leopard. Closes #9893. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-24libraw: Update to 0.14.0Nibbles 2bits
This commit updates the formula urls for libraw-0.14.0, release. From their website, "After three months of testing the LibRaw 0.14 is considered stable. This version is recommeded to use instead of LibRaw 0.13." The test rig is x86_64 10.6.8 using llvm-2335.9, gcc-4.2.1, and clang-2.0 from XCode 4.0.2. This builds static and shared native libraries, with no --universal option only because its dep, lcms, doesn't have the option either. Closes #7804. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-18New Formula: librawNibbles McGurk
New Formula: libraw This is a library for handling RAW images. There is a dep on little-cms to enable ICC Color Profiles. The optional GPL2 and GPL3 demosaic packs are also built with this. The library is stable and has a consistent API that supports reading, decoding, and unpacking of RAW image files, along with conversion, interpolation, and output. It was compiled and tested with clang-2.0, llvm 2335, and gcc-4.2.1 on OSX 10.6.8 x86_64. Closes #7684. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>