rpms/xbmc/devel xbmc.spec,1.35,1.36

Alex Lancaster alexlan at rpmfusion.org
Wed Dec 28 22:25:47 CET 2011


Author: alexlan

Update of /cvs/free/rpms/xbmc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3024

Modified Files:
	xbmc.spec 
Log Message:
Added glx-utils and xorg-x11-utils as Requires, so selecting minimal
install works out of the box (#1844)



Index: xbmc.spec
===================================================================
RCS file: /cvs/free/rpms/xbmc/devel/xbmc.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- xbmc.spec	28 Dec 2011 21:08:39 -0000	1.35
+++ xbmc.spec	28 Dec 2011 21:25:47 -0000	1.36
@@ -5,7 +5,7 @@
 
 Name: xbmc
 Version: 11.0
-Release: 0.2.%{PRERELEASE}%{?dist}
+Release: 0.3.%{PRERELEASE}%{?dist}
 URL: http://www.xbmc.org/
 
 Source0: %{name}-%{DIRVERSION}-patched.tar.xz
@@ -156,6 +156,11 @@
 Requires: librtmp
 Requires: libbluray
 
+# needed when doing a minimal install, see
+# https://bugzilla.rpmfusion.org/show_bug.cgi?id=1844
+Requires: glx-utils
+Requires: xorg-x11-utils
+
 # These are just symlinked to, but needed both at build-time
 # and for installation
 BuildRequires: python-imaging
@@ -285,6 +290,10 @@
 %{_includedir}/xbmc/xbmcclient.h
 
 %changelog
+* Wed Dec 28 2011 Alex Lancaster <alexlan[AT] fedoraproject org> - 11.0-0.3.Eden_beta1
+- Added glx-utils and xorg-x11-utils as Requires, so selecting
+  minimal install works out of the box (#1844)
+
 * Wed Dec 28 2011 Alex Lancaster <alexlan[AT]fedoraproject org> - 11.0-0.2.Eden_beta1
 - Re-enable external ffmpeg
 - Add EventClients sub-package (patch thanks to Ben Konrath <ben at bagu.org>)



More information about the rpmfusion-commits mailing list