X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=kodi.spec;h=57c0d5b5c497bf2ef570a4bc78d79a428ddfaaa7;hb=ace9791da1d301e996d9d84747789d00810afea7;hp=47845a369cb375595f3a0459528e66445760d7f7;hpb=25890c5364608f3e8c5fcc72ce74d136bd9cded2;p=packages%2Fkodi.git diff --git a/kodi.spec b/kodi.spec index 47845a3..57c0d5b 100644 --- a/kodi.spec +++ b/kodi.spec @@ -11,7 +11,7 @@ %bcond_with hal # build with HAL %define codename Helix -Summary: XBMC is a free and open source media-player and entertainment hub +Summary: Kodi is a free and open source media-player and entertainment hub Name: kodi Version: 14.0 Release: 0.1 @@ -35,6 +35,7 @@ BuildRequires: bzip2-devel BuildRequires: cmake BuildRequires: curl-devel BuildRequires: dbus-devel +BuildRequires: doxygen BuildRequires: ffmpeg-devel BuildRequires: flac-devel BuildRequires: fontconfig-devel @@ -76,6 +77,7 @@ BuildRequires: libva-devel BuildRequires: libva-glx-devel BuildRequires: libvdpau-devel BuildRequires: libvorbis-devel +BuildRequires: libxslt-devel BuildRequires: lzo-devel BuildRequires: mysql-devel %ifarch %{ix86} @@ -104,6 +106,7 @@ BuildRequires: xorg-lib-libXrandr-devel BuildRequires: xorg-lib-libXt-devel BuildRequires: xorg-lib-libXtst-devel BuildRequires: yajl-devel +BuildRequires: yasm BuildRequires: zip BuildRequires: zlib-devel #https://github.com/sahlberg/libnfs @@ -117,14 +120,27 @@ Requires: /usr/bin/glxinfo Requires: SDL >= 1.2.14-5 Requires: lsb-release Requires: xorg-app-xdpyinfo +# dlopened libraries: +# grep 'DLL_PATH_.*lib.*\.so' xbmc/DllPaths_generated.h | grep -v special:// +Requires: curl-libs +Requires: libass +Requires: libbluray +Requires: libmodplug +Requires: libmpeg2-libs +Requires: libogg +Requires: libplist +Requires: libvorbis Obsoletes: xbmc < 14.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -XBMC media center is a free cross-platform media-player jukebox and -entertainment hub. XBMC can play a spectrum of of multimedia formats, -and featuring playlist, audio visualizations, slideshow, and weather -forecast functions, together third-party plugins. +Kodi Entertainment Center (formerly XBMC) is a free and open-source +media player software developed by the XBMC Foundation, a non-profit +technology consortium. Kodi is available for multiple operating +systems and hardware platforms, with a software 10-foot user interface +for use with televisions and remote controls. It allows users to play +and view most videos, music, such as podcasts from the internet, and +all common digital media files from local and network storage media. %prep %setup -q -n xbmc-%{version}-%{codename} @@ -133,20 +149,21 @@ forecast functions, together third-party plugins. %build ./bootstrap %configure \ + --disable-silent-rules \ --disable-debug \ --enable-external-libraries \ - --enable-pulse \ - --enable-udev \ - --disable-libusb \ - --disable-nfs \ --disable-afpclient \ --disable-airtunes \ + --disable-ccache \ + --disable-libusb \ + --disable-nfs \ + --enable-pulse \ + --enable-udev \ %{__enable_disable goom} \ %{__enable_disable hal} \ %{__enable_disable libcec} -LIBS="-lpthread" -%{__make} V=1 +%{__make} %install rm -rf $RPM_BUILD_ROOT