Niklas Poslovski
2023-10-03 2dc4acd6b8e79bb2909bd8b8e9d6d4e844d0818f
jasper: Update to 4.0.0

12 files deleted
1 files added
5 files modified
3185 ■■■■ changed files
components/multimedia/jasper/Makefile 30 ●●●●● patch | view | raw | blame | history
components/multimedia/jasper/jasper.p5m 400 ●●●●● patch | view | raw | blame | history
components/multimedia/jasper/manifests/sample-manifest.p5m 393 ●●●●● patch | view | raw | blame | history
components/multimedia/jasper/patches/01-misc-fixes.patch 1180 ●●●●● patch | view | raw | blame | history
components/multimedia/jasper/patches/02-fix-filename-buffer-overflow.patch 2 ●●● patch | view | raw | blame | history
components/multimedia/jasper/patches/04-CVE-2014-9029.patch 38 ●●●●● patch | view | raw | blame | history
components/multimedia/jasper/patches/05-CVE-2014-8137.patch 66 ●●●●● patch | view | raw | blame | history
components/multimedia/jasper/patches/06-CVE-2014-8138.patch 22 ●●●●● patch | view | raw | blame | history
components/multimedia/jasper/patches/07-CVE-2014-8157.patch 19 ●●●●● patch | view | raw | blame | history
components/multimedia/jasper/patches/08-CVE-2014-8158.patch 336 ●●●●● patch | view | raw | blame | history
components/multimedia/jasper/patches/09-CVE-2016-1577.patch 14 ●●●●● patch | view | raw | blame | history
components/multimedia/jasper/patches/10-CVE-2016-2116.patch 14 ●●●●● patch | view | raw | blame | history
components/multimedia/jasper/patches/11-CVE-2016-1867_CVE-2016-8654_CVE-2016-8691_CVE-2016-8692_CVE-2016-8693_CVE-2016-8882_CVE-2016-9560.patch 194 ●●●●● patch | view | raw | blame | history
components/multimedia/jasper/patches/12-CVE-2016-9591.patch 247 ●●●●● patch | view | raw | blame | history
components/multimedia/jasper/patches/13-CVE-2016-10249.patch 100 ●●●●● patch | view | raw | blame | history
components/multimedia/jasper/patches/14-CVE-2016-10251.patch 102 ●●●●● patch | view | raw | blame | history
components/multimedia/jasper/pkg5 5 ●●●●● patch | view | raw | blame | history
components/multimedia/jasper/test/results-all.master 23 ●●●●● patch | view | raw | blame | history
components/multimedia/jasper/Makefile
@@ -11,39 +11,35 @@
#
# Copyright 2015 Alexander Pyhalov
# Copyright 2023 Niklas Poslovski
#
BUILD_BITS= 64_and_32
BUILD_STYLE = cmake
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME= jasper
COMPONENT_VERSION= 1.900.1
COMPONENT_REVISION= 4
COMPONENT_VERSION= 4.0.0
COMPONENT_SUMMARY= A free software-based reference implementation of the JPEG-2000 Part-1 CODEC
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_SRC).zip
COMPONENT_ARCHIVE_HASH=  sha256:6b905a9c2aca2e275544212666eefc4eb44d95d0a57e4305457b407fe63f9494
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH=  sha256:39514e1b53a5333fcff817e19565371f016ea536c36fd2d13a9c4d8da8f0be0c
COMPONENT_PROJECT_URL=    https://www.ece.uvic.ca/~frodo/jasper
COMPONENT_ARCHIVE_URL=    $(COMPONENT_PROJECT_URL)/software/$(COMPONENT_ARCHIVE)
COMPONENT_ARCHIVE_URL=    https://github.com/jasper-software/$(COMPONENT_NAME)/releases/download/version-$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
COMPONENT_FMRI= codec/jasper
COMPONENT_CLASSIFICATION= System/Multimedia Libraries
COMPONENT_LICENSE= BSD-like
COMPONENT_LICENSE_FILE= LICENSE
COMPONENT_LICENSE_FILE= LICENSE.txt
include $(WS_MAKE_RULES)/common.mk
# build with the distribution preferred libjpeg implementation
CFLAGS   += $(JPEG_CPPFLAGS) $(JPEG_CFLAGS)
CXXFLAGS += $(JPEG_CPPFLAGS) $(JPEG_CXXFLAGS)
LDFLAGS  += $(JPEG_LDFLAGS)
CONFIGURE_OPTIONS += --disable-static
CONFIGURE_OPTIONS += --enable-shared
CONFIGURE_OPTIONS += --with-pic
CONFIGURE_OPTIONS += --without-docs
COMPONENT_TEST_TRANSFORMS += '-e "s/ [0-9].[0-9][0-9] sec//" '
COMPONENT_TEST_TRANSFORMS += '-e "s/ [0-9][0-9].[0-9][0-9] sec//" '
COMPONENT_TEST_TRANSFORMS += '-e "s/ [0-9][0-9][0-9].[0-9][0-9] sec//" '
unexport SHELLOPTS
# Auto-generated dependencies
REQUIRED_PACKAGES += image/library/libjpeg8-turbo
REQUIRED_PACKAGES += image/library/libjpeg6
REQUIRED_PACKAGES += image/library/libjpeg6-ijg
REQUIRED_PACKAGES += system/library
REQUIRED_PACKAGES += system/library/math
REQUIRED_PACKAGES += x11/library/freeglut
components/multimedia/jasper/jasper.p5m
@@ -11,6 +11,7 @@
#
# Copyright 2022 Andreas Wacknitz
# Copyright 2023 Niklas Poslovski
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -25,47 +26,406 @@
depend fmri=service/opengl/ogl-select type=require
# Common issue. Ignore dependency on libGL.so.1, libEGL.so.1 and depend on service/opengl/ogl-select.
<transform file -> add pkg.depend.bypass-generate libGL\.so\.1>
# We only deliver 64-bit applications:
<transform path=.*/bin/$(MACH32) -> drop>
file path=usr/bin/$(MACH32)/imgcmp
file path=usr/bin/$(MACH32)/imginfo
file path=usr/bin/$(MACH32)/jasper
file path=usr/bin/$(MACH32)/jiv
file path=usr/bin/$(MACH32)/tmrdemo
file path=usr/bin/imgcmp
file path=usr/bin/imginfo
file path=usr/bin/jasper
file path=usr/bin/jiv
file path=usr/bin/tmrdemo
file path=usr/bin/jiv pkg.depend.bypass-generate=libGL\.so\.1
file path=usr/include/jasper/jas_cm.h
file path=usr/include/jasper/jas_compiler.h
file path=usr/include/jasper/jas_config.h
file path=usr/include/jasper/jas_config2.h
file path=usr/include/jasper/jas_debug.h
file path=usr/include/jasper/jas_dll.h
file path=usr/include/jasper/jas_export_cmake.h
file path=usr/include/jasper/jas_fix.h
file path=usr/include/jasper/jas_getopt.h
file path=usr/include/jasper/jas_icc.h
file path=usr/include/jasper/jas_image.h
file path=usr/include/jasper/jas_init.h
file path=usr/include/jasper/jas_log.h
file path=usr/include/jasper/jas_malloc.h
file path=usr/include/jasper/jas_math.h
file path=usr/include/jasper/jas_seq.h
file path=usr/include/jasper/jas_stream.h
file path=usr/include/jasper/jas_string.h
file path=usr/include/jasper/jas_thread.h
file path=usr/include/jasper/jas_tmr.h
file path=usr/include/jasper/jas_tvp.h
file path=usr/include/jasper/jas_types.h
file path=usr/include/jasper/jas_version.h
file path=usr/include/jasper/jasper.h
link path=usr/lib/$(MACH64)/libjasper.so target=libjasper.so.1.0.0
link path=usr/lib/$(MACH64)/libjasper.so.1 target=libjasper.so.1.0.0
file path=usr/lib/$(MACH64)/libjasper.so.1.0.0
link path=usr/lib/libjasper.so target=libjasper.so.1.0.0
link path=usr/lib/libjasper.so.1 target=libjasper.so.1.0.0
file path=usr/lib/libjasper.so.1.0.0
link path=usr/lib/$(MACH64)/libjasper.so target=libjasper.so.7
link path=usr/lib/$(MACH64)/libjasper.so.7 target=libjasper.so.7.0.0
file path=usr/lib/$(MACH64)/libjasper.so.7.0.0
file path=usr/lib/$(MACH64)/pkgconfig/jasper.pc
file path=usr/share/doc/JasPer/README.md
file path=usr/share/doc/JasPer/html/_formulas.tex
file path=usr/share/doc/JasPer/html/_formulas_dark.tex
file path=usr/share/doc/JasPer/html/annotated.html
file path=usr/share/doc/JasPer/html/annotated_dup.js
file path=usr/share/doc/JasPer/html/apps.html
file path=usr/share/doc/JasPer/html/apps_imgcmp.html
file path=usr/share/doc/JasPer/html/apps_imginfo.html
file path=usr/share/doc/JasPer/html/apps_jasper.html
file path=usr/share/doc/JasPer/html/apps_jiv.html
file path=usr/share/doc/JasPer/html/bc_s.png
file path=usr/share/doc/JasPer/html/bc_sd.png
file path=usr/share/doc/JasPer/html/bmp__cod_8h_source.html
file path=usr/share/doc/JasPer/html/bmp__enc_8h_source.html
file path=usr/share/doc/JasPer/html/bugs.html
file path=usr/share/doc/JasPer/html/citelist.html
file path=usr/share/doc/JasPer/html/classes.html
file path=usr/share/doc/JasPer/html/closed.png
file path=usr/share/doc/JasPer/html/codecs.html
file path=usr/share/doc/JasPer/html/comp.png
file path=usr/share/doc/JasPer/html/deprecated.html
file path=usr/share/doc/JasPer/html/dir_038edec2bb9b81aab197b4bdfc6cc03f.html
file path=usr/share/doc/JasPer/html/dir_038edec2bb9b81aab197b4bdfc6cc03f.js
file path=usr/share/doc/JasPer/html/dir_03adf8d2d4e99c60c69bfb7e3599f661.html
file path=usr/share/doc/JasPer/html/dir_03adf8d2d4e99c60c69bfb7e3599f661.js
file path=usr/share/doc/JasPer/html/dir_1147524d86ce33670e8f5381499f7fc8.html
file path=usr/share/doc/JasPer/html/dir_1a8f714735c95229ba4697ce826d60ab.html
file path=usr/share/doc/JasPer/html/dir_1a8f714735c95229ba4697ce826d60ab.js
file path=usr/share/doc/JasPer/html/dir_284c14e95f5a3eb9a9c9fc338f3a12a5.html
file path=usr/share/doc/JasPer/html/dir_284c14e95f5a3eb9a9c9fc338f3a12a5.js
file path=usr/share/doc/JasPer/html/dir_3e8250277e215eecf7c0d2f4e6c651a6.html
file path=usr/share/doc/JasPer/html/dir_3e8250277e215eecf7c0d2f4e6c651a6.js
file path=usr/share/doc/JasPer/html/dir_4fef79e7177ba769987a8da36c892c5f.html
file path=usr/share/doc/JasPer/html/dir_69e68ba3be9d573248a88d667e233729.html
file path=usr/share/doc/JasPer/html/dir_6a12105eecb15b0b2b31ba0fad96c427.html
file path=usr/share/doc/JasPer/html/dir_7bf3880f9d86dc277e5b6247504c3cda.html
file path=usr/share/doc/JasPer/html/dir_7c08f9ddcf9e07728caf490751b420d9.html
file path=usr/share/doc/JasPer/html/dir_a790a732db741afa89e80a4e636d6bd3.html
file path=usr/share/doc/JasPer/html/dir_a790a732db741afa89e80a4e636d6bd3.js
file path=usr/share/doc/JasPer/html/dir_a8498edcc47f308ec529df7a8f9e970c.html
file path=usr/share/doc/JasPer/html/dir_a8498edcc47f308ec529df7a8f9e970c.js
file path=usr/share/doc/JasPer/html/dir_cf54ba38c58a99a54af79c75e9e6c034.html
file path=usr/share/doc/JasPer/html/dir_e1123984d0ce8f1c96efddea6a3f1f67.html
file path=usr/share/doc/JasPer/html/dir_e198c2738ce7372970869542ed545892.html
file path=usr/share/doc/JasPer/html/dir_e198c2738ce7372970869542ed545892.js
file path=usr/share/doc/JasPer/html/dir_e7d0b93f029da0df9d242f7ec62078b3.html
file path=usr/share/doc/JasPer/html/dir_e7d0b93f029da0df9d242f7ec62078b3.js
file path=usr/share/doc/JasPer/html/dir_e982c19275fbf0991a0c54f0bc5dbc8e.html
file path=usr/share/doc/JasPer/html/dir_ea7e3dc0dc60fee8a722e5517e0ccb9c.html
file path=usr/share/doc/JasPer/html/dir_ea7e3dc0dc60fee8a722e5517e0ccb9c.js
file path=usr/share/doc/JasPer/html/dir_ee4a4fa2ee4134a3087d447cfb2f733b.html
file path=usr/share/doc/JasPer/html/dir_ee4a4fa2ee4134a3087d447cfb2f733b.js
file path=usr/share/doc/JasPer/html/doc.svg
file path=usr/share/doc/JasPer/html/docd.svg
file path=usr/share/doc/JasPer/html/doxygen.css
file path=usr/share/doc/JasPer/html/doxygen.svg
file path=usr/share/doc/JasPer/html/dynsections.js
file path=usr/share/doc/JasPer/html/files.html
file path=usr/share/doc/JasPer/html/files_dup.js
file path=usr/share/doc/JasPer/html/folderclosed.svg
file path=usr/share/doc/JasPer/html/folderclosedd.svg
file path=usr/share/doc/JasPer/html/folderopen.svg
file path=usr/share/doc/JasPer/html/folderopend.svg
file path=usr/share/doc/JasPer/html/functions.html
file path=usr/share/doc/JasPer/html/functions_func.html
file path=usr/share/doc/JasPer/html/functions_vars.html
file path=usr/share/doc/JasPer/html/globals.html
file path=usr/share/doc/JasPer/html/globals_defs.html
file path=usr/share/doc/JasPer/html/globals_dup.js
file path=usr/share/doc/JasPer/html/globals_enum.html
file path=usr/share/doc/JasPer/html/globals_func.html
file path=usr/share/doc/JasPer/html/globals_func.js
file path=usr/share/doc/JasPer/html/globals_type.html
file path=usr/share/doc/JasPer/html/globals_vars.html
file path=usr/share/doc/JasPer/html/group__module__alloc.html
file path=usr/share/doc/JasPer/html/group__module__alloc.js
file path=usr/share/doc/JasPer/html/group__module__cm.html
file path=usr/share/doc/JasPer/html/group__module__cm.js
file path=usr/share/doc/JasPer/html/group__module__fixed.html
file path=usr/share/doc/JasPer/html/group__module__fixed.js
file path=usr/share/doc/JasPer/html/group__module__getopt.html
file path=usr/share/doc/JasPer/html/group__module__getopt.js
file path=usr/share/doc/JasPer/html/group__module__images.html
file path=usr/share/doc/JasPer/html/group__module__images.js
file path=usr/share/doc/JasPer/html/group__module__init.html
file path=usr/share/doc/JasPer/html/group__module__init.js
file path=usr/share/doc/JasPer/html/group__module__iostreams.html
file path=usr/share/doc/JasPer/html/group__module__iostreams.js
file path=usr/share/doc/JasPer/html/group__module__log.html
file path=usr/share/doc/JasPer/html/group__module__log.js
file path=usr/share/doc/JasPer/html/group__module__seq.html
file path=usr/share/doc/JasPer/html/group__module__seq.js
file path=usr/share/doc/JasPer/html/group__module__string.html
file path=usr/share/doc/JasPer/html/group__module__string.js
file path=usr/share/doc/JasPer/html/group__module__timers.html
file path=usr/share/doc/JasPer/html/group__module__timers.js
file path=usr/share/doc/JasPer/html/group__module__tvp.html
file path=usr/share/doc/JasPer/html/group__module__tvp.js
file path=usr/share/doc/JasPer/html/index.html
file path=usr/share/doc/JasPer/html/index.js
file path=usr/share/doc/JasPer/html/install.html
file path=usr/share/doc/JasPer/html/intro.html
file path=usr/share/doc/JasPer/html/jas__cm_8h.html
file path=usr/share/doc/JasPer/html/jas__cm_8h.js
file path=usr/share/doc/JasPer/html/jas__cm_8h_source.html
file path=usr/share/doc/JasPer/html/jas__compiler_8h.html
file path=usr/share/doc/JasPer/html/jas__compiler_8h.js
file path=usr/share/doc/JasPer/html/jas__compiler_8h_source.html
file path=usr/share/doc/JasPer/html/jas__debug_8h.html
file path=usr/share/doc/JasPer/html/jas__debug_8h.js
file path=usr/share/doc/JasPer/html/jas__debug_8h_source.html
file path=usr/share/doc/JasPer/html/jas__dll_8h.html
file path=usr/share/doc/JasPer/html/jas__dll_8h_source.html
file path=usr/share/doc/JasPer/html/jas__fix_8h.html
file path=usr/share/doc/JasPer/html/jas__fix_8h.js
file path=usr/share/doc/JasPer/html/jas__fix_8h_source.html
file path=usr/share/doc/JasPer/html/jas__getopt_8h.html
file path=usr/share/doc/JasPer/html/jas__getopt_8h.js
file path=usr/share/doc/JasPer/html/jas__getopt_8h_source.html
file path=usr/share/doc/JasPer/html/jas__icc_8h.html
file path=usr/share/doc/JasPer/html/jas__icc_8h.js
file path=usr/share/doc/JasPer/html/jas__icc_8h_source.html
file path=usr/share/doc/JasPer/html/jas__image_8h.html
file path=usr/share/doc/JasPer/html/jas__image_8h.js
file path=usr/share/doc/JasPer/html/jas__image_8h_source.html
file path=usr/share/doc/JasPer/html/jas__init_8h.html
file path=usr/share/doc/JasPer/html/jas__init_8h.js
file path=usr/share/doc/JasPer/html/jas__init_8h_source.html
file path=usr/share/doc/JasPer/html/jas__log_8h.html
file path=usr/share/doc/JasPer/html/jas__log_8h.js
file path=usr/share/doc/JasPer/html/jas__log_8h_source.html
file path=usr/share/doc/JasPer/html/jas__malloc_8h.html
file path=usr/share/doc/JasPer/html/jas__malloc_8h.js
file path=usr/share/doc/JasPer/html/jas__malloc_8h_source.html
file path=usr/share/doc/JasPer/html/jas__math_8h.html
file path=usr/share/doc/JasPer/html/jas__math_8h_source.html
file path=usr/share/doc/JasPer/html/jas__seq_8h.html
file path=usr/share/doc/JasPer/html/jas__seq_8h.js
file path=usr/share/doc/JasPer/html/jas__seq_8h_source.html
file path=usr/share/doc/JasPer/html/jas__stream_8h.html
file path=usr/share/doc/JasPer/html/jas__stream_8h.js
file path=usr/share/doc/JasPer/html/jas__stream_8h_source.html
file path=usr/share/doc/JasPer/html/jas__string_8h.html
file path=usr/share/doc/JasPer/html/jas__string_8h.js
file path=usr/share/doc/JasPer/html/jas__string_8h_source.html
file path=usr/share/doc/JasPer/html/jas__thread_8h.html
file path=usr/share/doc/JasPer/html/jas__thread_8h_source.html
file path=usr/share/doc/JasPer/html/jas__tmr_8h.html
file path=usr/share/doc/JasPer/html/jas__tmr_8h.js
file path=usr/share/doc/JasPer/html/jas__tmr_8h_source.html
file path=usr/share/doc/JasPer/html/jas__tvp_8h.html
file path=usr/share/doc/JasPer/html/jas__tvp_8h.js
file path=usr/share/doc/JasPer/html/jas__tvp_8h_source.html
file path=usr/share/doc/JasPer/html/jas__types_8h.html
file path=usr/share/doc/JasPer/html/jas__types_8h_source.html
file path=usr/share/doc/JasPer/html/jas__version_8h.html
file path=usr/share/doc/JasPer/html/jas__version_8h_source.html
file path=usr/share/doc/JasPer/html/jasper_8h.html
file path=usr/share/doc/JasPer/html/jasper_8h_source.html
file path=usr/share/doc/JasPer/html/jp2__cod_8h_source.html
file path=usr/share/doc/JasPer/html/jp2__dec_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__bs_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__cod_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__cs_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__dec_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__enc_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__fix_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__flt_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__math_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__mct_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__mqcod_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__mqdec_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__mqenc_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__qmfb_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__t1cod_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__t1dec_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__t1enc_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__t2cod_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__t2dec_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__t2enc_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__tagtree_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__tsfb_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__util_8h_source.html
file path=usr/share/doc/JasPer/html/jpg__cod_8h_source.html
file path=usr/share/doc/JasPer/html/jpg__enc_8h_source.html
file path=usr/share/doc/JasPer/html/jpg__jpeglib_8h_source.html
file path=usr/share/doc/JasPer/html/jquery.js
file path=usr/share/doc/JasPer/html/lib.html
file path=usr/share/doc/JasPer/html/lib_images.html
file path=usr/share/doc/JasPer/html/lib_init.html
file path=usr/share/doc/JasPer/html/lib_iostreams.html
file path=usr/share/doc/JasPer/html/lib_log.html
file path=usr/share/doc/JasPer/html/lib_math.html
file path=usr/share/doc/JasPer/html/lib_string.html
file path=usr/share/doc/JasPer/html/lib_timers.html
file path=usr/share/doc/JasPer/html/license.html
file path=usr/share/doc/JasPer/html/mif__cod_8h_source.html
file path=usr/share/doc/JasPer/html/minus.svg
file path=usr/share/doc/JasPer/html/minusd.svg
file path=usr/share/doc/JasPer/html/nav_f.png
file path=usr/share/doc/JasPer/html/nav_fd.png
file path=usr/share/doc/JasPer/html/nav_g.png
file path=usr/share/doc/JasPer/html/nav_h.png
file path=usr/share/doc/JasPer/html/nav_hd.png
file path=usr/share/doc/JasPer/html/navtree.css
file path=usr/share/doc/JasPer/html/navtree.js
file path=usr/share/doc/JasPer/html/navtreedata.js
file path=usr/share/doc/JasPer/html/navtreeindex0.js
file path=usr/share/doc/JasPer/html/navtreeindex1.js
file path=usr/share/doc/JasPer/html/navtreeindex2.js
file path=usr/share/doc/JasPer/html/open.png
file path=usr/share/doc/JasPer/html/pages.html
file path=usr/share/doc/JasPer/html/pgx__cod_8h_source.html
file path=usr/share/doc/JasPer/html/pgx__enc_8h_source.html
file path=usr/share/doc/JasPer/html/plus.svg
file path=usr/share/doc/JasPer/html/plusd.svg
file path=usr/share/doc/JasPer/html/pnm__cod_8h_source.html
file path=usr/share/doc/JasPer/html/pnm__enc_8h_source.html
file path=usr/share/doc/JasPer/html/ras__cod_8h_source.html
file path=usr/share/doc/JasPer/html/ras__enc_8h_source.html
file path=usr/share/doc/JasPer/html/refgridex.png
file path=usr/share/doc/JasPer/html/resize.js
file path=usr/share/doc/JasPer/html/search/all_0.js
file path=usr/share/doc/JasPer/html/search/all_1.js
file path=usr/share/doc/JasPer/html/search/all_10.js
file path=usr/share/doc/JasPer/html/search/all_11.js
file path=usr/share/doc/JasPer/html/search/all_12.js
file path=usr/share/doc/JasPer/html/search/all_13.js
file path=usr/share/doc/JasPer/html/search/all_2.js
file path=usr/share/doc/JasPer/html/search/all_3.js
file path=usr/share/doc/JasPer/html/search/all_4.js
file path=usr/share/doc/JasPer/html/search/all_5.js
file path=usr/share/doc/JasPer/html/search/all_6.js
file path=usr/share/doc/JasPer/html/search/all_7.js
file path=usr/share/doc/JasPer/html/search/all_8.js
file path=usr/share/doc/JasPer/html/search/all_9.js
file path=usr/share/doc/JasPer/html/search/all_a.js
file path=usr/share/doc/JasPer/html/search/all_b.js
file path=usr/share/doc/JasPer/html/search/all_c.js
file path=usr/share/doc/JasPer/html/search/all_d.js
file path=usr/share/doc/JasPer/html/search/all_e.js
file path=usr/share/doc/JasPer/html/search/all_f.js
file path=usr/share/doc/JasPer/html/search/classes_0.js
file path=usr/share/doc/JasPer/html/search/close.svg
file path=usr/share/doc/JasPer/html/search/defines_0.js
file path=usr/share/doc/JasPer/html/search/enums_0.js
file path=usr/share/doc/JasPer/html/search/files_0.js
file path=usr/share/doc/JasPer/html/search/functions_0.js
file path=usr/share/doc/JasPer/html/search/functions_1.js
file path=usr/share/doc/JasPer/html/search/groups_0.js
file path=usr/share/doc/JasPer/html/search/groups_1.js
file path=usr/share/doc/JasPer/html/search/groups_2.js
file path=usr/share/doc/JasPer/html/search/groups_3.js
file path=usr/share/doc/JasPer/html/search/groups_4.js
file path=usr/share/doc/JasPer/html/search/groups_5.js
file path=usr/share/doc/JasPer/html/search/groups_6.js
file path=usr/share/doc/JasPer/html/search/groups_7.js
file path=usr/share/doc/JasPer/html/search/groups_8.js
file path=usr/share/doc/JasPer/html/search/groups_9.js
file path=usr/share/doc/JasPer/html/search/groups_a.js
file path=usr/share/doc/JasPer/html/search/groups_b.js
file path=usr/share/doc/JasPer/html/search/groups_c.js
file path=usr/share/doc/JasPer/html/search/mag.svg
file path=usr/share/doc/JasPer/html/search/mag_d.svg
file path=usr/share/doc/JasPer/html/search/mag_sel.svg
file path=usr/share/doc/JasPer/html/search/mag_seld.svg
file path=usr/share/doc/JasPer/html/search/pages_0.js
file path=usr/share/doc/JasPer/html/search/pages_1.js
file path=usr/share/doc/JasPer/html/search/pages_2.js
file path=usr/share/doc/JasPer/html/search/pages_3.js
file path=usr/share/doc/JasPer/html/search/pages_4.js
file path=usr/share/doc/JasPer/html/search/pages_5.js
file path=usr/share/doc/JasPer/html/search/pages_6.js
file path=usr/share/doc/JasPer/html/search/pages_7.js
file path=usr/share/doc/JasPer/html/search/pages_8.js
file path=usr/share/doc/JasPer/html/search/pages_9.js
file path=usr/share/doc/JasPer/html/search/pages_a.js
file path=usr/share/doc/JasPer/html/search/pages_b.js
file path=usr/share/doc/JasPer/html/search/pages_c.js
file path=usr/share/doc/JasPer/html/search/search.css
file path=usr/share/doc/JasPer/html/search/search.js
file path=usr/share/doc/JasPer/html/search/searchdata.js
file path=usr/share/doc/JasPer/html/search/typedefs_0.js
file path=usr/share/doc/JasPer/html/search/variables_0.js
file path=usr/share/doc/JasPer/html/search/variables_1.js
file path=usr/share/doc/JasPer/html/search/variables_2.js
file path=usr/share/doc/JasPer/html/search/variables_3.js
file path=usr/share/doc/JasPer/html/search/variables_4.js
file path=usr/share/doc/JasPer/html/search/variables_5.js
file path=usr/share/doc/JasPer/html/search/variables_6.js
file path=usr/share/doc/JasPer/html/search/variables_7.js
file path=usr/share/doc/JasPer/html/search/variables_8.js
file path=usr/share/doc/JasPer/html/search/variables_9.js
file path=usr/share/doc/JasPer/html/search/variables_a.js
file path=usr/share/doc/JasPer/html/software.png
file path=usr/share/doc/JasPer/html/splitbar.png
file path=usr/share/doc/JasPer/html/splitbard.png
file path=usr/share/doc/JasPer/html/srcimgmodel.png
file path=usr/share/doc/JasPer/html/structjas__allocator__s-members.html
file path=usr/share/doc/JasPer/html/structjas__allocator__s.html
file path=usr/share/doc/JasPer/html/structjas__allocator__s.js
file path=usr/share/doc/JasPer/html/structjas__cmclrspcconv__t-members.html
file path=usr/share/doc/JasPer/html/structjas__cmclrspcconv__t.html
file path=usr/share/doc/JasPer/html/structjas__cmcmptfmt__t-members.html
file path=usr/share/doc/JasPer/html/structjas__cmcmptfmt__t.html
file path=usr/share/doc/JasPer/html/structjas__cmpixmap__t-members.html
file path=usr/share/doc/JasPer/html/structjas__cmpixmap__t.html
file path=usr/share/doc/JasPer/html/structjas__cmprof__t-members.html
file path=usr/share/doc/JasPer/html/structjas__cmprof__t.html
file path=usr/share/doc/JasPer/html/structjas__cmpxform__s-members.html
file path=usr/share/doc/JasPer/html/structjas__cmpxform__s.html
file path=usr/share/doc/JasPer/html/structjas__cmpxformops__t-members.html
file path=usr/share/doc/JasPer/html/structjas__cmpxformops__t.html
file path=usr/share/doc/JasPer/html/structjas__cmpxformseq__t-members.html
file path=usr/share/doc/JasPer/html/structjas__cmpxformseq__t.html
file path=usr/share/doc/JasPer/html/structjas__cmshaplut__t-members.html
file path=usr/share/doc/JasPer/html/structjas__cmshaplut__t.html
file path=usr/share/doc/JasPer/html/structjas__cmshapmat__t-members.html
file path=usr/share/doc/JasPer/html/structjas__cmshapmat__t.html
file path=usr/share/doc/JasPer/html/structjas__cmshapmatlut__t-members.html
file path=usr/share/doc/JasPer/html/structjas__cmshapmatlut__t.html
file path=usr/share/doc/JasPer/html/structjas__cmxform__t-members.html
file path=usr/share/doc/JasPer/html/structjas__cmxform__t.html
file path=usr/share/doc/JasPer/html/structjas__image__cmpt__t-members.html
file path=usr/share/doc/JasPer/html/structjas__image__cmpt__t.html
file path=usr/share/doc/JasPer/html/structjas__image__cmptparm__t-members.html
file path=usr/share/doc/JasPer/html/structjas__image__cmptparm__t.html
file path=usr/share/doc/JasPer/html/structjas__image__fmt__t-members.html
file path=usr/share/doc/JasPer/html/structjas__image__fmt__t.html
file path=usr/share/doc/JasPer/html/structjas__image__fmt__t.js
file path=usr/share/doc/JasPer/html/structjas__image__fmtinfo__t-members.html
file path=usr/share/doc/JasPer/html/structjas__image__fmtinfo__t.html
file path=usr/share/doc/JasPer/html/structjas__image__fmtinfo__t.js
file path=usr/share/doc/JasPer/html/structjas__image__fmtops__t-members.html
file path=usr/share/doc/JasPer/html/structjas__image__fmtops__t.html
file path=usr/share/doc/JasPer/html/structjas__image__fmtops__t.js
file path=usr/share/doc/JasPer/html/structjas__image__t-members.html
file path=usr/share/doc/JasPer/html/structjas__image__t.html
file path=usr/share/doc/JasPer/html/structjas__logtype__t.html
file path=usr/share/doc/JasPer/html/structjas__matrix__t-members.html
file path=usr/share/doc/JasPer/html/structjas__matrix__t.html
file path=usr/share/doc/JasPer/html/structjas__opt__t-members.html
file path=usr/share/doc/JasPer/html/structjas__opt__t.html
file path=usr/share/doc/JasPer/html/structjas__seq2d__t.html
file path=usr/share/doc/JasPer/html/structjas__seq__t.html
file path=usr/share/doc/JasPer/html/structjas__std__allocator__t-members.html
file path=usr/share/doc/JasPer/html/structjas__std__allocator__t.html
file path=usr/share/doc/JasPer/html/structjas__stream__t-members.html
file path=usr/share/doc/JasPer/html/structjas__stream__t.html
file path=usr/share/doc/JasPer/html/structjas__taginfo__t-members.html
file path=usr/share/doc/JasPer/html/structjas__taginfo__t.html
file path=usr/share/doc/JasPer/html/structjas__tmr__t.html
file path=usr/share/doc/JasPer/html/structjas__tvparser__t-members.html
file path=usr/share/doc/JasPer/html/structjas__tvparser__t.html
file path=usr/share/doc/JasPer/html/sync_off.png
file path=usr/share/doc/JasPer/html/sync_on.png
file path=usr/share/doc/JasPer/html/tab_a.png
file path=usr/share/doc/JasPer/html/tab_ad.png
file path=usr/share/doc/JasPer/html/tab_b.png
file path=usr/share/doc/JasPer/html/tab_bd.png
file path=usr/share/doc/JasPer/html/tab_h.png
file path=usr/share/doc/JasPer/html/tab_hd.png
file path=usr/share/doc/JasPer/html/tab_s.png
file path=usr/share/doc/JasPer/html/tab_sd.png
file path=usr/share/doc/JasPer/html/tabs.css
file path=usr/share/doc/JasPer/html/todo.html
file path=usr/share/doc/JasPer/html/topics.html
file path=usr/share/doc/JasPer/html/topics.js
file path=usr/share/doc/JasPer/jpeg2000.pdf
file path=usr/share/man/man1/imgcmp.1
file path=usr/share/man/man1/imginfo.1
file path=usr/share/man/man1/jasper.1
components/multimedia/jasper/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2022 <contributor>
# Copyright 2023 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -23,41 +23,406 @@
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/bin/$(MACH32)/imgcmp
file path=usr/bin/$(MACH32)/imginfo
file path=usr/bin/$(MACH32)/jasper
file path=usr/bin/$(MACH32)/jiv
file path=usr/bin/$(MACH32)/tmrdemo
file path=usr/bin/imgcmp
file path=usr/bin/imginfo
file path=usr/bin/jasper
file path=usr/bin/jiv
file path=usr/bin/tmrdemo
file path=usr/include/jasper/jas_cm.h
file path=usr/include/jasper/jas_compiler.h
file path=usr/include/jasper/jas_config.h
file path=usr/include/jasper/jas_config2.h
file path=usr/include/jasper/jas_debug.h
file path=usr/include/jasper/jas_dll.h
file path=usr/include/jasper/jas_export_cmake.h
file path=usr/include/jasper/jas_fix.h
file path=usr/include/jasper/jas_getopt.h
file path=usr/include/jasper/jas_icc.h
file path=usr/include/jasper/jas_image.h
file path=usr/include/jasper/jas_init.h
file path=usr/include/jasper/jas_log.h
file path=usr/include/jasper/jas_malloc.h
file path=usr/include/jasper/jas_math.h
file path=usr/include/jasper/jas_seq.h
file path=usr/include/jasper/jas_stream.h
file path=usr/include/jasper/jas_string.h
file path=usr/include/jasper/jas_thread.h
file path=usr/include/jasper/jas_tmr.h
file path=usr/include/jasper/jas_tvp.h
file path=usr/include/jasper/jas_types.h
file path=usr/include/jasper/jas_version.h
file path=usr/include/jasper/jasper.h
link path=usr/lib/$(MACH64)/libjasper.so target=libjasper.so.1.0.0
link path=usr/lib/$(MACH64)/libjasper.so.1 target=libjasper.so.1.0.0
file path=usr/lib/$(MACH64)/libjasper.so.1.0.0
link path=usr/lib/libjasper.so target=libjasper.so.1.0.0
link path=usr/lib/libjasper.so.1 target=libjasper.so.1.0.0
file path=usr/lib/libjasper.so.1.0.0
link path=usr/lib/$(MACH64)/libjasper.so target=libjasper.so.7
link path=usr/lib/$(MACH64)/libjasper.so.7 target=libjasper.so.7.0.0
file path=usr/lib/$(MACH64)/libjasper.so.7.0.0
file path=usr/lib/$(MACH64)/pkgconfig/jasper.pc
file path=usr/share/doc/JasPer/README.md
file path=usr/share/doc/JasPer/html/_formulas.tex
file path=usr/share/doc/JasPer/html/_formulas_dark.tex
file path=usr/share/doc/JasPer/html/annotated.html
file path=usr/share/doc/JasPer/html/annotated_dup.js
file path=usr/share/doc/JasPer/html/apps.html
file path=usr/share/doc/JasPer/html/apps_imgcmp.html
file path=usr/share/doc/JasPer/html/apps_imginfo.html
file path=usr/share/doc/JasPer/html/apps_jasper.html
file path=usr/share/doc/JasPer/html/apps_jiv.html
file path=usr/share/doc/JasPer/html/bc_s.png
file path=usr/share/doc/JasPer/html/bc_sd.png
file path=usr/share/doc/JasPer/html/bmp__cod_8h_source.html
file path=usr/share/doc/JasPer/html/bmp__enc_8h_source.html
file path=usr/share/doc/JasPer/html/bugs.html
file path=usr/share/doc/JasPer/html/citelist.html
file path=usr/share/doc/JasPer/html/classes.html
file path=usr/share/doc/JasPer/html/closed.png
file path=usr/share/doc/JasPer/html/codecs.html
file path=usr/share/doc/JasPer/html/comp.png
file path=usr/share/doc/JasPer/html/deprecated.html
file path=usr/share/doc/JasPer/html/dir_038edec2bb9b81aab197b4bdfc6cc03f.html
file path=usr/share/doc/JasPer/html/dir_038edec2bb9b81aab197b4bdfc6cc03f.js
file path=usr/share/doc/JasPer/html/dir_03adf8d2d4e99c60c69bfb7e3599f661.html
file path=usr/share/doc/JasPer/html/dir_03adf8d2d4e99c60c69bfb7e3599f661.js
file path=usr/share/doc/JasPer/html/dir_1147524d86ce33670e8f5381499f7fc8.html
file path=usr/share/doc/JasPer/html/dir_1a8f714735c95229ba4697ce826d60ab.html
file path=usr/share/doc/JasPer/html/dir_1a8f714735c95229ba4697ce826d60ab.js
file path=usr/share/doc/JasPer/html/dir_284c14e95f5a3eb9a9c9fc338f3a12a5.html
file path=usr/share/doc/JasPer/html/dir_284c14e95f5a3eb9a9c9fc338f3a12a5.js
file path=usr/share/doc/JasPer/html/dir_3e8250277e215eecf7c0d2f4e6c651a6.html
file path=usr/share/doc/JasPer/html/dir_3e8250277e215eecf7c0d2f4e6c651a6.js
file path=usr/share/doc/JasPer/html/dir_4fef79e7177ba769987a8da36c892c5f.html
file path=usr/share/doc/JasPer/html/dir_69e68ba3be9d573248a88d667e233729.html
file path=usr/share/doc/JasPer/html/dir_6a12105eecb15b0b2b31ba0fad96c427.html
file path=usr/share/doc/JasPer/html/dir_7bf3880f9d86dc277e5b6247504c3cda.html
file path=usr/share/doc/JasPer/html/dir_7c08f9ddcf9e07728caf490751b420d9.html
file path=usr/share/doc/JasPer/html/dir_a790a732db741afa89e80a4e636d6bd3.html
file path=usr/share/doc/JasPer/html/dir_a790a732db741afa89e80a4e636d6bd3.js
file path=usr/share/doc/JasPer/html/dir_a8498edcc47f308ec529df7a8f9e970c.html
file path=usr/share/doc/JasPer/html/dir_a8498edcc47f308ec529df7a8f9e970c.js
file path=usr/share/doc/JasPer/html/dir_cf54ba38c58a99a54af79c75e9e6c034.html
file path=usr/share/doc/JasPer/html/dir_e1123984d0ce8f1c96efddea6a3f1f67.html
file path=usr/share/doc/JasPer/html/dir_e198c2738ce7372970869542ed545892.html
file path=usr/share/doc/JasPer/html/dir_e198c2738ce7372970869542ed545892.js
file path=usr/share/doc/JasPer/html/dir_e7d0b93f029da0df9d242f7ec62078b3.html
file path=usr/share/doc/JasPer/html/dir_e7d0b93f029da0df9d242f7ec62078b3.js
file path=usr/share/doc/JasPer/html/dir_e982c19275fbf0991a0c54f0bc5dbc8e.html
file path=usr/share/doc/JasPer/html/dir_ea7e3dc0dc60fee8a722e5517e0ccb9c.html
file path=usr/share/doc/JasPer/html/dir_ea7e3dc0dc60fee8a722e5517e0ccb9c.js
file path=usr/share/doc/JasPer/html/dir_ee4a4fa2ee4134a3087d447cfb2f733b.html
file path=usr/share/doc/JasPer/html/dir_ee4a4fa2ee4134a3087d447cfb2f733b.js
file path=usr/share/doc/JasPer/html/doc.svg
file path=usr/share/doc/JasPer/html/docd.svg
file path=usr/share/doc/JasPer/html/doxygen.css
file path=usr/share/doc/JasPer/html/doxygen.svg
file path=usr/share/doc/JasPer/html/dynsections.js
file path=usr/share/doc/JasPer/html/files.html
file path=usr/share/doc/JasPer/html/files_dup.js
file path=usr/share/doc/JasPer/html/folderclosed.svg
file path=usr/share/doc/JasPer/html/folderclosedd.svg
file path=usr/share/doc/JasPer/html/folderopen.svg
file path=usr/share/doc/JasPer/html/folderopend.svg
file path=usr/share/doc/JasPer/html/functions.html
file path=usr/share/doc/JasPer/html/functions_func.html
file path=usr/share/doc/JasPer/html/functions_vars.html
file path=usr/share/doc/JasPer/html/globals.html
file path=usr/share/doc/JasPer/html/globals_defs.html
file path=usr/share/doc/JasPer/html/globals_dup.js
file path=usr/share/doc/JasPer/html/globals_enum.html
file path=usr/share/doc/JasPer/html/globals_func.html
file path=usr/share/doc/JasPer/html/globals_func.js
file path=usr/share/doc/JasPer/html/globals_type.html
file path=usr/share/doc/JasPer/html/globals_vars.html
file path=usr/share/doc/JasPer/html/group__module__alloc.html
file path=usr/share/doc/JasPer/html/group__module__alloc.js
file path=usr/share/doc/JasPer/html/group__module__cm.html
file path=usr/share/doc/JasPer/html/group__module__cm.js
file path=usr/share/doc/JasPer/html/group__module__fixed.html
file path=usr/share/doc/JasPer/html/group__module__fixed.js
file path=usr/share/doc/JasPer/html/group__module__getopt.html
file path=usr/share/doc/JasPer/html/group__module__getopt.js
file path=usr/share/doc/JasPer/html/group__module__images.html
file path=usr/share/doc/JasPer/html/group__module__images.js
file path=usr/share/doc/JasPer/html/group__module__init.html
file path=usr/share/doc/JasPer/html/group__module__init.js
file path=usr/share/doc/JasPer/html/group__module__iostreams.html
file path=usr/share/doc/JasPer/html/group__module__iostreams.js
file path=usr/share/doc/JasPer/html/group__module__log.html
file path=usr/share/doc/JasPer/html/group__module__log.js
file path=usr/share/doc/JasPer/html/group__module__seq.html
file path=usr/share/doc/JasPer/html/group__module__seq.js
file path=usr/share/doc/JasPer/html/group__module__string.html
file path=usr/share/doc/JasPer/html/group__module__string.js
file path=usr/share/doc/JasPer/html/group__module__timers.html
file path=usr/share/doc/JasPer/html/group__module__timers.js
file path=usr/share/doc/JasPer/html/group__module__tvp.html
file path=usr/share/doc/JasPer/html/group__module__tvp.js
file path=usr/share/doc/JasPer/html/index.html
file path=usr/share/doc/JasPer/html/index.js
file path=usr/share/doc/JasPer/html/install.html
file path=usr/share/doc/JasPer/html/intro.html
file path=usr/share/doc/JasPer/html/jas__cm_8h.html
file path=usr/share/doc/JasPer/html/jas__cm_8h.js
file path=usr/share/doc/JasPer/html/jas__cm_8h_source.html
file path=usr/share/doc/JasPer/html/jas__compiler_8h.html
file path=usr/share/doc/JasPer/html/jas__compiler_8h.js
file path=usr/share/doc/JasPer/html/jas__compiler_8h_source.html
file path=usr/share/doc/JasPer/html/jas__debug_8h.html
file path=usr/share/doc/JasPer/html/jas__debug_8h.js
file path=usr/share/doc/JasPer/html/jas__debug_8h_source.html
file path=usr/share/doc/JasPer/html/jas__dll_8h.html
file path=usr/share/doc/JasPer/html/jas__dll_8h_source.html
file path=usr/share/doc/JasPer/html/jas__fix_8h.html
file path=usr/share/doc/JasPer/html/jas__fix_8h.js
file path=usr/share/doc/JasPer/html/jas__fix_8h_source.html
file path=usr/share/doc/JasPer/html/jas__getopt_8h.html
file path=usr/share/doc/JasPer/html/jas__getopt_8h.js
file path=usr/share/doc/JasPer/html/jas__getopt_8h_source.html
file path=usr/share/doc/JasPer/html/jas__icc_8h.html
file path=usr/share/doc/JasPer/html/jas__icc_8h.js
file path=usr/share/doc/JasPer/html/jas__icc_8h_source.html
file path=usr/share/doc/JasPer/html/jas__image_8h.html
file path=usr/share/doc/JasPer/html/jas__image_8h.js
file path=usr/share/doc/JasPer/html/jas__image_8h_source.html
file path=usr/share/doc/JasPer/html/jas__init_8h.html
file path=usr/share/doc/JasPer/html/jas__init_8h.js
file path=usr/share/doc/JasPer/html/jas__init_8h_source.html
file path=usr/share/doc/JasPer/html/jas__log_8h.html
file path=usr/share/doc/JasPer/html/jas__log_8h.js
file path=usr/share/doc/JasPer/html/jas__log_8h_source.html
file path=usr/share/doc/JasPer/html/jas__malloc_8h.html
file path=usr/share/doc/JasPer/html/jas__malloc_8h.js
file path=usr/share/doc/JasPer/html/jas__malloc_8h_source.html
file path=usr/share/doc/JasPer/html/jas__math_8h.html
file path=usr/share/doc/JasPer/html/jas__math_8h_source.html
file path=usr/share/doc/JasPer/html/jas__seq_8h.html
file path=usr/share/doc/JasPer/html/jas__seq_8h.js
file path=usr/share/doc/JasPer/html/jas__seq_8h_source.html
file path=usr/share/doc/JasPer/html/jas__stream_8h.html
file path=usr/share/doc/JasPer/html/jas__stream_8h.js
file path=usr/share/doc/JasPer/html/jas__stream_8h_source.html
file path=usr/share/doc/JasPer/html/jas__string_8h.html
file path=usr/share/doc/JasPer/html/jas__string_8h.js
file path=usr/share/doc/JasPer/html/jas__string_8h_source.html
file path=usr/share/doc/JasPer/html/jas__thread_8h.html
file path=usr/share/doc/JasPer/html/jas__thread_8h_source.html
file path=usr/share/doc/JasPer/html/jas__tmr_8h.html
file path=usr/share/doc/JasPer/html/jas__tmr_8h.js
file path=usr/share/doc/JasPer/html/jas__tmr_8h_source.html
file path=usr/share/doc/JasPer/html/jas__tvp_8h.html
file path=usr/share/doc/JasPer/html/jas__tvp_8h.js
file path=usr/share/doc/JasPer/html/jas__tvp_8h_source.html
file path=usr/share/doc/JasPer/html/jas__types_8h.html
file path=usr/share/doc/JasPer/html/jas__types_8h_source.html
file path=usr/share/doc/JasPer/html/jas__version_8h.html
file path=usr/share/doc/JasPer/html/jas__version_8h_source.html
file path=usr/share/doc/JasPer/html/jasper_8h.html
file path=usr/share/doc/JasPer/html/jasper_8h_source.html
file path=usr/share/doc/JasPer/html/jp2__cod_8h_source.html
file path=usr/share/doc/JasPer/html/jp2__dec_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__bs_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__cod_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__cs_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__dec_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__enc_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__fix_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__flt_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__math_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__mct_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__mqcod_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__mqdec_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__mqenc_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__qmfb_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__t1cod_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__t1dec_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__t1enc_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__t2cod_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__t2dec_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__t2enc_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__tagtree_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__tsfb_8h_source.html
file path=usr/share/doc/JasPer/html/jpc__util_8h_source.html
file path=usr/share/doc/JasPer/html/jpg__cod_8h_source.html
file path=usr/share/doc/JasPer/html/jpg__enc_8h_source.html
file path=usr/share/doc/JasPer/html/jpg__jpeglib_8h_source.html
file path=usr/share/doc/JasPer/html/jquery.js
file path=usr/share/doc/JasPer/html/lib.html
file path=usr/share/doc/JasPer/html/lib_images.html
file path=usr/share/doc/JasPer/html/lib_init.html
file path=usr/share/doc/JasPer/html/lib_iostreams.html
file path=usr/share/doc/JasPer/html/lib_log.html
file path=usr/share/doc/JasPer/html/lib_math.html
file path=usr/share/doc/JasPer/html/lib_string.html
file path=usr/share/doc/JasPer/html/lib_timers.html
file path=usr/share/doc/JasPer/html/license.html
file path=usr/share/doc/JasPer/html/mif__cod_8h_source.html
file path=usr/share/doc/JasPer/html/minus.svg
file path=usr/share/doc/JasPer/html/minusd.svg
file path=usr/share/doc/JasPer/html/nav_f.png
file path=usr/share/doc/JasPer/html/nav_fd.png
file path=usr/share/doc/JasPer/html/nav_g.png
file path=usr/share/doc/JasPer/html/nav_h.png
file path=usr/share/doc/JasPer/html/nav_hd.png
file path=usr/share/doc/JasPer/html/navtree.css
file path=usr/share/doc/JasPer/html/navtree.js
file path=usr/share/doc/JasPer/html/navtreedata.js
file path=usr/share/doc/JasPer/html/navtreeindex0.js
file path=usr/share/doc/JasPer/html/navtreeindex1.js
file path=usr/share/doc/JasPer/html/navtreeindex2.js
file path=usr/share/doc/JasPer/html/open.png
file path=usr/share/doc/JasPer/html/pages.html
file path=usr/share/doc/JasPer/html/pgx__cod_8h_source.html
file path=usr/share/doc/JasPer/html/pgx__enc_8h_source.html
file path=usr/share/doc/JasPer/html/plus.svg
file path=usr/share/doc/JasPer/html/plusd.svg
file path=usr/share/doc/JasPer/html/pnm__cod_8h_source.html
file path=usr/share/doc/JasPer/html/pnm__enc_8h_source.html
file path=usr/share/doc/JasPer/html/ras__cod_8h_source.html
file path=usr/share/doc/JasPer/html/ras__enc_8h_source.html
file path=usr/share/doc/JasPer/html/refgridex.png
file path=usr/share/doc/JasPer/html/resize.js
file path=usr/share/doc/JasPer/html/search/all_0.js
file path=usr/share/doc/JasPer/html/search/all_1.js
file path=usr/share/doc/JasPer/html/search/all_10.js
file path=usr/share/doc/JasPer/html/search/all_11.js
file path=usr/share/doc/JasPer/html/search/all_12.js
file path=usr/share/doc/JasPer/html/search/all_13.js
file path=usr/share/doc/JasPer/html/search/all_2.js
file path=usr/share/doc/JasPer/html/search/all_3.js
file path=usr/share/doc/JasPer/html/search/all_4.js
file path=usr/share/doc/JasPer/html/search/all_5.js
file path=usr/share/doc/JasPer/html/search/all_6.js
file path=usr/share/doc/JasPer/html/search/all_7.js
file path=usr/share/doc/JasPer/html/search/all_8.js
file path=usr/share/doc/JasPer/html/search/all_9.js
file path=usr/share/doc/JasPer/html/search/all_a.js
file path=usr/share/doc/JasPer/html/search/all_b.js
file path=usr/share/doc/JasPer/html/search/all_c.js
file path=usr/share/doc/JasPer/html/search/all_d.js
file path=usr/share/doc/JasPer/html/search/all_e.js
file path=usr/share/doc/JasPer/html/search/all_f.js
file path=usr/share/doc/JasPer/html/search/classes_0.js
file path=usr/share/doc/JasPer/html/search/close.svg
file path=usr/share/doc/JasPer/html/search/defines_0.js
file path=usr/share/doc/JasPer/html/search/enums_0.js
file path=usr/share/doc/JasPer/html/search/files_0.js
file path=usr/share/doc/JasPer/html/search/functions_0.js
file path=usr/share/doc/JasPer/html/search/functions_1.js
file path=usr/share/doc/JasPer/html/search/groups_0.js
file path=usr/share/doc/JasPer/html/search/groups_1.js
file path=usr/share/doc/JasPer/html/search/groups_2.js
file path=usr/share/doc/JasPer/html/search/groups_3.js
file path=usr/share/doc/JasPer/html/search/groups_4.js
file path=usr/share/doc/JasPer/html/search/groups_5.js
file path=usr/share/doc/JasPer/html/search/groups_6.js
file path=usr/share/doc/JasPer/html/search/groups_7.js
file path=usr/share/doc/JasPer/html/search/groups_8.js
file path=usr/share/doc/JasPer/html/search/groups_9.js
file path=usr/share/doc/JasPer/html/search/groups_a.js
file path=usr/share/doc/JasPer/html/search/groups_b.js
file path=usr/share/doc/JasPer/html/search/groups_c.js
file path=usr/share/doc/JasPer/html/search/mag.svg
file path=usr/share/doc/JasPer/html/search/mag_d.svg
file path=usr/share/doc/JasPer/html/search/mag_sel.svg
file path=usr/share/doc/JasPer/html/search/mag_seld.svg
file path=usr/share/doc/JasPer/html/search/pages_0.js
file path=usr/share/doc/JasPer/html/search/pages_1.js
file path=usr/share/doc/JasPer/html/search/pages_2.js
file path=usr/share/doc/JasPer/html/search/pages_3.js
file path=usr/share/doc/JasPer/html/search/pages_4.js
file path=usr/share/doc/JasPer/html/search/pages_5.js
file path=usr/share/doc/JasPer/html/search/pages_6.js
file path=usr/share/doc/JasPer/html/search/pages_7.js
file path=usr/share/doc/JasPer/html/search/pages_8.js
file path=usr/share/doc/JasPer/html/search/pages_9.js
file path=usr/share/doc/JasPer/html/search/pages_a.js
file path=usr/share/doc/JasPer/html/search/pages_b.js
file path=usr/share/doc/JasPer/html/search/pages_c.js
file path=usr/share/doc/JasPer/html/search/search.css
file path=usr/share/doc/JasPer/html/search/search.js
file path=usr/share/doc/JasPer/html/search/searchdata.js
file path=usr/share/doc/JasPer/html/search/typedefs_0.js
file path=usr/share/doc/JasPer/html/search/variables_0.js
file path=usr/share/doc/JasPer/html/search/variables_1.js
file path=usr/share/doc/JasPer/html/search/variables_2.js
file path=usr/share/doc/JasPer/html/search/variables_3.js
file path=usr/share/doc/JasPer/html/search/variables_4.js
file path=usr/share/doc/JasPer/html/search/variables_5.js
file path=usr/share/doc/JasPer/html/search/variables_6.js
file path=usr/share/doc/JasPer/html/search/variables_7.js
file path=usr/share/doc/JasPer/html/search/variables_8.js
file path=usr/share/doc/JasPer/html/search/variables_9.js
file path=usr/share/doc/JasPer/html/search/variables_a.js
file path=usr/share/doc/JasPer/html/software.png
file path=usr/share/doc/JasPer/html/splitbar.png
file path=usr/share/doc/JasPer/html/splitbard.png
file path=usr/share/doc/JasPer/html/srcimgmodel.png
file path=usr/share/doc/JasPer/html/structjas__allocator__s-members.html
file path=usr/share/doc/JasPer/html/structjas__allocator__s.html
file path=usr/share/doc/JasPer/html/structjas__allocator__s.js
file path=usr/share/doc/JasPer/html/structjas__cmclrspcconv__t-members.html
file path=usr/share/doc/JasPer/html/structjas__cmclrspcconv__t.html
file path=usr/share/doc/JasPer/html/structjas__cmcmptfmt__t-members.html
file path=usr/share/doc/JasPer/html/structjas__cmcmptfmt__t.html
file path=usr/share/doc/JasPer/html/structjas__cmpixmap__t-members.html
file path=usr/share/doc/JasPer/html/structjas__cmpixmap__t.html
file path=usr/share/doc/JasPer/html/structjas__cmprof__t-members.html
file path=usr/share/doc/JasPer/html/structjas__cmprof__t.html
file path=usr/share/doc/JasPer/html/structjas__cmpxform__s-members.html
file path=usr/share/doc/JasPer/html/structjas__cmpxform__s.html
file path=usr/share/doc/JasPer/html/structjas__cmpxformops__t-members.html
file path=usr/share/doc/JasPer/html/structjas__cmpxformops__t.html
file path=usr/share/doc/JasPer/html/structjas__cmpxformseq__t-members.html
file path=usr/share/doc/JasPer/html/structjas__cmpxformseq__t.html
file path=usr/share/doc/JasPer/html/structjas__cmshaplut__t-members.html
file path=usr/share/doc/JasPer/html/structjas__cmshaplut__t.html
file path=usr/share/doc/JasPer/html/structjas__cmshapmat__t-members.html
file path=usr/share/doc/JasPer/html/structjas__cmshapmat__t.html
file path=usr/share/doc/JasPer/html/structjas__cmshapmatlut__t-members.html
file path=usr/share/doc/JasPer/html/structjas__cmshapmatlut__t.html
file path=usr/share/doc/JasPer/html/structjas__cmxform__t-members.html
file path=usr/share/doc/JasPer/html/structjas__cmxform__t.html
file path=usr/share/doc/JasPer/html/structjas__image__cmpt__t-members.html
file path=usr/share/doc/JasPer/html/structjas__image__cmpt__t.html
file path=usr/share/doc/JasPer/html/structjas__image__cmptparm__t-members.html
file path=usr/share/doc/JasPer/html/structjas__image__cmptparm__t.html
file path=usr/share/doc/JasPer/html/structjas__image__fmt__t-members.html
file path=usr/share/doc/JasPer/html/structjas__image__fmt__t.html
file path=usr/share/doc/JasPer/html/structjas__image__fmt__t.js
file path=usr/share/doc/JasPer/html/structjas__image__fmtinfo__t-members.html
file path=usr/share/doc/JasPer/html/structjas__image__fmtinfo__t.html
file path=usr/share/doc/JasPer/html/structjas__image__fmtinfo__t.js
file path=usr/share/doc/JasPer/html/structjas__image__fmtops__t-members.html
file path=usr/share/doc/JasPer/html/structjas__image__fmtops__t.html
file path=usr/share/doc/JasPer/html/structjas__image__fmtops__t.js
file path=usr/share/doc/JasPer/html/structjas__image__t-members.html
file path=usr/share/doc/JasPer/html/structjas__image__t.html
file path=usr/share/doc/JasPer/html/structjas__logtype__t.html
file path=usr/share/doc/JasPer/html/structjas__matrix__t-members.html
file path=usr/share/doc/JasPer/html/structjas__matrix__t.html
file path=usr/share/doc/JasPer/html/structjas__opt__t-members.html
file path=usr/share/doc/JasPer/html/structjas__opt__t.html
file path=usr/share/doc/JasPer/html/structjas__seq2d__t.html
file path=usr/share/doc/JasPer/html/structjas__seq__t.html
file path=usr/share/doc/JasPer/html/structjas__std__allocator__t-members.html
file path=usr/share/doc/JasPer/html/structjas__std__allocator__t.html
file path=usr/share/doc/JasPer/html/structjas__stream__t-members.html
file path=usr/share/doc/JasPer/html/structjas__stream__t.html
file path=usr/share/doc/JasPer/html/structjas__taginfo__t-members.html
file path=usr/share/doc/JasPer/html/structjas__taginfo__t.html
file path=usr/share/doc/JasPer/html/structjas__tmr__t.html
file path=usr/share/doc/JasPer/html/structjas__tvparser__t-members.html
file path=usr/share/doc/JasPer/html/structjas__tvparser__t.html
file path=usr/share/doc/JasPer/html/sync_off.png
file path=usr/share/doc/JasPer/html/sync_on.png
file path=usr/share/doc/JasPer/html/tab_a.png
file path=usr/share/doc/JasPer/html/tab_ad.png
file path=usr/share/doc/JasPer/html/tab_b.png
file path=usr/share/doc/JasPer/html/tab_bd.png
file path=usr/share/doc/JasPer/html/tab_h.png
file path=usr/share/doc/JasPer/html/tab_hd.png
file path=usr/share/doc/JasPer/html/tab_s.png
file path=usr/share/doc/JasPer/html/tab_sd.png
file path=usr/share/doc/JasPer/html/tabs.css
file path=usr/share/doc/JasPer/html/todo.html
file path=usr/share/doc/JasPer/html/topics.html
file path=usr/share/doc/JasPer/html/topics.js
file path=usr/share/doc/JasPer/jpeg2000.pdf
file path=usr/share/man/man1/imgcmp.1
file path=usr/share/man/man1/imginfo.1
file path=usr/share/man/man1/jasper.1
components/multimedia/jasper/patches/01-misc-fixes.patch
File was deleted
components/multimedia/jasper/patches/02-fix-filename-buffer-overflow.patch
@@ -10,7 +10,7 @@
 
 #include <stdio.h>
