]> git.pld-linux.org Git - packages/kodi.git/blobdiff - kodi.spec
disable silent rules, cleanups
[packages/kodi.git] / kodi.spec
index 47845a369cb375595f3a0459528e66445760d7f7..57c0d5b5c497bf2ef570a4bc78d79a428ddfaaa7 100644 (file)
--- 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
This page took 0.103125 seconds and 4 git commands to generate.