update to 1.4.0 [release 1.4.0-1mamba;Thu Apr 30 2015]

This commit is contained in:
Silvan Calarco 2024-01-06 06:05:30 +01:00
parent 6457a32977
commit 7d19f0621a

View File

@ -5,7 +5,7 @@
%define vpxtarget x86_64-linux-gcc
%else
%ifarch arm
%define vpxtarget armv5te-linux-gcc
%define vpxtarget armv6-linux-gcc
%else
%define vpxtarget generic-gnu
%endif
@ -16,7 +16,7 @@
%define major %(echo %version | cut -d. -f -1)
Name: libvpx
Version: 1.3.0
Version: 1.4.0
Release: 1mamba
Summary: VP8 Video Codec SDK
Group: System/Libraries
@ -24,7 +24,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
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
# from debian
Source2: libvpx.ver
@ -76,7 +76,7 @@ libvpx - VP8 Video Codec SDK.
This package contains libvpx API documentation.
%prep
%setup -q -n %{name}-v%{version}
%setup -q
%build
CROSS=%{_host}- \
@ -122,8 +122,8 @@ chmod 644 %{buildroot}%{_includedir}/vpx/*.h
%files utils
%defattr(-,root,root)
%{_bindir}/vp8_scalable_patterns
%{_bindir}/vp9_spatial_scalable_encoder
#%{_bindir}/vp8_scalable_patterns
#%{_bindir}/vp9_spatial_scalable_encoder
%{_bindir}/vpxdec
%{_bindir}/vpxenc
@ -134,6 +134,9 @@ chmod 644 %{buildroot}%{_includedir}/vpx/*.h
#%endif
%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
- automatic version update by autodist