update to 1.1.0
This commit is contained in:
parent
3d885b2670
commit
a586d5f11d
Binary file not shown.
BIN
dav1d-1.1.0.tar.bz2
Normal file
BIN
dav1d-1.1.0.tar.bz2
Normal file
Binary file not shown.
20
dav1d.spec
20
dav1d.spec
@ -1,14 +1,16 @@
|
||||
Name: dav1d
|
||||
Version: 0.5.2
|
||||
Release: 3
|
||||
Version: 1.1.0
|
||||
Release: 1
|
||||
Summary: AV1 cross-platform Decoder
|
||||
|
||||
License: BSD
|
||||
URL: https://code.videolan.org/videolan/dav1d
|
||||
Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: gcc nasm doxygen
|
||||
BuildRequires: meson >= 0.47.0
|
||||
BuildRequires: gcc doxygen
|
||||
BuildRequires: nasm >= 2.14
|
||||
BuildRequires: meson >= 0.49.0
|
||||
BuildRequires: pkgconfig(libxxhash)
|
||||
|
||||
%description
|
||||
dav1d is a new AV1 cross-platform Decoder, open-source, and focused on speed
|
||||
@ -31,10 +33,8 @@ Development files for dav1d, the AV1 cross-platform Decoder.
|
||||
%autosetup -p1 -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
%meson --buildtype=release
|
||||
|
||||
%meson
|
||||
%meson_build
|
||||
%ninja_build -C %{_vpath_builddir} doc/html
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
@ -49,15 +49,17 @@ Development files for dav1d, the AV1 cross-platform Decoder.
|
||||
|
||||
%files -n libdav1d
|
||||
%license COPYING doc/PATENTS
|
||||
%{_libdir}/libdav1d.so.3*
|
||||
%{_libdir}/libdav1d.so.6*
|
||||
|
||||
%files -n libdav1d-devel
|
||||
%doc %{_host_alias}/doc/html
|
||||
%{_includedir}/%{name}
|
||||
%{_libdir}/libdav1d.so
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
|
||||
%changelog
|
||||
* Wed Apr 12 2023 liweiganga <liweiganga@uniontech.com> - 1.1.0-1
|
||||
- update to 1.1.0
|
||||
|
||||
* Mon Jun 20 2022 zhangfan <zhangfan4@kylinos.cn> - 0.5.2-3
|
||||
- Update Source0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user