68 lines
2.7 KiB
Plaintext
68 lines
2.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Sep 17 19:07:12 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Drop gdk-pixbuf-thumbnailer Requires: only needed for directory
|
|
ownership (and deprecated).
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 6 01:36:36 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
|
|
|
- Enable tests
|
|
- Update to 0.2.7:
|
|
* Fixes prepare/Update signal emitions and support for 0ms frames
|
|
- Updates from 0.2.6:
|
|
* meson.build file had >1.3.2 rather than >=1.3.2 as the required
|
|
version for libwebp
|
|
- Updates from 0.2.5:
|
|
* libwebp 1.3.2 onwards is a requirement now due to security
|
|
vulnerability in libwebp
|
|
- Updates from 0.2.4:
|
|
* Improves gdk_pixbuf_get_file_info performance by not doing any
|
|
allocations.
|
|
- Updates from 0.2.3:
|
|
* fix crash when jpeg is named as .webp
|
|
- Updates from 0.2.2:
|
|
* adds ICC profile data read support, when a webp file includes
|
|
ICC data it embeds the data encoded as base64 into the
|
|
GdkPixbuf object as an option. The data can be retrieved using
|
|
gdk_pixbuf_get_option(pixbuf, "icc-profile");
|
|
- Updates from 0.2.1:
|
|
* Adds ICC profile support through the "icc-profile" property
|
|
encoded in base64 for all gdk_pixbuf_save operations
|
|
* Fixes a crash when NULL is passed to the GError** to save
|
|
operations
|
|
- Updates from 0.2.0:
|
|
* This release brings all the same features, improves testing,
|
|
does not require endian specific code, and has removed a memory
|
|
leak that was complicated to solve in the previous
|
|
implementation.
|
|
- Updates from 0.1.2:
|
|
* bring back save functionality
|
|
* tests: add save test and rework test infrastructure
|
|
- Updates from 0.1.1:
|
|
* simplify method naming and order implementations
|
|
* configure decoder output to write in pixbuf
|
|
- Updates from 0.1.0:
|
|
* Simplified implementation of both static and animated webp
|
|
implementation
|
|
* Fix: exchanging animation for static image leaks memory
|
|
- Updates from 0.0.7:
|
|
* meson improvements and BSD compatibility
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 24 09:16:47 UTC 2022 - Dingzhong Chen <wsxy162@gmail.com>
|
|
|
|
- Update to 0.0.6
|
|
- Changes since initial package version (0.0.3)
|
|
* Add initial GitHub Actions CI script
|
|
* meson: automatically detect gdk-pixbuf-query-loaders path on Debian
|
|
* io-webp.io: Fixes endianess bug while reading values from buffer
|
|
* Added checking return value of 2 function calls
|
|
* Fix crash when gdk_pixbuf_file_info is called on a webp file
|
|
* Adds animation support and adds macOS fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 7 22:33:48 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Initial package.
|