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