diff --git a/libvpx.spec b/libvpx.spec index a9203b4959402cc07bf7da30d4143ad199cf87cd..0129a377f32700465e197a4d601b87c6aa4b8c34 100644 --- a/libvpx.spec +++ b/libvpx.spec @@ -1,9 +1,9 @@ Name: libvpx -Version: 1.7.0 -Release: 8 +Version: 1.11.0 +Release: 1 Summary: VP8/VP9 Video Codec SDK License: BSD -Source0: https://github.com/webmproject/libvpx/archive/v%{version}.tar.gz +Source0: https://github.com/webmproject/libvpx/archive/refs/tags/v%{version}.tar.gz URL: http://www.webmproject.org/code/ BuildRequires: gcc gcc-c++ doxygen, php-cli, perl(Getopt::Long) %ifarch x86_64 @@ -39,7 +39,7 @@ Development libraries and headers for developing software against libvpx. ./configure --target=%{vpxtarget} \ --enable-pic --disable-install-srcs --enable-vp9-decoder \ ---enable-vp9-encoder --enable-experimental --enable-spatial-svc \ +--enable-vp9-encoder --enable-experimental \ --enable-vp9-highbitdepth --enable-shared --enable-install-srcs \ --prefix=%{_prefix} --libdir=%{_libdir} --size-limit=16384x16384 @@ -102,6 +102,9 @@ mv %{buildroot}%{_prefix}/src/vpx_scale %{buildroot}%{_includedir}/ %{_libdir}/libvpx.so %changelog +* Sun Aug 14 2022 tianlijing - 1.11.0-1 +- update to 1.11.0 + * Fri Nov 08 2019 Lijin Yang -1.7.0-8 - Pakcage init diff --git a/v1.11.0.tar.gz b/v1.11.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f4adf2bd0656d6224caf2b36e8379bad1ce13a85 Binary files /dev/null and b/v1.11.0.tar.gz differ diff --git a/v1.7.0.tar.gz b/v1.7.0.tar.gz deleted file mode 100644 index 5147d664a6543a9e59542fb6c47584a3c09c671e..0000000000000000000000000000000000000000 Binary files a/v1.7.0.tar.gz and /dev/null differ