aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libraw.rb
AgeCommit message (Collapse)Author
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>