forked from pool/libjxl
Jan Engelhardt
f49d0a86d8
OBS-URL: https://build.opensuse.org/package/show/graphics/libjxl?expand=0&rev=36
132 lines
5.4 KiB
Plaintext
132 lines
5.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Feb 7 12:16:34 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 0.9.2
|
|
* Fixed some unspecified bugs in the gdk-pixbuf plugin
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 3 05:11:31 UTC 2024 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
|
|
|
- Remove cjxl/djxl manpages from gtk flavor installation, these
|
|
are part of the tools subpackage from the main flavor.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 22 15:54:38 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 0.9
|
|
* Encoder API:
|
|
* Add JxlEncoderSetExtraChannelDistance to adjust the quality
|
|
of extra channels (like alpha) separately.
|
|
* New API functions for streaming encoding.
|
|
* New options for more fine-grained control over metadata
|
|
preservation when using JxlEncoderAddJPEGFrame.
|
|
* New function JxlEncoderSetUpsamplingMode to change the
|
|
upsampling method, e.g. to use nearest-neighbor upsampling
|
|
for pixel art.
|
|
* New function JxlEncoderDistanceFromQuality for convenience to
|
|
calculate a distance given a quality.
|
|
* Decoder API: Implemented JxlDecoderSetOutputColorProfile and
|
|
JxlDecoderSetCms to enable decoding to desired colorspace.
|
|
* Deprecated functions removed from encoder and decoder APIs.
|
|
* Command-line tools:
|
|
* cjxl can now be used to explicitly add/update/strip
|
|
Exif/XMP/JUMBF metadata using the decoder-hints syntax, e.g.
|
|
cjxl input.ppm -x exif=input.exif output.jxl
|
|
* djxl can now be used to extract Exif/XMP/JUMBF metadata.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 21 13:34:05 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Switch from LCMS to SKCMS: libjxl core can use either, but
|
|
plugins can only use SKCMS. Exercising two CMS simultaneously
|
|
also is silly. Delete 0001-Remove-LCMS-mutex.patch .
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 16 06:58:55 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Build plugins:
|
|
* Add _service file to generate skcms tarball (needed to build
|
|
plugins).
|
|
* Add skcms tarball as source and copy extracted dir to
|
|
./third_party/ so cmake can find it.
|
|
* Split out new packages:
|
|
* gdk-pixbuf-loader-jxl: Pixbuf loader for supported apps.
|
|
* gimp-plugin-jxl: Plugin to allow gimp to work with JPEG XL
|
|
files.
|
|
* jxl-thumbnailer: Thumbnailer and mime files to allow
|
|
generating thumbnails for JPEG XL files.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 14 13:00:09 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 0.8.2
|
|
* Fix an integer underflow bug in patch decoding.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 9 08:16:39 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
|
|
|
- Build package in correct phase
|
|
- Use macros for ldconfig
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 17 07:36:23 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Refresh 0001-Remove-LCMS-mutex.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 10 08:14:35 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- build glibc hwcaps optimized overlay
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 5 14:16:53 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 0.8.1
|
|
* Allow fast-lossless for 16-bit float input
|
|
* Fix OOB read in exif.h
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Add patch (applied reversed) to revert the requirement for an
|
|
updated liblcms2 library when we have an older one. This allows
|
|
libjxl to build in SLE15 SP4/SP5 (and Leap 15.4/15.5):
|
|
* 0001-Remove-LCMS-mutex.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 15 11:32:45 UTC 2022 - Simon Vogl <simon.vogl@gmx.net>
|
|
|
|
- Added missing baselibs.conf so that 32bit library packages
|
|
become available
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 22 07:03:57 UTC 2022 - Enrico Belleri <idesmi@protonmail.com>
|
|
|
|
- Update to 0.7.0:
|
|
* new functions for retrieving associated alpha channel with
|
|
premultiplied or unpremultiplied colors, for blending
|
|
information for extra channels in the non-coalesced case, for
|
|
getting the intended downsampling ratio of progressive steps,
|
|
for disabling rendering of spot colors.
|
|
* Added ability to add metadata boxes, to set several encoder
|
|
options, to check required codestream compatibility level,
|
|
for force-emitting the box-based container format, to store
|
|
JPEG metadata for lossless reconstruction, to encode
|
|
arbitrary extra channels.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 23 14:33:36 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Initial package (version 0.7~779.f5d6e29) build.opensuse.org
|