!6 update to 1.1.0

From: @leeffo 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
This commit is contained in:
openeuler-ci-bot 2023-04-13 03:01:45 +00:00 committed by Gitee
commit 4f83ebb69a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 11 additions and 9 deletions

Binary file not shown.

BIN
dav1d-1.1.0.tar.bz2 Normal file

Binary file not shown.

View File

@ -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