From 7d19f0621ab2db188f931c0bc80ba9637496bcc3 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 06:05:30 +0100 Subject: [PATCH] update to 1.4.0 [release 1.4.0-1mamba;Thu Apr 30 2015] --- libvpx.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/libvpx.spec b/libvpx.spec index 30fe948..d7d3490 100644 --- a/libvpx.spec +++ b/libvpx.spec @@ -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 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 1.4.0-1mamba +- update to 1.4.0 + * Sun Jan 12 2014 Automatic Build System 1.3.0-1mamba - automatic version update by autodist