Lines 13-18
Obsoletes: xbmc
Link Here
|
13 |
Requires: kodi-data = %version-%release |
13 |
Requires: kodi-data = %version-%release |
14 |
|
14 |
|
15 |
Source0: %name-%version-%release.tar |
15 |
Source0: %name-%version-%release.tar |
|
|
16 |
Patch1: kodi-15.1-crystalhd.patch |
16 |
|
17 |
|
17 |
BuildRequires: cmake gcc-c++ doxygen swig gperf nasm unzip zip |
18 |
BuildRequires: cmake gcc-c++ doxygen swig gperf nasm unzip zip |
18 |
BuildRequires: boost-devel bzlib-devel libmysqlclient-devel libSDL_image-devel libSDL_mixer-devel |
19 |
BuildRequires: boost-devel bzlib-devel libmysqlclient-devel libSDL_image-devel libSDL_mixer-devel |
Lines 33-39
BuildRequires: fontconfig-devel libgcryp
Link Here
|
33 |
BuildRequires: java-1.7.0-openjdk-devel /proc zlib-devel |
34 |
BuildRequires: java-1.7.0-openjdk-devel /proc zlib-devel |
34 |
|
35 |
|
35 |
%ifarch %ix86 x86_64 |
36 |
%ifarch %ix86 x86_64 |
36 |
BuildRequires: libva-devel libvdpau-devel libGL-devel libGLU-devel libGLEW-devel |
37 |
BuildRequires: libva-devel libvdpau-devel libGL-devel libGLU-devel libglew-devel |
|
|
38 |
BuildRequires: libcrystalhd-devel |
37 |
%endif |
39 |
%endif |
38 |
%ifarch %arm |
40 |
%ifarch %arm |
39 |
BuildRequires: libEGL-devel libGLES-devel |
41 |
BuildRequires: libEGL-devel libGLES-devel |
Lines 68-73
This package contains development part o
Link Here
|
68 |
|
70 |
|
69 |
%prep |
71 |
%prep |
70 |
%setup |
72 |
%setup |
|
|
73 |
%ifnarch %arm |
74 |
%patch1 -p1 |
75 |
%endif |
71 |
|
76 |
|
72 |
%build |
77 |
%build |
73 |
export ac_cv_type__Bool=yes |
78 |
export ac_cv_type__Bool=yes |
Lines 79-85
export ac_cv_type__Bool=yes
Link Here
|
79 |
%ifarch %arm |
84 |
%ifarch %arm |
80 |
--enable-gles \ |
85 |
--enable-gles \ |
81 |
--disable-projectm \ |
86 |
--disable-projectm \ |
|
|
87 |
%else |
88 |
--enable-crystalhd \ |
82 |
%endif |
89 |
%endif |
|
|
90 |
--disable-rsxs \ |
83 |
# |
91 |
# |
84 |
|
92 |
|
85 |
%make_build |
93 |
%make_build |