OpenJPEG is an open-source implementation of the JPEG-2000 standard. OpenJPEG fully respects the JPEG-2000 specifications and can compress/decompress lossless 16-bit images.
This package is known to build and work properly using an LFS-7.5 platform.
Download (HTTP): http://openjpeg.googlecode.com/files/openjpeg-1.5.1.tar.gz
Download MD5 sum: b5f74cec2688fb918331bb014061be6f
Download size: 2.0 MB
Estimated disk space required: 17 MB
Estimated build time: 0.1 SBU
Little CMS-2.5, libpng-1.6.9, LibTIFF-4.0.3 and Doxygen-1.8.6 (to build the API documentation)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/openjpeg
./configure --prefix=/usr --disable-static && make
This package does not come with a testsuite.
Now, as the root
user:
make install
--disable-static
: This prevents the
static library from being built.
Last updated on 2014-02-22 22:57:48 -0800