update to 1.2.0
This commit is contained in:
parent
f41e1063db
commit
b98135135d
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ libvpx-0.9.1.tar.bz2
|
|||||||
/libvpx-v0.9.7-p1.tar.bz2
|
/libvpx-v0.9.7-p1.tar.bz2
|
||||||
/libvpx-v1.0.0.tar.bz2
|
/libvpx-v1.0.0.tar.bz2
|
||||||
/libvpx-v1.1.0.tar.bz2
|
/libvpx-v1.1.0.tar.bz2
|
||||||
|
/libvpx-v1.2.0.tar.bz2
|
||||||
|
17
libvpx.spec
17
libvpx.spec
@ -1,18 +1,25 @@
|
|||||||
%global majorver 1
|
%global majorver 1
|
||||||
%global minorver 1
|
%global minorver 2
|
||||||
%global tinyver 0
|
%global tinyver 0
|
||||||
|
|
||||||
Name: libvpx
|
Name: libvpx
|
||||||
Summary: VP8 Video Codec SDK
|
Summary: VP8 Video Codec SDK
|
||||||
Version: %{majorver}.%{minorver}.%{tinyver}
|
Version: %{majorver}.%{minorver}.%{tinyver}
|
||||||
%global soversion %{version}
|
%global soversion %{version}
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: System Environment/Libraries
|
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
|
Source0: http://webm.googlecode.com/files/%{name}-v%{version}.tar.bz2
|
||||||
# Thanks to debian.
|
# Thanks to debian.
|
||||||
Source2: libvpx.ver
|
Source2: libvpx.ver
|
||||||
Patch0: libvpx-v1.1.0-pcfix.patch
|
|
||||||
URL: http://www.webmproject.org/tools/vp8-sdk/
|
URL: http://www.webmproject.org/tools/vp8-sdk/
|
||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
BuildRequires: yasm
|
BuildRequires: yasm
|
||||||
@ -44,7 +51,6 @@ and decoder.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-v%{version}
|
%setup -q -n %{name}-v%{version}
|
||||||
%patch0 -p1 -b .pcfix
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch %{ix86}
|
%ifarch %{ix86}
|
||||||
@ -147,6 +153,9 @@ popd
|
|||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 28 2013 Tom Callaway <spot@fedoraproject.org> - 1.2.0-1
|
||||||
|
- update to 1.2.0
|
||||||
|
|
||||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-3
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user