system/qemu: Updated for version 2.5.0.
With this major version libcacard gets splitted again Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
5418155a0d
commit
8bf6a95c73
|
@ -33,7 +33,7 @@ your processor) prior to launching qemu-system-ARCH with kvm enabled.
|
||||||
For older/unmaintained qemu frontends, this build also creates a symlink
|
For older/unmaintained qemu frontends, this build also creates a symlink
|
||||||
to qemu-system-ARCH at /usr/bin/qemu-kvm.
|
to qemu-system-ARCH at /usr/bin/qemu-kvm.
|
||||||
|
|
||||||
spice, usbredir, and device-tree-compiler are optional dependencies.
|
libcacard, spice, usbredir, and device-tree-compiler are optional dependencies.
|
||||||
If you wish to emulate ARM, you will want device-tree-compiler.
|
If you wish to emulate ARM, you will want device-tree-compiler.
|
||||||
|
|
||||||
NOTES:
|
NOTES:
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
# 3.1 13-DEC-2015 uprgraded to new version, minor clean ups
|
# 3.1 13-DEC-2015 uprgraded to new version, minor clean ups
|
||||||
|
|
||||||
PRGNAM=qemu
|
PRGNAM=qemu
|
||||||
VERSION=${VERSION:-2.4.1}
|
VERSION=${VERSION:-2.5.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -117,7 +117,7 @@ fi
|
||||||
|
|
||||||
# To omit VNC capability, use VNC_ENABLE=no
|
# To omit VNC capability, use VNC_ENABLE=no
|
||||||
if [ "$VNC_ENABLE" = "yes" ]; then
|
if [ "$VNC_ENABLE" = "yes" ]; then
|
||||||
with_vnc="--enable-vnc --enable-vnc-tls --enable-vnc-jpeg"
|
with_vnc="--enable-vnc --enable-vnc-sasl --enable-vnc-jpeg"
|
||||||
else
|
else
|
||||||
with_vnc="--disable-vnc"
|
with_vnc="--disable-vnc"
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
PRGNAM="qemu"
|
PRGNAM="qemu"
|
||||||
VERSION="2.4.1"
|
VERSION="2.5.0"
|
||||||
HOMEPAGE="http://wiki.qemu.org/Main_Page"
|
HOMEPAGE="http://wiki.qemu.org/Main_Page"
|
||||||
DOWNLOAD="http://wiki.qemu.org/download/qemu-2.4.1.tar.bz2 \
|
DOWNLOAD="http://wiki.qemu-project.org/download/qemu-2.5.0.tar.bz2 \
|
||||||
http://harrier.slackbuilds.org/misc/libusb-1.0.19.tar.xz"
|
http://harrier.slackbuilds.org/misc/libusb-1.0.19.tar.xz"
|
||||||
MD5SUM="a895e93ec1dafc34bc64ed676f0d55a6 \
|
MD5SUM="f469f2330bbe76e3e39db10e9ac4f8db \
|
||||||
30fcf0865e8945a39d7d136f907e933c"
|
30fcf0865e8945a39d7d136f907e933c"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
|
|
Loading…
Reference in New Issue