mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-01 01:00:03 +01:00
system/qemu: Updated for version 2.12.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
3fede4643a
commit
6efd5358f5
3 changed files with 9 additions and 5 deletions
|
@ -46,3 +46,6 @@ If you wish to emulate ARM, you will want device-tree-compiler.
|
||||||
NOTES:
|
NOTES:
|
||||||
This version breaks some backward compatibility with earlier versions.
|
This version breaks some backward compatibility with earlier versions.
|
||||||
Consult the official changelogs for details.
|
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.
|
||||||
|
|
|
@ -52,9 +52,10 @@
|
||||||
# 4.2 05-JUN-2017 version update to 2.9 release
|
# 4.2 05-JUN-2017 version update to 2.9 release
|
||||||
# 4.3 06-JAN-2018 version update to 2.10.x 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.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
|
PRGNAM=qemu
|
||||||
VERSION=${VERSION:-2.11.1}
|
VERSION=${VERSION:-2.12.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="qemu"
|
PRGNAM="qemu"
|
||||||
VERSION="2.11.1"
|
VERSION="2.12.0"
|
||||||
HOMEPAGE="http://www.qemu-project.org"
|
HOMEPAGE="http://www.qemu-project.org"
|
||||||
DOWNLOAD="http://download.qemu-project.org/qemu-2.11.1.tar.xz"
|
DOWNLOAD="http://download.qemu-project.org/qemu-2.12.0.tar.xz"
|
||||||
MD5SUM="0ee48c0f0cae47cc5d05408e03cd199e"
|
MD5SUM="ca553eb04c933f58111c304452fc4cc5"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES="SDL2"
|
||||||
MAINTAINER="Edward W. Koenig"
|
MAINTAINER="Edward W. Koenig"
|
||||||
EMAIL="kingbeowulf@gmail.com"
|
EMAIL="kingbeowulf@gmail.com"
|
||||||
|
|
Loading…
Reference in a new issue