Author: arekm                        Date: Sat Mar  7 22:45:09 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix ncurses detection; enable mixemu; enable TLS in VNC support

---- Files affected:
SPECS:
   qemu.spec (1.136 -> 1.137) 

---- Diffs:

================================================================
Index: SPECS/qemu.spec
diff -u SPECS/qemu.spec:1.136 SPECS/qemu.spec:1.137
--- SPECS/qemu.spec:1.136       Sat Mar  7 23:32:12 2009
+++ SPECS/qemu.spec     Sat Mar  7 23:45:04 2009
@@ -1,7 +1,6 @@
 # $Revision$, $Date$
 #
 # TODO:
-# - fix ncurses detection
 # - update patches
 #
 # Conditional build:
@@ -47,6 +46,7 @@
 # Source0-md5: 8dc50b834fa3f5f6a17d7bc3d0559e53
 Source1:       http://www.nongnu.org/qemu/k%{pname}-%{kqemu_version}.tar.gz
 # Source1-md5: d738d8ca7332211ab716ec3213d82ee1
+Patch0:                %{pname}-ncurses.patch
 Patch6:                %{pname}-nosdlgui.patch
 # Proof of concept, for reference, do not remove
 Patch8:                %{pname}-kde_virtual_workspaces_hack.patch
@@ -65,7 +65,8 @@
 %if %{with userspace}
 BuildRequires: SDL-devel >= 1.2.1
 BuildRequires: alsa-lib-devel
-BuildRequires: blues-libs-devel
+BuildRequires: bluez-libs-devel
+BuildRequires: gnutls-devel
 BuildRequires: ncurses-devel
 BuildRequires: perl-tools-pod
 BuildRequires: sed >= 4.0
@@ -131,6 +132,7 @@
 
 %prep
 %setup -q -n %{pname}-%{qemu_version} %{?with_kernel:-a1}
+%patch0 -p0
 %{?with_nosdlgui:%patch6 -p1}
 #%patch8 -p1
 
@@ -213,6 +215,7 @@
 %if %{without kqemu}
        --disable-kqemu \
 %endif
+       --enable-mixemu \
        --audio-drv-list="alsa" \
        --interp-prefix=%{_libdir}/%{pname}
 %{__make}
@@ -286,6 +289,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.137  2009/03/07 22:45:04  arekm
+- fix ncurses detection; enable mixemu; enable TLS in VNC support
+
 Revision 1.136  2009/03/07 22:32:12  arekm
 - add BR: bluez-libs-devel
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qemu.spec?r1=1.136&r2=1.137&f=u

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

Reply via email to