+#include <limits.h>
 #if defined(HAVE_FCNTL_H)
 #if defined(JAS_HAVE_FCNTL_H)
 #include <fcntl.h>
 #endif
@@ -99,6 +100,12 @@ extern "C" {
components/multimedia/jasper/patches/04-CVE-2014-9029.patch
File was deleted
components/multimedia/jasper/patches/05-CVE-2014-8137.patch
File was deleted
components/multimedia/jasper/patches/06-CVE-2014-8138.patch
File was deleted
components/multimedia/jasper/patches/07-CVE-2014-8157.patch
File was deleted
components/multimedia/jasper/patches/08-CVE-2014-8158.patch
File was deleted
components/multimedia/jasper/patches/09-CVE-2016-1577.patch
File was deleted
components/multimedia/jasper/patches/10-CVE-2016-2116.patch
File was deleted
components/multimedia/jasper/patches/11-CVE-2016-1867_CVE-2016-8654_CVE-2016-8691_CVE-2016-8692_CVE-2016-8693_CVE-2016-8882_CVE-2016-9560.patch
File was deleted
components/multimedia/jasper/patches/12-CVE-2016-9591.patch
File was deleted
components/multimedia/jasper/patches/13-CVE-2016-10249.patch
File was deleted
components/multimedia/jasper/patches/14-CVE-2016-10251.patch
File was deleted
components/multimedia/jasper/pkg5
@@ -1,8 +1,7 @@
{
    "dependencies": [
        "SUNWcs",
        "image/library/libjpeg8-turbo",
        "shell/ksh93",
        "image/library/libjpeg6",
        "image/library/libjpeg6-ijg",
        "system/library",
        "system/library/math",
        "x11/library/freeglut",
components/multimedia/jasper/test/results-all.master
New file
@@ -0,0 +1,23 @@
Test project $(@D)
    Start 1: run_test_imginfo
1/6 Test #1: run_test_imginfo .................   Passed
    Start 2: run_test_imgcmp
2/6 Test #2: run_test_imgcmp ..................   Passed
    Start 3: run_test_1
3/6 Test #3: run_test_1 .......................   Passed
    Start 4: run_test_2
4/6 Test #4: run_test_2 .......................   Passed
    Start 5: run_test_3
5/6 Test #5: run_test_3 .......................***Failed
    Start 6: run_test_5
6/6 Test #6: run_test_5 .......................   Passed
83% tests passed, 1 tests failed out of 6
Total Test time (real) =
The following tests FAILED:
      5 - run_test_3 (Failed)
Errors while running CTest
Output from these tests are in: $(@D)/Testing/Temporary/LastTest.log
Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely.