]> git.pld-linux.org Git - packages/xbmc.git/commitdiff
- added libcrystalhd-devel to shorten TODO auto/th/xbmc-12.2-2
authorLukasz Glebicki <blekot@pld-linux.org>
Sat, 4 May 2013 13:43:27 +0000 (15:43 +0200)
committerLukasz Glebicki <blekot@pld-linux.org>
Sat, 4 May 2013 13:43:27 +0000 (15:43 +0200)
- added libva-glx-devel
- added --enable-pulse to configure
- rel 2

xbmc.spec

index 6dbd0a5f63b6ae8430cfa42308b4c61582f9992e..c9b333b0c91473e471844b80e820ec38c512a7bd 100644 (file)
--- a/xbmc.spec
+++ b/xbmc.spec
@@ -12,7 +12,7 @@
 Summary:       XBMC is a free and open source media-player and entertainment hub
 Name:          xbmc
 Version:       12.2
-Release:       1
+Release:       2
 License:       GPL v2+ and GPL v3+
 Group:         Applications/Multimedia
 Source0:       http://mirrors.xbmc.org/releases/source/%{name}-%{version}.tar.gz
@@ -51,6 +51,7 @@ BuildRequires:        libass-devel
 BuildRequires: libbluray-devel
 BuildRequires: libcdio-devel
 BuildRequires: libcec-devel
+BuildRequires: libcrystalhd-devel
 BuildRequires: libgcrypt-devel
 BuildRequires: libjpeg-devel
 BuildRequires: libmad-devel
@@ -67,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
@@ -105,8 +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
 Requires:      /usr/bin/glxinfo
 Requires:      SDL >= 1.2.14-5
 Requires:      lsb-release
@@ -127,12 +127,12 @@ forecast functions, together third-party plugins.
 %configure \
        --disable-debug \
        --enable-external-libraries \
+       --enable-pulse \
        --enable-udev \
        --disable-libusb \
        --disable-nfs \
        --disable-afpclient \
        --disable-airtunes \
-       --disable-crystalhd \
        %{__enable_disable goom} \
        %{__enable_disable hal}
 
This page took 0.069954 seconds and 5 git commands to generate.