From 054087324d7f482bc9f34c085af2e8a9f0939b88 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Tue, 11 Feb 2014 11:30:43 -0500 Subject: [PATCH] update to 1.3.0 due to extreme slow performance of VP8 encoder --- .gitignore | 1 + libvpx.spec | 15 +++++---------- sources | 2 +- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 174400e..0330765 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/libvpx.spec b/libvpx.spec index 5164805..cba6c84 100644 --- a/libvpx.spec +++ b/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 - 1.3.0-1 +- update to 1.3.0 + * Sat Aug 03 2013 Fedora Release Engineering - 1.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index fec9a61..7d4b23f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -400d7c940c5f9d394893d42ae5f463e6 libvpx-v1.2.0.tar.bz2 +14783a148872f2d08629ff7c694eb31f libvpx-v1.3.0.tar.bz2