]> git.pld-linux.org Git - packages/kodi.git/commitdiff
- wrong Conflicts removed
authorw.kier <w.kier@pld-linux.org>
Thu, 30 Dec 2010 20:33:01 +0000 (20:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
   warning about SDL and nvidia compatibility added

Changed files:
    xbmc.spec -> 1.21

xbmc.spec

index 19bfba61756db7d3a5b12b32c39be7f3eabd58a3..a23370772de865a75b10e4a6eeaddc0083d8e83f 100644 (file)
--- a/xbmc.spec
+++ b/xbmc.spec
@@ -95,7 +95,6 @@ BuildRequires:        zlib-devel
 Requires:      /usr/bin/glxinfo
 Requires:      lsb-release
 Requires:      xorg-app-xdpyinfo
-Conflicts:     xorg-driver-video-nvidia <= 1:260.19.29
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -124,6 +123,15 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%posttrans
+%banner -e xbmc <<EOF
+WARNING!
+If you use nvidia binary drivers be sure that SDL is compiled without
+XRandR and VidMode gamma ramps support.
+This means that you need to rebuild it with command:
+builder -bb --without new_gamma_ramp SDL
+EOF
+
 %files
 %defattr(644,root,root,755)
 #doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
This page took 0.16463 seconds and 4 git commands to generate.