packages (DEVEL): xbmc/xbmc.spec - Hal is obsolete in TH, better make it a ...

lmasko lmasko at pld-linux.org
Mon Mar 12 15:31:12 CET 2012


Author: lmasko                       Date: Mon Mar 12 14:31:12 2012 GMT
Module: packages                      Tag: DEVEL
---- Log message:
- Hal is obsolete in TH, better make it a bcond, off by default.

---- Files affected:
packages/xbmc:
   xbmc.spec (1.29.2.1 -> 1.29.2.2) 

---- Diffs:

================================================================
Index: packages/xbmc/xbmc.spec
diff -u packages/xbmc/xbmc.spec:1.29.2.1 packages/xbmc/xbmc.spec:1.29.2.2
--- packages/xbmc/xbmc.spec:1.29.2.1	Fri Mar  9 00:58:35 2012
+++ packages/xbmc/xbmc.spec	Mon Mar 12 15:31:07 2012
@@ -13,11 +13,12 @@
 # Conditional build:
 %bcond_with     external_python
 %bcond_without	goom
+%bcond_with	hal
 
 Summary:	XBMC
 Name:		xbmc
 Version:	11.0
-Release:	0.rc2.1
+Release:	0.rc2.2
 License:	GPL v3
 Group:		Applications/Multimedia
 Source0:	http://mirrors.xbmc.org/releases/source/xbmc-%{version}-Eden_rc2.tar.gz
@@ -53,7 +54,9 @@
 BuildRequires:	glew-devel
 BuildRequires:	gperf
 BuildRequires:	gtk+-devel
+%if %{with hal}
 BuildRequires:	hal-devel
+%endif
 BuildRequires:	jasper-devel
 BuildRequires:	libao-devel
 BuildRequires:	libcdio-devel
@@ -114,7 +117,8 @@
 	--disable-debug \
 	--enable-external-libraries \
 	--%{?with_external_python:en}%{!?with_external_python:dis}able-external-python \
-	--%{?with_goom:en}%{!?with_goom:dis}able-goom
+	--%{?with_goom:en}%{!?with_goom:dis}able-goom \
+        --%{?with_hal:en}%{!?with_hal:dis}able-hal
 %{__make}
 
 %install
@@ -147,6 +151,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.29.2.2  2012/03/12 14:31:07  lmasko
+- Hal is obsolete in TH, better make it a bcond, off by default.
+
 Revision 1.29.2.1  2012/03/08 23:58:35  wiget
 - up to 11.0-rc2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xbmc/xbmc.spec?r1=1.29.2.1&r2=1.29.2.2&f=u



More information about the pld-cvs-commit mailing list