update to 1.3.0 due to extreme slow performance of VP8 encoder
This commit is contained in:
parent
649ecda8fd
commit
054087324d
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ libvpx-0.9.1.tar.bz2
|
||||
/libvpx-v1.0.0.tar.bz2
|
||||
/libvpx-v1.1.0.tar.bz2
|
||||
/libvpx-v1.2.0.tar.bz2
|
||||
/libvpx-v1.3.0.tar.bz2
|
||||
|
15
libvpx.spec
15
libvpx.spec
@ -1,22 +1,14 @@
|
||||
%global majorver 1
|
||||
%global minorver 2
|
||||
%global minorver 3
|
||||
%global tinyver 0
|
||||
|
||||
Name: libvpx
|
||||
Summary: VP8 Video Codec SDK
|
||||
Version: %{majorver}.%{minorver}.%{tinyver}
|
||||
%global soversion %{version}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
Group: System Environment/Libraries
|
||||
# Google forgot to make a 1.2.0 tarball, so I made one from the git tag.
|
||||
# git clone https://code.google.com/p/webm.libvpx/ libvpx
|
||||
# cd libvpx
|
||||
# git checkout v1.2.0
|
||||
# rm -rf .git*
|
||||
# cd ..
|
||||
# mv libvpx libvpx-v1.2.0
|
||||
# tar xvfj libvpx-v1.2.0.tar.bz2 libvpx-v1.2.0
|
||||
Source0: http://webm.googlecode.com/files/%{name}-v%{version}.tar.bz2
|
||||
# Thanks to debian.
|
||||
Source2: libvpx.ver
|
||||
@ -153,6 +145,9 @@ popd
|
||||
%{_bindir}/*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 11 2014 Tom Callaway <spot@fedoraproject.org> - 1.3.0-1
|
||||
- update to 1.3.0
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user