]> git.pld-linux.org Git - packages/qemu.git/blobdiff - qemu.spec
- rel 1
[packages/qemu.git] / qemu.spec
index 48e6c15cc6a02dbfc3e03d75847349ee35a58268..7d21bbeb4ff51c3f823e0e59f9be1c70010611c1 100644 (file)
--- a/qemu.spec
+++ b/qemu.spec
@@ -1,6 +1,5 @@
 #
 # TODO:
-# - fix ncurses detection
 # - update patches
 #
 # Conditional build:
@@ -29,7 +28,7 @@
 %define                _enable_debug_packages  0
 %endif
 
-%define                rel     0.1
+%define                rel     1
 
 %define                kqemu_version   1.4.0pre1
 %define                qemu_version    0.10.0
@@ -46,6 +45,7 @@ Source0:      http://download.savannah.gnu.org/releases/qemu/%{pname}-%{version}.tar.
 # 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
@@ -64,11 +64,15 @@ BuildRequires:      rpmbuild(macros) >= 1.379
 %if %{with userspace}
 BuildRequires: SDL-devel >= 1.2.1
 BuildRequires: alsa-lib-devel
+BuildRequires: bluez-libs-devel
+BuildRequires: gnutls-devel
 BuildRequires: ncurses-devel
 BuildRequires: perl-tools-pod
+BuildRequires: pkgconfig
 BuildRequires: sed >= 4.0
 BuildRequires: tetex
 BuildRequires: which
+BuildRequires: xorg-lib-libX11-devel
 %endif
 Requires:      SDL >= 1.2.1
 # sparc is currently unsupported (missing cpu_get_real_ticks() impl in vl.c)
@@ -129,6 +133,7 @@ kqemu - moduł jądra.
 
 %prep
 %setup -q -n %{pname}-%{qemu_version} %{?with_kernel:-a1}
+%patch0 -p0
 %{?with_nosdlgui:%patch6 -p1}
 #%patch8 -p1
 
@@ -211,6 +216,7 @@ cd -
 %if %{without kqemu}
        --disable-kqemu \
 %endif
+       --enable-mixemu \
        --audio-drv-list="alsa" \
        --interp-prefix=%{_libdir}/%{pname}
 %{__make}
This page took 0.040922 seconds and 4 git commands to generate.