Author: pascalek                     Date: Thu Jul  7 00:36:17 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- nosdlgui patch added (with bcond)

---- Files affected:
SPECS:
   qemu.spec (1.28 -> 1.29) 

---- Diffs:

================================================================
Index: SPECS/qemu.spec
diff -u SPECS/qemu.spec:1.28 SPECS/qemu.spec:1.29
--- SPECS/qemu.spec:1.28        Mon Jul  4 10:25:06 2005
+++ SPECS/qemu.spec     Thu Jul  7 02:36:12 2005
@@ -6,6 +6,7 @@
 # Conditional build:
 %bcond_with    kqemu                   # with QEMU accelerator module
 %bcond_with    cflags_passing          # with passing rpmcflags to Makefiles
+%bcond_with    nosdlgui                # do not use SDL gui (use X11 instead)
 #
 Summary:       QEMU CPU Emulator
 Summary(pl):   QEMU - emulator procesora
@@ -30,7 +31,9 @@
 Patch5:                %{name}-gcc4_x86.patch
 Patch6:                %{name}-gcc4_ppc.patch
 Patch7:                %{name}-parallel.patch
+Patch8:                %{name}-nosdlgui.patch
 URL:           http://fabrice.bellard.free.fr/qemu/
+Requires:      SDL >= 1.2.1
 BuildRequires: SDL-devel >= 1.2.1
 BuildRequires: sed >= 4.0
 %if %{with kqemu}
@@ -85,6 +88,7 @@
 %patch5 -p0
 %patch6 -p1
 %patch7 -p1
+%{?with_nosdlgui:%patch8 -p1}
 
 %{__sed} -i -e 's/sdl_static=yes/sdl_static=no/' configure
 
@@ -170,6 +174,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.29  2005/07/07 00:36:12  pascalek
+- nosdlgui patch added (with bcond)
+
 Revision 1.28  2005/07/04 08:25:06  pascalek
 - Release 1.3; Parallel port support patch
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/qemu.spec?r1=1.28&r2=1.29&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to