summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Edward W. Koenig2019-07-16 12:15:39 +0200
committer Willy Sudiarto Raharjo2019-07-20 11:20:32 +0200
commitf7589d40dcbc83e778158234221a5368757b8265 (patch)
tree21895c93e5d7a4cc0e4282e132900383fe18268a /system
parent729a23765dbf56d216706dc9145b7d5373d9b4fc (diff)
downloadslackbuilds-f7589d40dcbc83e778158234221a5368757b8265.tar.gz
system/qemu: Updated for version 4.0.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/qemu/README5
-rw-r--r--system/qemu/qemu.SlackBuild7
-rw-r--r--system/qemu/qemu.info8
3 files changed, 12 insertions, 8 deletions
diff --git a/system/qemu/README b/system/qemu/README
index 02337dd169..e695450310 100644
--- a/system/qemu/README
+++ b/system/qemu/README
@@ -43,8 +43,11 @@ libiscsi, libcacard, spice, usbredir, virglrenderer,
device-tree-compiler, libnfs, snappy, glusterfs and vde2 are optional
dependencies.
+Sphinx is optional but required in order for any of the documentation to be
+built.
+
libseccomp (to use libvirt) and libiscsi (to access iSCSI targets
-directly) are an optional dependencies, and will be picked up, if
+directly) are optional dependencies, and will be picked up, if
present, during the compilation.
If you wish to emulate ARM, you will want device-tree-compiler.
diff --git a/system/qemu/qemu.SlackBuild b/system/qemu/qemu.SlackBuild
index 3f8fe1a59b..c594bdbb48 100644
--- a/system/qemu/qemu.SlackBuild
+++ b/system/qemu/qemu.SlackBuild
@@ -53,10 +53,11 @@
# 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
-# 5.0 14-Dec-2018 verion update to 3.1.0 release, note minimum dependency versions on release notes
+# 5.0 14-Dec-2018 version update to 3.1.0 release, note minimum dependency versions on release notes
+# 6.0 14-JUL-2019 version update to 4.0.0 release, note minimum dependency versions on release notes, doc fixes
PRGNAM=qemu
-VERSION=${VERSION:-3.1.0}
+VERSION=${VERSION:-4.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -188,7 +189,7 @@ fi
# Add docs to the proper location
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a Changelog COPYING* CODING_STYLE HACKING LICENSE MAINTAINERS README qemu-*.html docs/* \
+cp -a Changelog COPYING* CODING_STYLE HACKING LICENSE MAINTAINERS README docs/* \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/system/qemu/qemu.info b/system/qemu/qemu.info
index 224cc14cfa..e34d20b6a9 100644
--- a/system/qemu/qemu.info
+++ b/system/qemu/qemu.info
@@ -1,8 +1,8 @@
PRGNAM="qemu"
-VERSION="3.1.0"
-HOMEPAGE="http://www.qemu-project.org"
-DOWNLOAD="http://download.qemu-project.org/qemu-3.1.0.tar.xz"
-MD5SUM="fb687ce0b02d3bf4327e36d3b99427a8"
+VERSION="4.0.0"
+HOMEPAGE="https://www.qemu.org"
+DOWNLOAD="https://download.qemu.org/qemu-4.0.0.tar.xz"
+MD5SUM="0afeca336fd57ae3d3086ec07f59d708"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SDL2"