system/qemu: Updated for version 8.2.2

Signed-off-by: Edward W. Koenig <kingbeowulf@linuxgalaxy.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Edward W. Koenig 2024-03-27 22:08:26 -07:00 committed by Willy Sudiarto Raharjo
parent 82473fe538
commit 83522e38be
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 8 additions and 13 deletions

View file

@ -3,7 +3,7 @@
# Slackware build script for qemu
# Copyright 2009, 2010 Andrew Brouwers <abrouwers@gmail.com>
# Copyright 2013-2022 Edward W. Koenig, Vancouver, USA <kingbeowulf@linuxgalaxy.org>
# Copyright 2013-2024 Edward W. Koenig, Vancouver, USA <kingbeowulf@linuxgalaxy.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,17 +23,11 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# 20230701 bkw: Modified by SlackBuilds.org, BUILD=2:
# - add doinst to update desktop database and icon cache.
# Note: sbopkglint <= 0.9.0 complains about ELF binaries found in
# /usr/share/qemu (intended for the target systems). This is an error
# in sbopkglint, and will be fixed (no need to change anything here).
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=qemu
VERSION=${VERSION:-7.2.1}
BUILD=${BUILD:-2}
VERSION=${VERSION:-8.2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -138,7 +132,8 @@ CXXFLAGS="$SLKCFLAGS" \
--disable-debug-info \
--enable-virtfs \
--enable-sdl \
--enable-jemalloc \
--enable-malloc=jemalloc \
--enable-fdt=auto \
--enable-nettle \
--${uring}able-linux-io-uring \
--audio-drv-list=${AUDIODRIVERS} \

View file

@ -1,8 +1,8 @@
PRGNAM="qemu"
VERSION="7.2.1"
VERSION="8.2.2"
HOMEPAGE="https://www.qemu.org"
DOWNLOAD="https://download.qemu.org/qemu-7.2.1.tar.xz"
MD5SUM="48ec3eadc151f0eceb641c0c7a13374c"
DOWNLOAD="https://download.qemu.org/qemu-8.2.2.tar.xz"
MD5SUM="e43091262671c1728b09522932b75b1d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""