update to 16.1 [release 16.1-1mamba;Thu May 19 2016]
This commit is contained in:
parent
7b9bfee275
commit
c981cf8532
1432
kodi-16.1-gcc-6.1.0.patch
Normal file
1432
kodi-16.1-gcc-6.1.0.patch
Normal file
File diff suppressed because it is too large
Load Diff
12
kodi.spec
12
kodi.spec
@ -16,7 +16,7 @@
|
|||||||
%define ffmpeg_ver 2.8.6
|
%define ffmpeg_ver 2.8.6
|
||||||
|
|
||||||
Name: kodi
|
Name: kodi
|
||||||
Version: 16.0
|
Version: 16.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A media player and entertainment hub for digital media
|
Summary: A media player and entertainment hub for digital media
|
||||||
Group: Graphical Desktop/Applications/Multimedia
|
Group: Graphical Desktop/Applications/Multimedia
|
||||||
@ -24,7 +24,8 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||||
URL: http://xbmc.org/
|
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
|
Source1: https://github.com/xbmc/FFmpeg/archive/%{ffmpeg_ver}%{?codenameadd}-%{version}.tar.gz
|
||||||
Patch0: xbmc-12.0-do_not_require_lsb_release.patch
|
Patch0: xbmc-12.0-do_not_require_lsb_release.patch
|
||||||
Patch1: xbmc-12.0-inconsistent_operand_constraints_in_an_asm.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
|
Patch5: xbmc-12.0-arm-no-fp.patch
|
||||||
Patch6: xbmc-13.1-libnfs-1.9.4.patch
|
Patch6: xbmc-13.1-libnfs-1.9.4.patch
|
||||||
Patch7: kodi-15.2-ffmpeg-x86-asm-impossible-contraints-fix.patch
|
Patch7: kodi-15.2-ffmpeg-x86-asm-impossible-contraints-fix.patch
|
||||||
|
Patch8: kodi-16.1-gcc-6.1.0.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -181,6 +183,7 @@ XBMC is an award-winning free and open source (GPL) software media player and en
|
|||||||
%endif
|
%endif
|
||||||
#%patch5 -p1
|
#%patch5 -p1
|
||||||
#%patch6 -p1
|
#%patch6 -p1
|
||||||
|
%patch8 -p1
|
||||||
|
|
||||||
ln -s %{SOURCE1} tools/depends/target/ffmpeg/
|
ln -s %{SOURCE1} tools/depends/target/ffmpeg/
|
||||||
|
|
||||||
@ -243,6 +246,8 @@ export LDFLAGS="$LDFLAGS -L/opt/vc/lib"
|
|||||||
--enable-libcec
|
--enable-libcec
|
||||||
# --disable-dvdcss
|
# --disable-dvdcss
|
||||||
|
|
||||||
|
___EOF
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -302,6 +307,9 @@ exit 0
|
|||||||
#%doc README
|
#%doc README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Mar 14 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 16.0-1mamba
|
||||||
- update to 16.0
|
- update to 16.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user