summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-libs/libjxl: Stabilize 0.7.0_pre20220329 arm64, #838505Sam James2022-04-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/libjxl: fix live ebuildDaniel Novomesky2022-04-211-10/+2
| | | | | | | | | | jxlinfo is now installed by default, it was promoted from examples to tools. Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Daniel Novomesky <dnovomesky@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/25132 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-libs/libjxl: Stabilize 0.7.0_pre20220329 x86, #838505Sam James2022-04-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/libjxl: Stabilize 0.7.0_pre20220329 amd64, #838505Sam James2022-04-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: metadata.xml: use https instead httpConrad Kostecki2022-04-181-1/+1
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* media-libs/libjxl: version bump to 20220329 snapshotDaniel Novomesky2022-04-043-4/+84
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/24807 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Daniel Novomesky <dnovomesky@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* media-libs/libjxl: Keyword 0.7.0_pre20220311 arm64, #836013Arthur Zamarin2022-04-021-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-libs/libjxl: Keyword 0.7.0_pre20220311 arm, #836013Arthur Zamarin2022-04-021-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-libs/libjxl: Keyword 0.7.0_pre20220311 ppc64, #836013Sam James2022-04-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/libjxl: Keyword 0.7.0_pre20220311 ppc, #836013Arthur Zamarin2022-03-311-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-libs/libjxl: Keyword 0.7.0_pre20220311 sparc, #836013Arthur Zamarin2022-03-311-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-libs/libjxl: rework atomic issue with upstream's solutionYixun Lan2022-03-303-41/+137
| | | | | | | | | | backport patch from libjxl upstream to fix the atomic issue, btw, we can safely drop this patch in next version bump. URL: https://github.com/libjxl/libjxl/pull/1166 Bug: https://bugs.gentoo.org/836125 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Yixun Lan <dlan@gentoo.org>
* media-libs/libjxl: Keyword 0.7.0_pre20220311 riscv, #836013Yixun Lan2022-03-281-1/+1
| | | | Signed-off-by: Yixun Lan <dlan@gentoo.org>
* media-libs/libjxl: use -pthread to fix missing atomic issueYixun Lan2022-03-272-0/+42
| | | | | | | | | | | | | | Due to there is no 1, 2byte atomic instruction in 64bit RISC-V hardware, the software layer have to emulate relavant function in atomic library Let's explicitly pass -pthread here to work around pthread builtin since glibc version 2.34 as the "-pthread" option will pull in libatomic for machines like RISC-V Closes: https://bugs.gentoo.org/836125 Upstream: https://github.com/libjxl/libjxl/issues/1283 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Yixun Lan <dlan@gentoo.org>
* media-libs/libjxl: add missing conditional dep to 9999Joonas Niilola2022-03-241-1/+4
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-libs/libjxl: add subslot bindersJoonas Niilola2022-03-242-16/+12
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-libs/libjxl: new package, moved from ::guruDaniel Novomesky2022-03-244-0/+193
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Daniel Novomesky <dnovomesky@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>