summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/openjpeg
Commit message (Collapse)AuthorAgeFilesLines
* openjpeg: upgrade 2.4.0 -> 2.5.0wangmy2022-05-164-153/+4
| | | | | | | | | | | | | | | | | | file://0001-This-patch-fixed-include-dir-to-usr-include-.-Obviou.patch file://CVE-2021-29338.patch file://CVE-2022-1122.patch removed since they're included in 2.5.0 Changelog: ========== No API/ABI break compared to v2.4.0, but additional symbols for subset of components decoding (hence the MINOR version bump). Encoder: add support for generation of TLM markers Decoder: add support for high throughput (HTJ2K) decoding. Decoder: add support for partial bitstream decoding Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openjpeg: fix CVE-2022-1122Marguet, Nicolas2022-04-142-0/+32
| | | | | | | | | | | | CVE: CVE-2022-1122 The defect is undergoing reanalysis and there may be follow-up commits. Ref: * https://github.com/uclouvain/openjpeg/issues/1368 Signed-off-by: Nicolas Marguet <nicolas.marguet@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openjpeg: fix CVE-2021-29338Kai Kang2022-02-162-0/+79
| | | | | | | | | | CVE: CVE-2021-29338 Ref: * https://github.com/uclouvain/openjpeg/issues/1338 Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-031-1/+1
| | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-1/+1
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openjpeg: add native/nativesdk class extensionRoss Burton2021-03-301-0/+2
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openjpeg: upgrade 2.3.1 -> 2.4.0zangrc2021-01-075-141/+38
| | | | | | | | | | | | CVE-2020-15389.patch CVE-2020-6851.patch CVE-2020-8112.patch Removed since these are included in 2.4.0. Fixed an error where openjpeg.h could not be found. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openjpeg: fix CVE-2020-15389Slater, Joseph2020-09-012-0/+52
| | | | | | | Backport from github meta-xilinx-tools. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* net-snmp, openjpeg: add proper CVE tags to patchesMingde (Matthew) Zeng2020-07-162-0/+8
| | | | | Signed-off-by: Mingde (Matthew) Zeng <matthew.zeng@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openjpeg: Fix CVE-2020-8112Sakib Sajal2020-03-172-0/+47
| | | | | | | | | | Backport from upstream to fix heap-based buffer overflow. Upstream-Status: Backport CVE: CVE-2020-8112 Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openjpeg: Fix CVE-2020-6851Yue Tao2020-03-112-0/+33
| | | | | | | | | | | Backport patch from upstream to fix heap-based buffer overflow Upstream-Status: Backport CVE: CVE-2020-6851 Signed-off-by: Yue Tao <Yue.Tao@windriver.com> Signed-off-by: Sakib Sajal <Sakib.Sajal@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openjpeg: Clarify BSD license variantChristophe PRIOUZEAU2019-10-171-1/+1
| | | | | | | The License of openjpeg is BSD-2-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openjpeg: upgrade 2.3.0 -> 2.3.1Trevor Gamblin2019-09-162-50/+3
| | | | | | | | | | | | | | | Upgrading fixes CVE-2018-21010 and incorporates other bug fixes from upstream. The source upgrade to 2.3.1 changed the way include directories are identified, so the patch 0001-Ensure-cmake-files-are-installed-at-common-location.patch is no longer needed to help poppler find cmake files. The contents of /usr/lib/openjpeg-2.3 were added to the FILES list since poppler needs them to build. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openjpeg: fix build for multilibAndreas Müller2018-12-221-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | ERROR: openjpeg-2.3.0-r0 do_package: QA Issue: openjpeg: Files/directories were installed but not shipped in any package: | /usr/lib/libopenjp2.a | /usr/lib/libopenjp2.so | /usr/lib/libopenjp2.so.2.3.0 | /usr/lib/libopenjp2.so.7 | /usr/lib/cmake | /usr/lib/pkgconfig | /usr/lib/cmake/openjpeg-2.3 | /usr/lib/cmake/openjpeg-2.3/OpenJPEGConfig.cmake | /usr/lib/cmake/openjpeg-2.3/OpenJPEGTargets.cmake | /usr/lib/cmake/openjpeg-2.3/OpenJPEGTargets-noconfig.cmake | /usr/lib/pkgconfig/libopenjp2.pc * Addresses [1] * Build tested with poppler in multilib and non-multilib environment [1] https://github.com/openembedded/meta-openembedded/issues/103 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openjpeg: cmake fixes to prepare update of popplerAndreas Müller2018-10-043-5/+84
| | | | | | | | | * Move *,cmake from ${libdir}/cmake to ${libdir}/cmake/<name-and-version> That is standard location cmake files are installed. * Do not export executables - they will not be found in dependant's sysroot Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openjpeg: upgrade 2.2.0 -> 2.3.0Andreas Müller2018-08-212-36/+3
| | | | | | | | * fetch by git to avoid github checksum surprises * 0001-bmp_read_info_header-reject-bmp-files-with-biBitCoun.patch was applied upstream Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openjpeg: variable cleanupTrevor Woerner2018-05-291-3/+2
| | | | | | | | | | Reorder recipe variables according to: https://www.openembedded.org/wiki/Styleguide Originally-conceived-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openjpeg: rely on cmake.bbclass to put cmake package files in dev packageTrevor Woerner2018-05-291-2/+0
| | | | | | | | | | | | The cmake.bbclass in oe-core now ensures that ${libdir}/cmake and ${datadir}/cmake end up in the dev package, so recipes no longer need to provide custom packaging rules to handles these files. http://git.openembedded.org/openembedded-core/commit/?id=d91dc4666683a96e9d03cbbd21b8a546f9069c93 Originally-conceived-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openjpeg: upgrade to 2.2.0dengke.du@windriver.com2017-09-072-3/+36
| | | | | Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openjpeg: rename the download fileJackie Huang2016-11-231-1/+1
| | | | | | | Rename the download file to avoid collisions in DL_DIR. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openjpeg: uprev from 2.1.0 to 2.1.1Randy MacLeod2016-09-111-5/+5
| | | | | | | | | | | | | | | | | | | As the package maintainer said, this is mostly a release with: "the huge amount of critical bug fixes brought to the library since 2 years" The full list of bugs fixed and other changes is here: https://github.com/uclouvain/openjpeg/blob/openjpeg-2.1/CHANGELOG.md The homepage link was broken so that was fixed. The project also moved to github and does not appear to provide tarballs other than via github archives so the SRC_URI was updated. An explicit dependency on zlib was added even though cmake was finding the sysroot version. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openjpeg: pass correct libdir to cmakeYi Zhao2015-06-171-1/+2
| | | | | | | | | | | | | | | | | | | When MACHINE=qemux86-64 and enable multilib: ERROR: QA Issue: openjpeg: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libopenjp2.so /usr/lib/libopenjp2.so.2.1.0 /usr/lib/libopenjp2.so.7 /usr/lib/.debug /usr/lib/pkgconfig /usr/lib/.debug/libopenjp2.so.2.1.0 /usr/lib/pkgconfig/libopenjp2.pc Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. [installed-vs-shipped] Pass the correct libdir configuration option to cmake. Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
* openjpeg: initial add 2.1.0Andreas Müller2015-05-281-0/+18
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>