system/qemu: Updated for version 2.12.0.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Edward W. Koenig 2018-06-04 08:16:32 +01:00 committed by David Spencer
parent 3fede4643a
commit 6efd5358f5
3 changed files with 9 additions and 5 deletions

View file

@ -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.

View file

@ -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}

View file

@ -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"