Accepting request 1158687 from home:dirkmueller:Factory
- update to 1.0.4: * AVIF_ENABLE_WERROR is set to OFF by default. * Fix wrong alpha plane deallocation when decoded tile pixel format does not match reconstructed output image pixel format * Fix identical chunk skipping optimization when writing animation data * Fix ID selection for artificial grid alpha item when decoding a grid of tiles which each have an associated auxiliary alpha image item (https://crbug.com/oss-fuzz/65657). - Remove unused BuildRequires on nasm upstream change. OBS-URL: https://build.opensuse.org/request/show/1158687 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=58
This commit is contained in:
parent
90ed2f1655
commit
999fa6e910
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35e3cb3cd7158209dcc31d3bf222036de5b9597e368a90e18449ecc89bb86a19
|
||||
size 10573846
|
3
libavif-1.0.4.tar.gz
Normal file
3
libavif-1.0.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc56708c83a4b934a8af2b78f67f866ba2fb568605c7cf94312acf51ee57d146
|
||||
size 10575992
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 17 09:23:56 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.0.4:
|
||||
* AVIF_ENABLE_WERROR is set to OFF by default.
|
||||
* Fix wrong alpha plane deallocation when decoded tile pixel
|
||||
format does not match reconstructed output image pixel format
|
||||
* Fix identical chunk skipping optimization when writing
|
||||
animation data
|
||||
* Fix ID selection for artificial grid alpha item when decoding
|
||||
a grid of tiles which each have an associated auxiliary alpha
|
||||
image item (https://crbug.com/oss-fuzz/65657).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 21 09:27:03 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
@ -91,10 +104,10 @@ Mon Nov 14 11:41:20 UTC 2022 - ecsos <ecsos@opensuse.org>
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 27 19:02:16 UTC 2022 - Cristian Rodríguez <crrodriguez@opensuse.org>
|
||||
|
||||
- Remove unused BuildRequires on nasm
|
||||
- Remove unused BuildRequires on nasm
|
||||
- Remove indirect/incorrect Buildrequires on zlib
|
||||
- add direct glib Buildrequires
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 15 12:28:59 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
@ -190,7 +203,7 @@ Sat Oct 15 12:28:59 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
- The avifCodecConfigurationBox struct becomes a private type
|
||||
for libavif internal use
|
||||
- Bump lib_soversion global (also in baselibs.conf) to 15 following
|
||||
upstream change.
|
||||
upstream change.
|
||||
- Use ldconfig_scriptlets for post(un) handling.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libavif
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# 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
|
||||
@ -27,7 +27,7 @@
|
||||
%bcond_with yuv
|
||||
%endif
|
||||
Name: libavif
|
||||
Version: 1.0.3
|
||||
Version: 1.0.4
|
||||
Release: 0
|
||||
Summary: Library for encoding and decoding .avif files
|
||||
License: BSD-2-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user