]> git.pld-linux.org Git - packages/kodi.git/blobdiff - xbmc.spec
- added libcrystalhd-devel to shorten TODO
[packages/kodi.git] / xbmc.spec
index beb30e906c4cde4fe448849f518f89d67d13bdbe..c9b333b0c91473e471844b80e820ec38c512a7bd 100644 (file)
--- a/xbmc.spec
+++ b/xbmc.spec
@@ -2,9 +2,6 @@
 # TODO:
 #  - fix build flags - some files are compiled with -O3 and without rpm*flags
 #  - fix linking argument order
-#  - fix nvidia vs. libXrandr >= 1.2 conflict (nvidia drivers still supports
-#    only libXrandr 1.1 - with no gamma support; it causes application crash
-#    on XRRSetCrtcGamma function called by SDL_SetVideoMode)
 #  - add and/or fix users/groups permissions
 #  - split to subpackages?
 #
 
 Summary:       XBMC is a free and open source media-player and entertainment hub
 Name:          xbmc
-Version:       12.0
+Version:       12.2
 Release:       2
 License:       GPL v2+ and GPL v3+
 Group:         Applications/Multimedia
 Source0:       http://mirrors.xbmc.org/releases/source/%{name}-%{version}.tar.gz
-# Source0-md5: a79128b9d094a046947bfd9bb4550809
-Patch0:                %{name}-format-security.patch
+# Source0-md5: 489f3877decae4e265ece54f9eaef0ba
 URL:           http://xbmc.org/
 BuildRequires: Mesa-libGLU-devel
 BuildRequires: OpenGL-devel
@@ -54,6 +50,8 @@ BuildRequires:        jasper-devel
 BuildRequires: libass-devel
 BuildRequires: libbluray-devel
 BuildRequires: libcdio-devel
+BuildRequires: libcec-devel
+BuildRequires: libcrystalhd-devel
 BuildRequires: libgcrypt-devel
 BuildRequires: libjpeg-devel
 BuildRequires: libmad-devel
@@ -70,6 +68,7 @@ BuildRequires:        libssh-devel
 BuildRequires: libtiff-devel
 BuildRequires: libtool
 BuildRequires: libva-devel
+BuildRequires: libva-glx-devel
 BuildRequires: libvdpau-devel
 BuildRequires: libvorbis-devel
 BuildRequires: lzo-devel
@@ -108,10 +107,6 @@ BuildRequires:     zlib-devel
 #http://mirrors.xbmc.org/build-deps/darwin-libs/libshairport-1.2.0.20310_lib.tar.gz
 #https://github.com/albertz/shairport
 #BuildRequires: libshairport
-#http://www.broadcom.com/support/crystal_hd/
-#BuildRequires:        crystalhd-devel
-#http://libcec.pulse-eight.com/
-#BuildRequires:        libcec-devel >= 1.1.0
 Requires:      /usr/bin/glxinfo
 Requires:      SDL >= 1.2.14-5
 Requires:      lsb-release
@@ -126,23 +121,22 @@ forecast functions, together third-party plugins.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 ./bootstrap
 %configure \
        --disable-debug \
        --enable-external-libraries \
+       --enable-pulse \
        --enable-udev \
-       --disable-libcec \
        --disable-libusb \
        --disable-nfs \
        --disable-afpclient \
        --disable-airtunes \
-       --disable-crystalhd \
        %{__enable_disable goom} \
        %{__enable_disable hal}
 
+LIBS="-lpthread"
 %{__make} V=1
 
 %install
This page took 0.110208 seconds and 4 git commands to generate.