diff options
author | Alex Lancaster <alexlan[AT]fedoraproject org> | 2011-12-28 16:47:38 -0500 |
---|---|---|
committer | Alex Lancaster <alexlan[AT]fedoraproject org> | 2011-12-28 16:47:38 -0500 |
commit | 5068cf5cec8bd0f988adb45a099fc21fb145fd92 (patch) | |
tree | 917c4d2c3c0db9d632a2d8580a7250d7bdfa5696 /xbmc.spec | |
parent | 24cb227a6603318adc9f4f8e567d19e2691802d7 (diff) | |
download | xbmc-rpm-5068cf5cec8bd0f988adb45a099fc21fb145fd92.tar.gz xbmc-rpm-5068cf5cec8bd0f988adb45a099fc21fb145fd92.tar.xz xbmc-rpm-5068cf5cec8bd0f988adb45a099fc21fb145fd92.zip |
Added glx-utils and xorg-x11-utils as Requires, so selecting
minimal install works out of the box (#1844)
Grrr, *still* have to keep in ffmpeg for now (2011-12-28) since upstream
seems to require files within that subdirectory <sigh>, filed
http://trac.xbmc.org/ticket/12370
Diffstat (limited to 'xbmc.spec')
-rw-r--r-- | xbmc.spec | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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: libcrystalhd 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 @@ rm -rf $RPM_BUILD_ROOT %{_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@bagu.org>) |