From: @leeffo Reviewed-by: @weidongkl Signed-off-by: @weidongkl
This commit is contained in:
commit
46f19111f9
BIN
dav1d-0.5.2.tar.bz2
Normal file
BIN
dav1d-0.5.2.tar.bz2
Normal file
Binary file not shown.
Binary file not shown.
20
dav1d.spec
20
dav1d.spec
@ -1,16 +1,14 @@
|
|||||||
Name: dav1d
|
Name: dav1d
|
||||||
Version: 1.1.0
|
Version: 0.5.2
|
||||||
Release: 1
|
Release: 3
|
||||||
Summary: AV1 cross-platform Decoder
|
Summary: AV1 cross-platform Decoder
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://code.videolan.org/videolan/dav1d
|
URL: https://code.videolan.org/videolan/dav1d
|
||||||
Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.bz2
|
Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
BuildRequires: gcc doxygen
|
BuildRequires: gcc nasm doxygen
|
||||||
BuildRequires: nasm >= 2.14
|
BuildRequires: meson >= 0.47.0
|
||||||
BuildRequires: meson >= 0.49.0
|
|
||||||
BuildRequires: pkgconfig(libxxhash)
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
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
|
||||||
@ -33,8 +31,10 @@ Development files for dav1d, the AV1 cross-platform Decoder.
|
|||||||
%autosetup -p1 -n %{name}-%{version}
|
%autosetup -p1 -n %{name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson
|
%meson --buildtype=release
|
||||||
|
|
||||||
%meson_build
|
%meson_build
|
||||||
|
%ninja_build -C %{_vpath_builddir} doc/html
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
@ -49,17 +49,15 @@ Development files for dav1d, the AV1 cross-platform Decoder.
|
|||||||
|
|
||||||
%files -n libdav1d
|
%files -n libdav1d
|
||||||
%license COPYING doc/PATENTS
|
%license COPYING doc/PATENTS
|
||||||
%{_libdir}/libdav1d.so.6*
|
%{_libdir}/libdav1d.so.3*
|
||||||
|
|
||||||
%files -n libdav1d-devel
|
%files -n libdav1d-devel
|
||||||
|
%doc %{_host_alias}/doc/html
|
||||||
%{_includedir}/%{name}
|
%{_includedir}/%{name}
|
||||||
%{_libdir}/libdav1d.so
|
%{_libdir}/libdav1d.so
|
||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jun 20 2022 zhangfan <zhangfan4@kylinos.cn> - 0.5.2-3
|
||||||
- Update Source0
|
- Update Source0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user