diff --git a/dav1d-0.5.2.tar.bz2 b/dav1d-0.5.2.tar.bz2 deleted file mode 100644 index a0a595616c08786d6ebbacc62807b729d17e579a..0000000000000000000000000000000000000000 Binary files a/dav1d-0.5.2.tar.bz2 and /dev/null differ diff --git a/dav1d-1.1.0.tar.bz2 b/dav1d-1.1.0.tar.bz2 new file mode 100644 index 0000000000000000000000000000000000000000..ca305172953bd3befe7e3d9624ca0854bd5de5f1 Binary files /dev/null and b/dav1d-1.1.0.tar.bz2 differ diff --git a/dav1d.spec b/dav1d.spec index 6bf444abd1d166f4693a70253f3c892f35ae39f3..a2c1200870d69c0f93b600912ab1314d63e62d22 100644 --- a/dav1d.spec +++ b/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 - 1.1.0-1 +- update to 1.1.0 + * Mon Jun 20 2022 zhangfan - 0.5.2-3 - Update Source0