diff options
author | Edward W. Koenig | 2018-06-04 09:16:32 +0200 |
---|---|---|
committer | David Spencer | 2018-06-04 09:16:32 +0200 |
commit | 6efd5358f507029d66cb9d285fb75790654c219a (patch) | |
tree | 4d6def20008357de2d46d24df76547a08f3165a3 /system/qemu | |
parent | 3fede4643a6eb2343224b998af165c3cb091bd3c (diff) | |
download | slackbuilds-6efd5358f507029d66cb9d285fb75790654c219a.tar.gz |
system/qemu: Updated for version 2.12.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/qemu')
-rw-r--r-- | system/qemu/README | 3 | ||||
-rw-r--r-- | system/qemu/qemu.SlackBuild | 3 | ||||
-rw-r--r-- | system/qemu/qemu.info | 8 |
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" |