|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: dav1d
|
|
|
|
Name: dav1d
|
|
|
|
Version: 1.4.0
|
|
|
|
Version: 1.4.3
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: AV1 cross-platform Decoder
|
|
|
|
Summary: AV1 cross-platform Decoder
|
|
|
|
|
|
|
|
|
|
|
@ -7,7 +7,7 @@ Summary: AV1 cross-platform Decoder
|
|
|
|
# tools/compat/getopt.c is ISC
|
|
|
|
# tools/compat/getopt.c is ISC
|
|
|
|
License: BSD-2-Clause AND ISC
|
|
|
|
License: BSD-2-Clause AND ISC
|
|
|
|
URL: https://code.videolan.org/videolan/dav1d
|
|
|
|
URL: https://code.videolan.org/videolan/dav1d
|
|
|
|
Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.bz2
|
|
|
|
Source: %{url}/-/archive/%{version}/%{name}-%{version}.tar.bz2
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: nasm >= 2.14
|
|
|
|
BuildRequires: nasm >= 2.14
|
|
|
@ -20,13 +20,13 @@ Requires: libdav1d%{?_isa} = %{version}-%{release}
|
|
|
|
dav1d is a new AV1 cross-platform Decoder, open-source, and focused on speed
|
|
|
|
dav1d is a new AV1 cross-platform Decoder, open-source, and focused on speed
|
|
|
|
and correctness.
|
|
|
|
and correctness.
|
|
|
|
|
|
|
|
|
|
|
|
%package -n libdav1d
|
|
|
|
%package -n libdav1d
|
|
|
|
Summary: Library files for dav1d
|
|
|
|
Summary: Library files for dav1d
|
|
|
|
|
|
|
|
|
|
|
|
%description -n libdav1d
|
|
|
|
%description -n libdav1d
|
|
|
|
Library files for dav1d, the AV1 cross-platform Decoder.
|
|
|
|
Library files for dav1d, the AV1 cross-platform Decoder.
|
|
|
|
|
|
|
|
|
|
|
|
%package -n libdav1d-devel
|
|
|
|
%package -n libdav1d-devel
|
|
|
|
Summary: Development files for dav1d
|
|
|
|
Summary: Development files for dav1d
|
|
|
|
Requires: libdav1d%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: libdav1d%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|