]> git.pld-linux.org Git - packages/kodi.git/blame - kodi.spec
- release 5, rebuild against libcdio 2.1.0
[packages/kodi.git] / kodi.spec
CommitLineData
18b90c81 1# TODO:
3a71016a 2# - fix build flags - some files are compiled with -O3 and without rpm*flags
92b96980 3# - add and/or fix users/groups permissions
63ff963e 4# - split to subpackages?
928406b7 5# - bundled ffmpeg build (tools/depends/target/ffmpeg/autobuild.sh) enables nonfree & gpl!
18b90c81 6#
92b96980 7# Conditional build:
ceb94d36 8# Features:
c0d69361
ER
9%bcond_with afpclient # AFP support via libafpclient
10%bcond_without airplay # AirPlay support
11%bcond_with airtunes # AirTunes support
e148a10d
ER
12%bcond_without alsa # ALSA support
13%bcond_without avahi # Avahi support
ceb94d36
ER
14%bcond_without dbus # DBUS support
15%bcond_without dvdcss # DVDCSS support
98f23c16 16%bcond_without gl # OpenGL rendering
ceb94d36 17%bcond_with gtest # configure Google Test Framework
98f23c16 18%bcond_without joystick # SDL joystick support
c0d69361
ER
19%bcond_without libcap # libcap support
20%bcond_with libcec # libcec support
296d79de 21%bcond_without libgif # gif support via libgif
8ea15fa3 22%bcond_without libusb # libusb support
c0d69361 23%bcond_with mdnsembedded # mDNSEmbedded support
ceb94d36 24%bcond_without mysql # MySQL
8ea15fa3 25%bcond_without nfs # NFS support via libnfs
ceb94d36 26%bcond_without non_free # componentents with non-compliant licenses
c0d69361 27%bcond_with openmax # OpenMax decoding, requires OpenGLES
ceb94d36 28%bcond_without optical_drive # optical drive
98f23c16 29%bcond_without projectm # ProjectM visualisation
c0d69361 30%bcond_without pulse # PulseAudio support
c0d69361 31%bcond_without rtmp # RTMP support via librtmp
e148a10d 32%bcond_without samba # SAMBA support
c0d69361 33%bcond_without sdl # SDL
e148a10d 34%bcond_without ssh # SSH SFTP support
98f23c16 35%bcond_without texturepacker # texturepacker support
c0d69361 36%bcond_without udev # udev support
e148a10d 37%bcond_without upnp # UPnP support
c0d69361
ER
38%bcond_without vaapi # VAAPI decoding
39%bcond_without vdpau # VDPAU decoding
40%bcond_with vtbdecoder # VTBDecoder decoding (VTB Decoder not supported on this platform)
ceb94d36 41%bcond_without webserver # webserver
98f23c16
ER
42%bcond_without x11 # x11 'Linux Only'
43%bcond_without xrandr # XRandR support
e148a10d
ER
44%bcond_with asap_codec # ASAP ADPCM support
45%bcond_with gles # OpenGLES rendering
46%bcond_without libbluray # libbluray support
47%bcond_without mid # MID support
48%bcond_with profiling # gprof profiling
49%bcond_with tegra # Tegra2 arm
50%bcond_with wayland # wayland
ceb94d36 51# System libs:
6e5f6f0e 52%bcond_without system_ffmpeg # build with system ffmpeg
900271e7 53%bcond_with system_dvdread # build with system dvdread
92b96980 54
6b5f5f8f 55%define codename Krypton
d61811e9 56Summary: Kodi is a free and open source media-player and entertainment hub
92b53b2c 57Name: kodi
3ce84884 58# 18.x being prepared on dev-18-leia branch
6b5f5f8f 59Version: 17.6
15b32942 60Release: 5
68612b1e 61License: GPL v2+ and GPL v3+
18b90c81 62Group: Applications/Multimedia
b7bd3c34
ER
63#Source0: http://mirrors.kodi.tv/releases/source/%{version}-%{codename}.tar.gz
64Source0: https://github.com/xbmc/xbmc/archive/%{version}-%{codename}.tar.gz
6b5f5f8f 65# Source0-md5: a64c2fc56ddc41b9b0dded55eaabf170
d2f0f4c7 66Patch0: jpeglib-boolean.patch
af2a7b89 67Patch1: disable-static.patch
e25cf996 68Patch2: dvdread.patch
3b89f97e
JR
69Patch3: ffmpeg3.patch
70Patch4: gcc5.patch
900271e7 71Patch5: libdvd.patch
a59816c3 72Patch6: ffmpeg4.patch
7eedb355 73Patch7: wrapper.c.patch
92b53b2c 74URL: http://kodi.tv/
a7c53f4c 75BuildRequires: Mesa-libEGL-devel
8fa5c2e4 76BuildRequires: OpenGL-GLU-devel
b85db44b 77BuildRequires: OpenGL-devel
658b3aff 78BuildRequires: SDL2-devel
18b90c81 79BuildRequires: alsa-lib-devel
8fa5c2e4 80BuildRequires: autoconf >= 2.59
18b90c81
SP
81BuildRequires: automake
82BuildRequires: avahi-devel
b85db44b 83BuildRequires: bluez-libs-devel >= 4.99
18b90c81
SP
84BuildRequires: bzip2-devel
85BuildRequires: cmake
c3c3c480 86BuildRequires: crossguid-devel
18b90c81
SP
87BuildRequires: curl-devel
88BuildRequires: dbus-devel
8fa5c2e4 89# libavcodec >= 56.26.100 libavfilter >= 5.11.102 libavformat >= 56.25.101 libavutil >= 54.20.100 libpostproc >= 53.3.100 libswscale >= 3.1.101 libswresample >= 1.1.100
64d462c0 90%{?with_system_ffmpeg:BuildRequires: ffmpeg-devel >= 2.4.4}
5a2f2b01 91BuildRequires: flac-devel
18b90c81
SP
92BuildRequires: fontconfig-devel
93BuildRequires: freetype-devel
94BuildRequires: fribidi-devel
95BuildRequires: gawk
63ff963e 96BuildRequires: gettext-autopoint
0747666f 97BuildRequires: gettext-tools
a1f637af 98BuildRequires: giflib-devel
3a358a3c 99%{?with_libgif:BuildRequires: giflib-devel}
18b90c81 100BuildRequires: gperf
37fbe511 101BuildRequires: jre
20c6d413 102BuildRequires: lcms2-devel
b85db44b 103BuildRequires: libass-devel
a7c53f4c 104BuildRequires: libatomic-devel
296d79de 105BuildRequires: libbluray-devel >= 0.7.0
37fbe511 106BuildRequires: libcap-devel
18b90c81 107BuildRequires: libcdio-devel
8fa5c2e4
JB
108%{?with_libcec:BuildRequires: libcec-devel >= 3.0.0}
109BuildRequires: libdrm-devel
e25cf996 110%{?with_system_dvdread:BuildRequires: libdvdread-devel}
b85db44b 111BuildRequires: libgcrypt-devel
18b90c81 112BuildRequires: libjpeg-devel
45a200ab 113BuildRequires: libltdl-devel
63ff963e 114BuildRequires: libmicrohttpd-devel
18b90c81 115BuildRequires: libogg-devel
b85db44b 116BuildRequires: libplist-devel
5a2f2b01 117BuildRequires: libpng-devel
b85db44b 118BuildRequires: librtmp-devel
18b90c81 119BuildRequires: libsmbclient-devel
b85db44b 120BuildRequires: libssh-devel
8fa5c2e4 121BuildRequires: libstdc++-devel
5a2f2b01 122BuildRequires: libtool
f99f2533 123BuildRequires: libuuid-devel
b85db44b 124BuildRequires: libva-devel
f99f2533 125BuildRequires: libva-x11-devel
5a2f2b01 126BuildRequires: libvdpau-devel
18b90c81 127BuildRequires: libvorbis-devel
8fa5c2e4 128BuildRequires: libxml2-devel >= 2.0
501e1d3e 129BuildRequires: libxslt-devel
5a2f2b01 130BuildRequires: lzo-devel
131BuildRequires: mysql-devel
c1b45330 132%ifarch %{ix86}
26cae375 133BuildRequires: nasm
c1b45330 134%endif
18b90c81 135BuildRequires: openssl-devel
63ff963e 136BuildRequires: pcre-cxx-devel
5a2f2b01 137BuildRequires: pkgconfig
8fa5c2e4
JB
138BuildRequires: pulseaudio-devel >= 1.0
139BuildRequires: python-devel >= 1:2.6
3a71016a 140BuildRequires: rpm-pythonprov
6f41c837 141BuildRequires: rpmbuild(macros) >= 1.566
c462fd57 142BuildRequires: sed >= 4.0
18b90c81 143BuildRequires: sqlite3-devel
37fbe511
KK
144BuildRequires: swig
145BuildRequires: taglib-devel >= 1.8
8fa5c2e4 146BuildRequires: tinyxml-devel >= 2.6.2
b85db44b 147BuildRequires: udev-devel
5a2f2b01 148BuildRequires: unzip
b85db44b
AF
149BuildRequires: xorg-lib-libX11-devel
150BuildRequires: xorg-lib-libXext-devel
18b90c81 151BuildRequires: xorg-lib-libXrandr-devel
8fa5c2e4 152BuildRequires: yajl-devel >= 2
18b90c81
SP
153BuildRequires: zip
154BuildRequires: zlib-devel
af2a7b89
JR
155# kodi uses it's own, modified squish
156BuildConflicts: squish-devel
b85db44b 157#https://github.com/sahlberg/libnfs
57d594cf 158BuildRequires: libnfs-devel
b85db44b
AF
159#http://sites.google.com/site/alexthepuffin/home
160#BuildRequires: afpfs-ng-devel
8fa5c2e4 161#BuildRequires: shairplay-devel
63ff963e 162Requires: /usr/bin/glxinfo
f4f8f308 163Requires: SDL >= 1.2.14-5
a58652d4
SP
164Requires: lsb-release
165Requires: xorg-app-xdpyinfo
06c1bb12 166# dlopened libraries:
d61811e9 167# grep 'DLL_PATH_.*lib.*\.so' xbmc/DllPaths_generated.h | grep -v special://
06c1bb12
ER
168Requires: curl-libs
169Requires: libass
170Requires: libbluray
171Requires: libmodplug
172Requires: libmpeg2-libs
173Requires: libogg
174Requires: libplist
175Requires: libvorbis
92b53b2c 176Obsoletes: xbmc < 14.0
18b90c81
SP
177BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
178
179%description
d61811e9
ER
180Kodi Entertainment Center (formerly XBMC) is a free and open-source
181media player software developed by the XBMC Foundation, a non-profit
182technology consortium. Kodi is available for multiple operating
183systems and hardware platforms, with a software 10-foot user interface
184for use with televisions and remote controls. It allows users to play
185and view most videos, music, such as podcasts from the internet, and
186all common digital media files from local and network storage media.
18b90c81
SP
187
188%prep
92b53b2c 189%setup -q -n xbmc-%{version}-%{codename}
6b5f5f8f 190#%patch0 -p1
af2a7b89 191%patch1 -p1
900271e7 192%{?with_system_dvdread:%patch2 -p1}
6b5f5f8f
ER
193#%patch3 -p1
194#%patch4 -p1
900271e7 195%{!?with_system_dvdread:%patch5 -p1}
a59816c3 196%patch6 -p1
7eedb355 197%patch7 -p1
18b90c81 198
6b5f5f8f 199#%{__rm} -r lib/cximage-6.0/zlib
8fa5c2e4 200#%{__rm} -r lib/libhdhomerun
6b5f5f8f
ER
201#%{__rm} -r lib/libmpeg2
202#%{__rm} -r xbmc/cores/dvdplayer/DVDCodecs/Video/libmpeg2
203#%{__rm} -r lib/libbluray
b2628f52 204#%{__rm} -r lib/librtmp
8fa5c2e4 205%{__rm} -r lib/win32
b2628f52 206#%{?with_system_dvdread:%{__rm} -r lib/libdvd/libdvdread}
5d47de93 207
72cf5436 208%if %{without system_ffmpeg}
c3c3c480 209#ln -s %{SOURCE1} tools/depends/target/ffmpeg/ffmpeg-2.4.4-%{codename}.tar.gz
928406b7
ER
210%endif
211
18b90c81 212%build
b2628f52
ER
213#%{__make} -C tools/depends/native/libsquish-native \
214# CXX="%{__cxx}"
c3c3c480 215
18b90c81 216./bootstrap
65712ad3 217%configure \
57d594cf 218 ac_cv_type__Bool=yes \
ace9791d 219 --disable-silent-rules \
51b524ca 220 --disable-debug \
ace9791d 221 --disable-ccache \
928406b7 222 --with-ffmpeg=%{!?with_system_ffmpeg:force}%{?with_system_ffmpeg:shared} \
c0d69361
ER
223 %{__enable_disable afpclient} \
224 %{__enable_disable airplay} \
225 %{__enable_disable airtunes} \
ceb94d36 226 %{__enable_disable alsa} \
e148a10d 227 %{__enable_disable asap_codec asap-codec} \
ceb94d36
ER
228 %{__enable_disable avahi} \
229 %{__enable_disable dbus} \
98f23c16 230 %{__enable_disable dvdcss} \
e148a10d 231 %{__enable_disable gles} \
98f23c16 232 %{__enable_disable gl} \
98f23c16 233 %{__enable_disable gtest} \
98f23c16 234 %{__enable_disable joystick} \
e148a10d 235 %{__enable_disable libbluray} \
c0d69361 236 %{__enable_disable libcap} \
98f23c16 237 %{__enable_disable libcec} \
296d79de 238 %{__enable_disable libgif} \
c0d69361
ER
239 %{__enable_disable libusb} \
240 %{__enable_disable mdnsembedded} \
e148a10d 241 %{__enable_disable mid} \
ceb94d36 242 %{__enable_disable mysql} \
c0d69361 243 %{__enable_disable nfs} \
ceb94d36 244 %{__enable_disable non_free non-free} \
c0d69361 245 %{__enable_disable openmax} \
ceb94d36 246 %{__enable_disable optical_drive optical-drive} \
e148a10d 247 %{__enable_disable profiling} \
c0d69361 248 %{__enable_disable pulse} \
c0d69361 249 %{__enable_disable rtmp} \
ceb94d36 250 %{__enable_disable samba} \
c0d69361 251 %{__enable_disable sdl} \
ceb94d36 252 %{__enable_disable ssh} \
e148a10d
ER
253 %{__enable_disable tegra} \
254 %{__enable_disable texturepacker} \
c0d69361 255 %{__enable_disable udev} \
ceb94d36 256 %{__enable_disable upnp} \
c0d69361
ER
257 %{__enable_disable vaapi} \
258 %{__enable_disable vdpau} \
259 %{__enable_disable vtbdecoder} \
e148a10d 260 %{__enable_disable wayland} \
ceb94d36 261 %{__enable_disable webserver} \
98f23c16
ER
262 %{__enable_disable x11} \
263 %{__enable_disable xrandr} \
264 %{nil}
68612b1e 265
00f4b5ab 266%{__make} V=1
18b90c81
SP
267
268%install
269rm -rf $RPM_BUILD_ROOT
18b90c81 270%{__make} install \
92b96980 271 DESTDIR=$RPM_BUILD_ROOT
18b90c81 272
25890c53
ER
273%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}
274
275# no -devel package yet
276%{__rm} -r $RPM_BUILD_ROOT%{_includedir}/kodi
277%{__rm} -r $RPM_BUILD_ROOT%{_includedir}/xbmc
278
a5bfc3a3
ER
279# no real use for symlinks to datadir, and make rpm packaging more difficult (symlink vs dir issues)
280%{__rm} $RPM_BUILD_ROOT%{_libdir}/xbmc
281%{__rm} $RPM_BUILD_ROOT%{_datadir}/xbmc
282
18b90c81
SP
283%clean
284rm -rf $RPM_BUILD_ROOT
285
286%files
287%defattr(644,root,root,755)
25890c53
ER
288%doc README.md docs/README.linux
289%attr(755,root,root) %{_bindir}/kodi
290%attr(755,root,root) %{_bindir}/kodi-standalone
18b90c81 291%{_datadir}/%{name}
92b96980 292%attr(755,root,root) %{_libdir}/%{name}
25890c53
ER
293%{_desktopdir}/kodi.desktop
294%{_iconsdir}/hicolor/*/apps/%{name}.png
295%{_datadir}/xsessions/kodi.desktop
296
297# legacy xbmc compatibility links
298%attr(755,root,root) %{_bindir}/xbmc
299%attr(755,root,root) %{_bindir}/xbmc-standalone
25890c53 300%{_datadir}/xsessions/xbmc.desktop
This page took 0.139743 seconds and 4 git commands to generate.