summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-libs/openjpeg: Fix cross-compiling supportMatt Turner2023-07-141-0/+500
| | | | | | | Without these upstream patches, e.g. poppler fails to cross-compile against openjpeg. Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-libs/openjpeg: drop 2.4.0, 2.4.0-r1, 2.4.0-r2, 2.4.0-r3Andreas Sturmlechner2022-08-155-996/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-libs/openjpeg: cleanup patchSam James2022-05-231-15/+0
| | | | | Bug: https://bugs.gentoo.org/847013 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/openjpeg: fix GNUInstallDirs patchSam James2022-05-231-7/+26
| | | | | | | | - Fix install dir for CMake*Config (needs to be in a subdir) - Fix include path within those Closes: https://bugs.gentoo.org/847013 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/openjpeg: add 2.5.0-r1, fix includedirThomas Bracht Laumann Jespersen2022-05-231-2/+2
| | | | | | | | Bug: https://bugs.gentoo.org/694776 Closes: https://bugs.gentoo.org/847058 Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz> Closes: https://github.com/gentoo/gentoo/pull/25607 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/openjpeg: add link to upstream PR for patchSam James2022-05-221-3/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/openjpeg: add 2.5.0Thomas Bracht Laumann Jespersen2022-05-221-0/+299
| | | | | | | | | | | | | Also update to EAPI 8, and bump the test data to the latest commit possible. Drop all security patches from v2.4.0 as they are part of the upstream release. Closes: https://bugs.gentoo.org/844064 Bug: https://bugs.gentoo.org/783513 Bug: https://bugs.gentoo.org/484802 Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz> Closes: https://github.com/gentoo/gentoo/pull/25523 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/openjpeg: backport upstream fix for CVE-2021-29338Thomas Bracht Laumann Jespersen2022-04-242-0/+109
| | | | | | | | | | | The fix is split across two commits upstream, considered merging them but decided against it. Bug: https://bugs.gentoo.org/783513 Fixes: CVE-2021-29338 Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz> Closes: https://github.com/gentoo/gentoo/pull/25142 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-libs/openjpeg: Fix segfault, security bug 832007Thomas Bracht Laumann Jespersen2022-04-071-0/+17
| | | | | | | | See: https://github.com/uclouvain/openjpeg/commit/0afbdcf3e6d0d2bd2e16a0c4d513ee3cf86e460d Bug: https://bugs.gentoo.org/832007 Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz> Closes: https://github.com/gentoo/gentoo/pull/24822 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/openjpeg: Fix mandir and docdir for generated pkgconfigThomas Bracht Laumann Jespersen2022-02-031-0/+435
| | | | | | | | | | | | | | | | | | | | | | | | | Update the patch to remove the ${prefix} variable from mandir and docdir as it results in incorrect paths. Before: $ pkg-config --variable=docdir libopenjp2 /usr//usr/share/doc/openjpeg-2.4.0 $ pkg-config --variable=mandir libopenjp2 /usr//usr/share/man and after: $ pkg-config --variable=docdir libopenjp2 /usr/share/doc/openjpeg-2.4.0-r1 $ pkg-config --variable=mandir libopenjp2 /usr/share/man Bug: https://bugs.gentoo.org/694776 Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz> Package-Manager: Portage-3.0.28, Repoman-3.0.3 Closes: https://github.com/gentoo/gentoo/pull/24000 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/openjpeg: security cleanupSam James2021-02-114-777/+0
| | | | | | Bug: https://bugs.gentoo.org/718918 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/openjpeg: fix email in patchSam James2021-01-181-1/+1
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/openjpeg: fix install locations patchSam James2020-12-291-5/+20
| | | | | | Closes: https://bugs.gentoo.org/762373 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/openjpeg: security bump to 2.4.0Sam James2020-12-291-0/+420
| | | | | | | | | | Bug: https://bugs.gentoo.org/675426 Bug: https://bugs.gentoo.org/718918 Closes: https://bugs.gentoo.org/715306 Closes: https://bugs.gentoo.org/715422 Closes: https://bugs.gentoo.org/715130 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/openjpeg: fix tests with tiff-4.1+Thomas Deutschmann2020-03-251-0/+210
| | | | | Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* media-libs/openjpeg: Patch CVEs in SLOT:2Sam James (sam_c)2020-03-252-0/+72
| | | | | | | | | Uses upstream patches to fix CVE-2020-6851, CVE-2020-8112. Bug: https://bugs.gentoo.org/707926 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Closes: https://github.com/gentoo/gentoo/pull/15049 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* media-libs/openjpeg: remove unused patchesMichael Mair-Keimberger2019-10-122-524/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12761 Signed-off-by: David Seifert <soap@gentoo.org>
* media-libs/openjpeg: Bump to version 2.3.1Lars Wendler2019-04-111-0/+495
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* media-libs/openjpeg: Use GNUInstallDirsAndreas Sturmlechner2018-11-031-0/+501
| | | | | | | | Patches pending upstream: https://github.com/uclouvain/openjpeg/pull/1165 Bug: https://bugs.gentoo.org/667150 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* media-libs/openjpeg: Fix USE static-libsAndreas Sturmlechner2018-11-031-0/+23
| | | | | | | Bug: https://bugs.gentoo.org/634144 Bug: https://bugs.gentoo.org/650322 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* media-libs/openjpeg: remove unused patchesMichael Mair-Keimberger (asterix)2016-12-293-61/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/3224
* proj/gentoo: Initial commitRobin H. Johnson2015-08-083-0/+61
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed