From 5056fc4ae56905c0d3c774aa60e010a95b0b5ab4c8e4f2226e0bfe609aa58889 Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Fri, 18 Mar 2022 16:34:05 +0000 Subject: [PATCH] Accepting request 962892 from home:alois:branches:multimedia:libs - Update to version 1.0.0 * Automatic thread management. * Add support for AVX-512 acceleration. * x86 code speedup (from SSE2 to AVX2). * New grain API to ease acceleration on the GPU. * New API call to get information of which frame failed to decode, in error cases. * Numerous small bug fixes. - Bump soversion to 6 OBS-URL: https://build.opensuse.org/request/show/962892 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dav1d?expand=0&rev=50 --- baselibs.conf | 2 +- dav1d-0.9.2.tar.gz | 3 --- dav1d-1.0.0.tar.gz | 3 +++ dav1d.changes | 13 +++++++++++++ dav1d.spec | 6 +++--- 5 files changed, 20 insertions(+), 7 deletions(-) delete mode 100644 dav1d-0.9.2.tar.gz create mode 100644 dav1d-1.0.0.tar.gz diff --git a/baselibs.conf b/baselibs.conf index 04dbf34..52d3852 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1 @@ -libdav1d5 +libdav1d6 diff --git a/dav1d-0.9.2.tar.gz b/dav1d-0.9.2.tar.gz deleted file mode 100644 index 4f8faa1..0000000 --- a/dav1d-0.9.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59a5fc9cc5d8ea780ad71ede6d589ed33fb5179d87780dcf80a00ee854952935 -size 1185148 diff --git a/dav1d-1.0.0.tar.gz b/dav1d-1.0.0.tar.gz new file mode 100644 index 0000000..caa9111 --- /dev/null +++ b/dav1d-1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:047b8229511a82b5718a1d34c86c067b078efd02f602986d2ed09b23182ec136 +size 1372928 diff --git a/dav1d.changes b/dav1d.changes index 6dedec0..b06460a 100644 --- a/dav1d.changes +++ b/dav1d.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Mar 18 16:02:49 UTC 2022 - Luigi Baldoni + +- Update to version 1.0.0 + * Automatic thread management. + * Add support for AVX-512 acceleration. + * x86 code speedup (from SSE2 to AVX2). + * New grain API to ease acceleration on the GPU. + * New API call to get information of which frame failed to + decode, in error cases. + * Numerous small bug fixes. +- Bump soversion to 6 + ------------------------------------------------------------------- Fri Sep 3 17:07:36 UTC 2021 - Luigi Baldoni diff --git a/dav1d.spec b/dav1d.spec index a3927f2..f56920c 100644 --- a/dav1d.spec +++ b/dav1d.spec @@ -1,7 +1,7 @@ # # spec file for package dav1d # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,9 +17,9 @@ %define _lto_cflags %{nil} -%define sover 5 +%define sover 6 Name: dav1d -Version: 0.9.2 +Version: 1.0.0 Release: 0 Summary: An AV1 decoder License: BSD-2-Clause