app-emulation/quickemu: add 4.9.9

qemu-version-fix no longer needed, fixed upstream

Signed-off-by: Ceres <ceres@ceressees.dev>
This commit is contained in:
Ceres
2026-03-18 17:09:03 +00:00
parent 62586d6a91
commit 2f8c2d7d2b
2 changed files with 43 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST quickemu-4.9.7.tar.gz 182696 BLAKE2B 2fde0068f55420fb3de59aa42f741229a7018f9ac1f535c7e5a1a5bcf85de12dde21869af9527767f28d6210dceaa1989659726a467617ef0b234892a7ba25cb SHA512 8bf9bf1d57064075384ff32cc3b4d882bbbfb5fce22e7102bdb1e48f2683111c1a1758f371508e9a019d3fc322837213c6ea0d86568a579347b0b9a2cdc465da
DIST quickemu-4.9.9.tar.gz 199119 BLAKE2B 129201d66fd24f101c7f2fae876971170fd265adf139fed7c476854c571bb7b691039ae8f75da4bb824bd9aea91ecf09025f4d7864a7aaddae0ce92fe9c407b9 SHA512 f43b51720c8e8cd721cf9e3375e6bf63f1cfcade6b95ff4c7964ad9ab34dc4f3eb92f31ce199d58eff6f9979e9d1f529c6429cf4073db0d0b49996f17e8e0c5e

View File

@@ -0,0 +1,42 @@
# Copyright 2021-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..13} )
inherit python-single-r1
DESCRIPTION="Create and run optimised Windows, macOS and Linux desktop virtual machines"
HOMEPAGE="https://github.com/quickemu-project/quickemu"
SRC_URI="https://github.com/quickemu-project/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${P}/docs"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="
${PYTHON_DEPS}
>=app-emulation/qemu-6.0.0[gtk,sdl,spice,virtfs]
>=app-shells/bash-4.0:=
app-cdr/cdrtools
app-crypt/swtpm
app-misc/jq
net-misc/spice-gtk[gtk3]
net-misc/socat
net-misc/wget
net-misc/zsync
sys-apps/usbutils
sys-apps/util-linux
|| ( sys-firmware/edk2 sys-firmware/edk2-bin )
sys-process/procps
x11-apps/mesa-progs
x11-apps/xrandr
x11-misc/xdg-user-dirs
"
RDEPEND="${DEPEND}"
src_install() {
emake PREFIX="${D}/usr" install
}