1.11.0
This commit is contained in:
parent
02680e7fa5
commit
c909ff83ab
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@ libvpx-0.9.1.tar.bz2
|
||||
/v1.9.0.tar.gz
|
||||
/v1.10.0-rc1.tar.gz
|
||||
/v1.10.0.tar.gz
|
||||
/v1.11.0.tar.gz
|
||||
|
13
libvpx.spec
13
libvpx.spec
@ -1,14 +1,13 @@
|
||||
%global somajor 6
|
||||
%global sominor 3
|
||||
%global somajor 7
|
||||
%global sominor 0
|
||||
%global sotiny 0
|
||||
%global soversion %{somajor}.%{sominor}.%{sotiny}
|
||||
|
||||
Name: libvpx
|
||||
Summary: VP8/VP9 Video Codec SDK
|
||||
Version: 1.10.0
|
||||
Release: 3%{?dist}
|
||||
Version: 1.11.0
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
#Source0: http://downloads.webmproject.org/releases/webm/%{name}-%{version}.tar.bz2
|
||||
Source0: https://github.com/webmproject/libvpx/archive/v%{version}.tar.gz
|
||||
Source1: vpx_config.h
|
||||
# Thanks to debian.
|
||||
@ -95,6 +94,7 @@ CROSS=armv7hl-redhat-linux-gnueabi- CHOST=armv7hl-redhat-linux-gnueabi-hardfloat
|
||||
--enable-vp9-decoder --enable-vp9-encoder \
|
||||
--enable-experimental \
|
||||
--enable-vp9-highbitdepth \
|
||||
--enable-debug \
|
||||
%if ! %{generic_target}
|
||||
--enable-shared \
|
||||
%endif
|
||||
@ -233,6 +233,9 @@ rm -rf %{buildroot}%{_prefix}/src
|
||||
%{_bindir}/*
|
||||
|
||||
%changelog
|
||||
* Thu Jan 27 2022 Tom Callaway <spot@fedoraproject.org> - 1.11.0-1
|
||||
- update to 1.11.0
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v1.10.0.tar.gz) = f88c588145b5164e98531b75215e119056cd806a9dbe6599bb9dab35c0af0ecd4b3daabee7d795e412a58aeb543d5c7dc0107457c4bd8f4d434e966e8e22a32d
|
||||
SHA512 (v1.11.0.tar.gz) = 7aa5d30afa956dccda60917fd82f6f9992944ca893437c8cd53a04d1b7a94e0210431954aa136594dc400340123cc166dcc855753e493c8d929667f4c42b65a5
|
||||
|
Loading…
Reference in New Issue
Block a user