update to 1.4.0 [release 1.4.0-1mamba;Thu Apr 30 2015]
This commit is contained in:
parent
6457a32977
commit
7d19f0621a
15
libvpx.spec
15
libvpx.spec
@ -5,7 +5,7 @@
|
|||||||
%define vpxtarget x86_64-linux-gcc
|
%define vpxtarget x86_64-linux-gcc
|
||||||
%else
|
%else
|
||||||
%ifarch arm
|
%ifarch arm
|
||||||
%define vpxtarget armv5te-linux-gcc
|
%define vpxtarget armv6-linux-gcc
|
||||||
%else
|
%else
|
||||||
%define vpxtarget generic-gnu
|
%define vpxtarget generic-gnu
|
||||||
%endif
|
%endif
|
||||||
@ -16,7 +16,7 @@
|
|||||||
%define major %(echo %version | cut -d. -f -1)
|
%define major %(echo %version | cut -d. -f -1)
|
||||||
|
|
||||||
Name: libvpx
|
Name: libvpx
|
||||||
Version: 1.3.0
|
Version: 1.4.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: VP8 Video Codec SDK
|
Summary: VP8 Video Codec SDK
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -24,7 +24,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://code.google.com/p/webm
|
URL: https://code.google.com/p/webm
|
||||||
Source0: https://webm.googlecode.com/files/libvpx-v%{version}.tar.bz2
|
Source0: http://storage.googleapis.com/downloads.webmproject.org/releases/webm/libvpx-%{version}.tar.bz2
|
||||||
Source1: libvpx.pc
|
Source1: libvpx.pc
|
||||||
# from debian
|
# from debian
|
||||||
Source2: libvpx.ver
|
Source2: libvpx.ver
|
||||||
@ -76,7 +76,7 @@ libvpx - VP8 Video Codec SDK.
|
|||||||
This package contains libvpx API documentation.
|
This package contains libvpx API documentation.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-v%{version}
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CROSS=%{_host}- \
|
CROSS=%{_host}- \
|
||||||
@ -122,8 +122,8 @@ chmod 644 %{buildroot}%{_includedir}/vpx/*.h
|
|||||||
|
|
||||||
%files utils
|
%files utils
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/vp8_scalable_patterns
|
#%{_bindir}/vp8_scalable_patterns
|
||||||
%{_bindir}/vp9_spatial_scalable_encoder
|
#%{_bindir}/vp9_spatial_scalable_encoder
|
||||||
%{_bindir}/vpxdec
|
%{_bindir}/vpxdec
|
||||||
%{_bindir}/vpxenc
|
%{_bindir}/vpxenc
|
||||||
|
|
||||||
@ -134,6 +134,9 @@ chmod 644 %{buildroot}%{_includedir}/vpx/*.h
|
|||||||
#%endif
|
#%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 30 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.0-1mamba
|
||||||
|
- update to 1.4.0
|
||||||
|
|
||||||
* Sun Jan 12 2014 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
|
* Sun Jan 12 2014 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user