Accepting request 1059421 from graphics
- Update to release 0.8 OBS-URL: https://build.opensuse.org/request/show/1059421 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjxl?expand=0&rev=5
This commit is contained in:
commit
9c8a8da49c
@ -1 +1 @@
|
|||||||
libjxl0_7
|
libjxl0_8
|
||||||
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 18 15:13:51 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 0.8
|
||||||
|
* API: new function JxlDecoderSetImageBitDepth and
|
||||||
|
JxlEncoderSetFrameBitDepth to set the bit depth of buffers.
|
||||||
|
* encoder API: add an effort 10 option for lossless
|
||||||
|
compression; using this setting requires calling
|
||||||
|
JxlEncoderAllowExpertOptions.
|
||||||
|
- Enable PNG utilities [boo#1205107]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 19 12:35:30 UTC 2022 - Antonio Larrosa <alarrosa@suse.com>
|
Mon Dec 19 12:35:30 UTC 2022 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libjxl
|
# spec file for package libjxl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libjxl
|
Name: libjxl
|
||||||
%define lname libjxl0_7
|
%define lname libjxl0_8
|
||||||
Version: 0.7.0
|
Version: 0.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: JPEG XL reference implementation
|
Summary: JPEG XL reference implementation
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -35,6 +35,8 @@ BuildRequires: pkgconfig(libbrotlicommon)
|
|||||||
BuildRequires: pkgconfig(libbrotlidec)
|
BuildRequires: pkgconfig(libbrotlidec)
|
||||||
BuildRequires: pkgconfig(libbrotlienc)
|
BuildRequires: pkgconfig(libbrotlienc)
|
||||||
BuildRequires: pkgconfig(libhwy) >= 1.0
|
BuildRequires: pkgconfig(libhwy) >= 1.0
|
||||||
|
BuildRequires: pkgconfig(libjpeg)
|
||||||
|
BuildRequires: pkgconfig(libpng)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
JPEG XL is a raster-graphics file format that supports both lossy and
|
JPEG XL is a raster-graphics file format that supports both lossy and
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3114bba1fabb36f6f4adc2632717209aa6f84077bc4e93b420e0d63fa0455c5e
|
|
||||||
size 1505917
|
|
3
v0.8.0.tar.gz
Normal file
3
v0.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6b4c140c1738acbed6b7d22858e0526373f0e9938e3f6c0a6b8943189195aad1
|
||||||
|
size 1611824
|
Loading…
Reference in New Issue
Block a user