UmVirt LFS Package info
DB commit: c9dd8835b9e79548f70e25c8ffb9d09430f622a0
APP commit:
openjpeg
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.Package info
Codename: openjpeg
Source file: openjpeg-2.5.2.tar.gz
Source directory: openjpeg-2.5.2
Package URL: https://ulfs.org/linux/downloads/package_files/4145625122/packages/o/openjpeg-2.5.2.tar.gz
Package md5-checksum URL: https://ulfs.org/linux/downloads/package_files/4145625122/packages/o/openjpeg-2.5.2.tar.gz.md5sum
Dependances: cmake, libpng, tiff, lcms2.
Dependance of: libheif, ghostscript, poppler-app, webkitgtk3, webkitgtk4.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir -v build &&
cd build &&
ARG_STATIC="-DBUILD_STATIC_LIBS=OFF"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
ARG_STATIC="-DBUILD_STATIC_LIBS=ON"
fi
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
$ARG_STATIC ..
Build script:
cd build &&
make
Install script:
cd build &&
make install
pushd ../doc &&
for man in man/man?/* ; do
install -v -D -m 644 \$man /usr/share/\$man
done
popd
Apache/2.4.62 (Debian) Server at ulfs.org Port 443