system/qemu: Updated for version 2.6.0.
Added the optional dependency virglrenderer Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
57e7f2afa7
commit
92664dd6ed
|
@ -33,7 +33,8 @@ your processor) prior to launching qemu-system-ARCH with kvm enabled.
|
|||
For older/unmaintained qemu frontends, this build also creates a symlink
|
||||
to qemu-system-ARCH at /usr/bin/qemu-kvm.
|
||||
|
||||
libcacard, spice, usbredir, and device-tree-compiler are optional dependencies.
|
||||
libcacard, spice, usbredir, virglrenderer and device-tree-compiler are
|
||||
optional dependencies.
|
||||
If you wish to emulate ARM, you will want device-tree-compiler.
|
||||
|
||||
NOTES:
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
# 3.1 13-DEC-2015 uprgraded to new version, minor clean ups
|
||||
|
||||
PRGNAM=qemu
|
||||
VERSION=${VERSION:-2.5.1}
|
||||
VERSION=${VERSION:-2.6.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="qemu"
|
||||
VERSION="2.5.1"
|
||||
VERSION="2.6.0"
|
||||
HOMEPAGE="http://wiki.qemu.org/Main_Page"
|
||||
DOWNLOAD="http://wiki.qemu-project.org/download/qemu-2.5.1.tar.bz2"
|
||||
MD5SUM="42e73182dea8b9213fa7050e168a4615"
|
||||
DOWNLOAD="http://wiki.qemu-project.org/download/qemu-2.6.0.tar.bz2"
|
||||
MD5SUM="ca3f70b43f093e33e9e014f144067f13"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue