update to 16.1 [release 16.1-1mamba;Thu May 19 2016]

This commit is contained in:
Silvan Calarco 2024-01-06 02:21:38 +01:00
parent 7b9bfee275
commit c981cf8532
2 changed files with 1442 additions and 2 deletions

1432
kodi-16.1-gcc-6.1.0.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -16,7 +16,7 @@
%define ffmpeg_ver 2.8.6
Name: kodi
Version: 16.0
Version: 16.1
Release: 1mamba
Summary: A media player and entertainment hub for digital media
Group: Graphical Desktop/Applications/Multimedia
@ -24,7 +24,8 @@ Vendor: openmamba
Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@gmail.com>
URL: http://xbmc.org/
Source: http://ftp.df.lth.se/pub/xbmc/releases/source/%{version}%{?codenameadd}.tar.gz
Source: https://github.com/xbmc/xbmc/archive/%{version}%{?codenameadd}.tar.gz
#http://ftp.df.lth.se/pub/xbmc/releases/source/%{version}%{?codenameadd}.tar.gz
Source1: https://github.com/xbmc/FFmpeg/archive/%{ffmpeg_ver}%{?codenameadd}-%{version}.tar.gz
Patch0: xbmc-12.0-do_not_require_lsb_release.patch
Patch1: xbmc-12.0-inconsistent_operand_constraints_in_an_asm.patch
@ -34,6 +35,7 @@ Patch4: xbmc-12.0-relax_badcolordepth_check.patch
Patch5: xbmc-12.0-arm-no-fp.patch
Patch6: xbmc-13.1-libnfs-1.9.4.patch
Patch7: kodi-15.2-ffmpeg-x86-asm-impossible-contraints-fix.patch
Patch8: kodi-16.1-gcc-6.1.0.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -181,6 +183,7 @@ XBMC is an award-winning free and open source (GPL) software media player and en
%endif
#%patch5 -p1
#%patch6 -p1
%patch8 -p1
ln -s %{SOURCE1} tools/depends/target/ffmpeg/
@ -243,6 +246,8 @@ export LDFLAGS="$LDFLAGS -L/opt/vc/lib"
--enable-libcec
# --disable-dvdcss
___EOF
%make
%install
@ -302,6 +307,9 @@ exit 0
#%doc README
%changelog
* Thu May 19 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 16.1-1mamba
- update to 16.1
* Mon Mar 14 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 16.0-1mamba
- update to 16.0