summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Edward W. Koenig2018-06-04 09:16:32 +0200
committer David Spencer2018-06-04 09:16:32 +0200
commitf120776031c6dfeb62e6bb2a4e5b14983d4a4c31 (patch)
treeb1a61ae40c028ef357d5ed0f31cc6794e5e75310
parentcb932a18ded789902c926d8dad2385a4b9c40053 (diff)
downloadold.slackbuilds-f120776031c6dfeb62e6bb2a4e5b14983d4a4c31.tar.gz
system/qemu: Updated for version 2.12.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--system/qemu/README3
-rw-r--r--system/qemu/qemu.SlackBuild3
-rw-r--r--system/qemu/qemu.info8
3 files changed, 9 insertions, 5 deletions
diff --git a/system/qemu/README b/system/qemu/README
index 634603092b..d12b15431a 100644
--- a/system/qemu/README
+++ b/system/qemu/README
@@ -46,3 +46,6 @@ If you wish to emulate ARM, you will want device-tree-compiler.
NOTES:
This version breaks some backward compatibility with earlier versions.
Consult the official changelogs for details.
+
+ SDL 1.2 support is deprecated, SDL 2.0 should be used instead.
+ Python 3.x can be used to build QEMU.
diff --git a/system/qemu/qemu.SlackBuild b/system/qemu/qemu.SlackBuild
index c83659d720..bd0068043f 100644
--- a/system/qemu/qemu.SlackBuild
+++ b/system/qemu/qemu.SlackBuild
@@ -52,9 +52,10 @@
# 4.2 05-JUN-2017 version update to 2.9 release
# 4.3 06-JAN-2018 version update to 2.10.x release
# 4.4 17-Feb-2018 version update to 2.11.x release, Spectre/Meltdown mitigation
+# 4.5 03-Jun-2018 version update to 2.12.0 release, note new deps: sdl2, gtk+3
PRGNAM=qemu
-VERSION=${VERSION:-2.11.1}
+VERSION=${VERSION:-2.12.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/qemu/qemu.info b/system/qemu/qemu.info
index fe5185afc7..28ad29d513 100644
--- a/system/qemu/qemu.info
+++ b/system/qemu/qemu.info
@@ -1,10 +1,10 @@
PRGNAM="qemu"
-VERSION="2.11.1"
+VERSION="2.12.0"
HOMEPAGE="http://www.qemu-project.org"
-DOWNLOAD="http://download.qemu-project.org/qemu-2.11.1.tar.xz"
-MD5SUM="0ee48c0f0cae47cc5d05408e03cd199e"
+DOWNLOAD="http://download.qemu-project.org/qemu-2.12.0.tar.xz"
+MD5SUM="ca553eb04c933f58111c304452fc4cc5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="SDL2"
MAINTAINER="Edward W. Koenig"
EMAIL="kingbeowulf@gmail.com"