packages: SDL/SDL.spec - added bcond for SDL-new_gamma_ramp_support.patch, ...
w.kier
w.kier at pld-linux.org
Thu Dec 30 21:17:18 CET 2010
Author: w.kier Date: Thu Dec 30 20:17:18 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- added bcond for SDL-new_gamma_ramp_support.patch, which causes crashes
with xorg-driver-video-nvidia
---- Files affected:
packages/SDL:
SDL.spec (1.179 -> 1.180)
---- Diffs:
================================================================
Index: packages/SDL/SDL.spec
diff -u packages/SDL/SDL.spec:1.179 packages/SDL/SDL.spec:1.180
--- packages/SDL/SDL.spec:1.179 Wed Nov 24 09:27:54 2010
+++ packages/SDL/SDL.spec Thu Dec 30 21:17:13 2010
@@ -10,6 +10,7 @@
%bcond_without alsa # ALSA audio support
%bcond_with arts # aRts audio support
%bcond_with esd # EsounD audio support
+%bcond_without new_gamma_ramp # causes crashes on nvidia drivers
%bcond_without static_libs # don't build static libraries
#
# NOTE: the following libraries are dlopened by soname detected at build time:
@@ -171,7 +172,7 @@
%setup -q
%patch0 -p1
%patch1 -p1
-%patch2 -p1
+%{?with_new_gamma_ramp:%patch2 -p1}
%patch3 -p1
: > acinclude.m4
@@ -268,6 +269,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.180 2010/12/30 20:17:13 w.kier
+- added bcond for SDL-new_gamma_ramp_support.patch, which causes crashes
+ with xorg-driver-video-nvidia
+
Revision 1.179 2010/11/24 08:27:54 uzsolt
- fix-mouse-click patch
- rel up
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/SDL/SDL.spec?r1=1.179&r2=1.180&f=u
More information about the pld-cvs-commit
mailing list