aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/openjpeg.rb
AgeCommit message (Collapse)Author
2014-03-22Update revisions on libpng dependentsJack Nagel
2014-03-08Batch convert http urls from Google Code to httpsIan Lancaster
Closes #27218.
2012-10-27openjpeg 1.5.1Oleg Oshmyan
Closes #15703. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-01Update formulae for XQuartz compatibilityJack Nagel
2012-04-11openjpeg: switch to configurenibbles 2bits
Switch the formula to use configure. Openjpeg can be built using configure or cmake. They don't install identically, though. When built with cmake, one header is absent. Switching to configure gets us the unversioned one also, i.e. openjpeg/1.5.0/include/openjpeg-1.5/openjpeg.h openjpeg/1.5.0/include/openjpeg.h While only three formula currently depend_on openjpeg, they all contain code that expects the unversioned file, i.e. #include <openjpeg.h> Closes #11576. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-02-13openjpeg 1.5.0Nibbles 2bits
Upgrades openjpeg to version 1.5.0. Changes the lcms dep to lcms2, which it prefers. Organizes the cmake command with the sourcedir last. Builds on Lion and Snow Leopard with all five compilers. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-01-30openjpeg: HEAD no longer needs the libpng patchFelix Bünemann
Closes #9865. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-28openjpeg: fix compilation on 10.7Misty De Meo
Fixes #8846. Closes #8853. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-05-24openjpeg: stable url & little-cms as an optional dependencyMichael Lapinsky
head didn't work properly with libpng/libtiff for me as of openjpeg r767 version 1.4 (latest version) seems to work properly Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-10-12Mark scons, cmake & pkg-config as build-time depsAdam Vandenberg
2010-07-02New formula openjpegDavid Höppner
The OpenJPEG library is an open-source JPEG 2000 library developed in order to promote the use of JPEG 2000.