This commit is contained in:
Tom Callaway 2016-07-22 12:09:34 -04:00
parent 92c6695577
commit d239a4355a
3 changed files with 11 additions and 8 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ libvpx-0.9.1.tar.bz2
/libvpx-v1.3.0.tar.bz2
/v1.4.0.tar.gz
/libvpx-1.5.0.tar.bz2
/libvpx-1.6.0.tar.bz2

View File

@ -1,12 +1,12 @@
%global somajor 3
%global somajor 4
%global sominor 0
%global sotiny 0
%global soversion %{somajor}.%{sominor}.%{sotiny}
Name: libvpx
Summary: VP8 Video Codec SDK
Version: 1.5.0
Release: 4%{?dist}
Summary: VP8/VP9 Video Codec SDK
Version: 1.6.0
Release: 1%{?dist}
License: BSD
Group: System Environment/Libraries
Source0: http://downloads.webmproject.org/releases/webm/%{name}-%{version}.tar.bz2
@ -19,8 +19,8 @@ BuildRequires: yasm
BuildRequires: doxygen, php-cli, perl(Getopt::Long)
%description
libvpx provides the VP8 SDK, which allows you to integrate your applications
with the VP8 video codec, a high quality, royalty free, open source codec
libvpx provides the VP8/VP9 SDK, which allows you to integrate your applications
with the VP8 and VP9 video codecs, high quality, royalty free, open source codecs
deployed on millions of computers and devices worldwide.
%package devel
@ -81,7 +81,6 @@ CROSS=armv7hl-redhat-linux-gnueabi- CHOST=armv7hl-redhat-linux-gnueabi-hardfloat
%endif
--enable-pic --disable-install-srcs \
--enable-vp9-decoder --enable-vp9-encoder \
--enable-vp10-decoder --enable-vp10-encoder \
--enable-experimental --enable-spatial-svc \
%if ! %{generic_target}
--enable-shared \
@ -188,6 +187,9 @@ popd
%{_bindir}/*
%changelog
* Fri Jul 22 2016 Tom Callaway <spot@fedoraproject.org> - 1.6.0-1
- update to 1.6.0
* Wed Mar 16 2016 Tom Callaway <spot@fedoraproject.org> - 1.5.0-4
- disable generic_target conditional universally (bz1311125)

View File

@ -1 +1 @@
49e59dd184caa255886683facea56fca libvpx-1.5.0.tar.bz2
f95a176768a0e1bb4fe42742e27a41af libvpx-1.6.0.tar.bz2