public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] qemu: Update to 2.7.0
@ 2016-10-20 20:13 Arne Fitzenreiter
  0 siblings, 0 replies; only message in thread
From: Arne Fitzenreiter @ 2016-10-20 20:13 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2618 bytes --]

Enables various modules and adds softmmu support for
ARM, aarch64 and x86_64.

Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
---
 qemu/qemu.nm | 62 ++++++++++++++++++++++++++++++++++++++++++++++++------------
 1 file changed, 50 insertions(+), 12 deletions(-)

diff --git a/qemu/qemu.nm b/qemu/qemu.nm
index 3499c4d..df81107 100644
--- a/qemu/qemu.nm
+++ b/qemu/qemu.nm
@@ -3,12 +3,12 @@
 # Copyright (C) - IPFire Development Team <info(a)ipfire.org>                   #
 ###############################################################################
 
-name       = qemu-kvm
-version    = 0.15.0
+name       = qemu
+version    = 2.7.0
 release    = 1
 
 groups     = Applications/Virtualization
-url        = http://www.linux-kvm.org/page/Main_Page
+url        = http://www.qemu.org
 license    = GPLv2+
 summary    = QEMU is a generic and open source machine emulator and virtualizer.
 
@@ -18,31 +18,69 @@ description
 	architectures.
 end
 
-source_dl  =
+source_dl  = http://wiki.qemu-project.org/download/
+sources    = %{thisapp}.tar.bz2
 
 build
 	requires
+		SDL-devel
+		autoconf
+		automake
+		bison
+		bzip2-devel
+		flex
 		glib2-devel
+		gnutls-devel
 		libcurl-devel
+		libgcrypt-devel
+		libjpeg-devel
+		libpng-devel
+		libtasn1-devel
+		libusb-devel
 		libuuid-devel
-		gnutls-devel
+		lzo-devel
 		ncurses-devel
+		nettle-devel
 		pciutils-devel
-		sdl-devel
+		pixman-devel
 		zlib-devel
 	end
 
+	targets = aarch64-softmmu arm-softmmu x86_64-softmmu
+
 	configure_options = \
-		--prefix=/usr \
-		--enable-kvm \
+		--prefix=%{prefix} \
+		--bindir=%{bindir} \
+		--sysconfdir=%{sysconfdir} \
+		--libdir=%{libdir} \
+		--libexecdir=%{libdir} \
+		--datadir=%{datadir} \
+		--mandir=%{mandir} \
+		--localstatedir=%{localstatedir} \
 		--extra-cflags="%{CFLAGS}" \
+		--extra-ldflags="%{LDFLAGS}" \
 		--disable-strip \
-		--disable-xen \
-		--sysconfdir=/etc \
-		--target-list="i386-softmmu arm-softmmu"
+		--disable-werror \
+		--target-list="%{targets}" \
+		--enable-bzip2 \
+		--enable-fdt \
+		--enable-kvm \
+		--enable-libusb \
+		--enable-lzo \
+		--enable-pie \
+		--enable-vhdx \
+		--enable-vnc \
+		--enable-vnc-jpeg \
+		--enable-vnc-png \
+		--disable-xen
 
 	configure_cmds
-		sed -e "s(a)-Wl,-rpath,/usr/lib@@g" -i */config-target.mak
+		sed -e "s(a)-Wl,-rpath,%{libdir}@@g" -i config-host.mak
+	end
+
+	install_cmds
+		# Remove BIOS file which is an ELF files w/ invalid interpreter
+		rm -vf %{BUILDROOT}%{datadir}/qemu/s390-ccw.img
 	end
 end
 
-- 
2.6.3


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-10-20 20:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-20 20:13 [PATCH] qemu: Update to 2.7.0 Arne Fitzenreiter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox