Compare commits
23 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e7e6e40316 | |||
| 701e1d1d6b | |||
|
|
afe3ff4c82 | ||
|
|
6f41353f31 | ||
| cf425785ec | |||
|
|
65dacef8a4 | ||
|
|
882026ed26 | ||
| 5c20cc34be | |||
|
|
1d85707ce0 | ||
| 03578b1080 | |||
|
|
ef9b82be79 | ||
| 07fc47b307 | |||
|
|
58450ba9b7 | ||
|
|
473738928e | ||
| 50723058e4 | |||
|
|
c5dd26d474 | ||
|
|
6a28c5af47 | ||
| 6dcd11f264 | |||
| dfb3903bf9 | |||
| fa4b349b3b | |||
| 60f2ca256e | |||
| 7fa6c7264b | |||
| e40c32417e |
Binary file not shown.
@@ -1,13 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 11 12:04:04 UTC 2026 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 0.11.2
|
||||
* Fix tile dimension in low memory rendering pipeline
|
||||
* Fix number of channels for gray-to-gray color transform
|
||||
[CVE-2026-1837]
|
||||
* djxl: reject decoding JXL files if "packed" representation size
|
||||
overflows size_t
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 22 17:29:34 UTC 2025 - Michael Gorse <mgorse@suse.com>
|
||||
|
||||
|
||||
17
libjxl.spec
17
libjxl.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libjxl
|
||||
# spec file for package libjxl-gtk
|
||||
#
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -24,7 +24,7 @@ Name: libjxl-gtk
|
||||
Name: libjxl
|
||||
%bcond_with gtk
|
||||
%endif
|
||||
Version: 0.11.2
|
||||
Version: 0.11.1
|
||||
Release: 0
|
||||
Summary: JPEG XL reference implementation
|
||||
License: BSD-3-Clause
|
||||
@@ -32,10 +32,7 @@ URL: https://jpegxl.info/
|
||||
#Git-Clone: https://github.com/libjxl/libjxl
|
||||
Source: https://github.com/libjxl/libjxl/archive/refs/tags/v%version.tar.gz
|
||||
Source1: baselibs.conf
|
||||
# `git ls-tree <jxl_tag> third_party/skcms` gives the SKCMS revision needed for a particular libjxl release
|
||||
%define skcms_commit b2e692629c1fb19342517d7fb61f1cf83d075492
|
||||
#changes-too-damn-often: https://skia.googlesource.com/skcms/+archive/%skcms_commit.tar.gz
|
||||
Source2: %skcms_commit.tar.gz
|
||||
Source2: skcms.tar
|
||||
Patch1: system-jpeg.diff
|
||||
BuildRequires: asciidoc
|
||||
BuildRequires: c++_compiler
|
||||
@@ -114,10 +111,8 @@ This package provides a thumbnailer to render for JPEG XL file thumbnails,
|
||||
for example, on file-browsers.
|
||||
|
||||
%prep
|
||||
%autosetup -n libjxl-%version -p1
|
||||
# can't use %%autosetup -a2 because archive has no leading path
|
||||
mkdir -p third_party/skcms/
|
||||
tar -xf %{SOURCE2} -C third_party/skcms/
|
||||
%autosetup -n libjxl-%version -a2 -p1
|
||||
mv skcms third_party/
|
||||
|
||||
%build
|
||||
%if 0%{?sle_version} == 150700
|
||||
|
||||
3
skcms.tar
Normal file
3
skcms.tar
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8335d994cd09b5a8456e6cd9f3ac94933337925aa918d525d91ee0ef4b732212
|
||||
size 14899200
|
||||
BIN
v0.11.1.tar.gz
LFS
Normal file
BIN
v0.11.1.tar.gz
LFS
Normal file
Binary file not shown.
BIN
v0.11.2.tar.gz
LFS
BIN
v0.11.2.tar.gz
LFS
Binary file not shown.
Reference in New Issue
Block a user