update to 1.3.0 due to extreme slow performance of VP8 encoder

This commit is contained in:
Tom Callaway 2014-02-11 11:30:43 -05:00
parent 649ecda8fd
commit 054087324d
3 changed files with 7 additions and 11 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
400d7c940c5f9d394893d42ae5f463e6 libvpx-v1.2.0.tar.bz2
14783a148872f2d08629ff7c694eb31f libvpx-v1.3.0.tar.bz2