diff --git a/baselibs.conf b/baselibs.conf index 7920bfe..3b0b49e 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1 @@ -libdav1d3 +libdav1d4 diff --git a/dav1d-0.5.2.tar.gz b/dav1d-0.5.2.tar.gz deleted file mode 100644 index f48469f..0000000 --- a/dav1d-0.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34180d4c48f65785242c3062b2e098d4c9388b384a8480a5466eb4e452dc4af9 -size 714668 diff --git a/dav1d-0.6.0.tar.gz b/dav1d-0.6.0.tar.gz new file mode 100644 index 0000000..b36c46b --- /dev/null +++ b/dav1d-0.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c3e831a93f074290a72aad5da907e3763ecb092325f0250a841927b3d30ce3 +size 784247 diff --git a/dav1d.changes b/dav1d.changes index 1985ea3..94da9f8 100644 --- a/dav1d.changes +++ b/dav1d.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Fri Mar 6 07:20:04 UTC 2020 - Luigi Baldoni + +- Update to version 0.6.0 + * New ARM64 optimizations for the 10/12bit depth: + + mc_avg, mc_w_avg, mc_mask + + mc_put/mc_prep 8tap/bilin + + mc_warp_8x8 + + mc_w_mask + + mc_blend + + wiener + + SGR + + loopfilter + + cdef + * New AVX-512 optimizations for prep_bilin, prep_8tap, + cdef_filter, mc_avg/w_avg/mask + * New SSSE3 optimizations for film grain + * New AVX2 optimizations for msac_adapt16 + * Fix rare mismatches against the reference decoder, notably + because of clipping + * Improvements on ARM64 on msac, cdef and looprestoration + optimizations + * Improvements on AVX2 optimizations for cdef_filter + * Improvements in the C version for itxfm, cdef_filter + +- Bump sover to 4 + ------------------------------------------------------------------- Wed Dec 4 19:03:37 UTC 2019 - Luigi Baldoni diff --git a/dav1d.spec b/dav1d.spec index 6bc00ca..53556b0 100644 --- a/dav1d.spec +++ b/dav1d.spec @@ -1,7 +1,7 @@ # # spec file for package dav1d # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,9 @@ # -%define sover 3 +%define sover 4 Name: dav1d -Version: 0.5.2 +Version: 0.6.0 Release: 0 Summary: An AV1 decoder License: BSD-2-Clause @@ -27,7 +27,7 @@ URL: https://code.videolan.org/videolan/dav1d Source0: https://code.videolan.org/videolan/dav1d/-/archive/%{version}/dav1d-%{version}.tar.gz Source99: baselibs.conf BuildRequires: meson >= 0.47.0 -BuildRequires: nasm +BuildRequires: nasm >= 2.14 BuildRequires: pkgconfig # necessary to meson BuildRequires: rpm >= 4.14