summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-emulation/wine-staging: optfeature on game-device-udev-rulesIonen Wolkens2024-02-163-3/+12
| | | | | | | | | | | | | In 9.1+, wine defaults to using /dev/hidraw* for some extra gamepads, most notably Sony DualShock4 which may come as unexpected. /dev/hidraw* access is restricted to root by default leaving users with a situation that seem like a wine regression. Only a optfeature since most gamepads do not need this (xbox one, about any 3rd party gamepads, etc...). Hopefully the optfeature is noticed by affected users. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-vanilla: optfeature on game-device-udev-rulesIonen Wolkens2024-02-163-3/+12
| | | | | | | | | | | | | In 9.1+, wine defaults to using /dev/hidraw* for some extra gamepads, most notably Sony DualShock4 which may come as unexpected. /dev/hidraw* access is restricted to root by default leaving users with a situation that seem like a wine regression. Only a optfeature since most gamepads do not need this (xbox one, about any 3rd party gamepads, etc...). Hopefully the optfeature is noticed by affected users. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/gallium-nine-standalone: Fix ninewinecfg detection in 0.9James Le Cuirot2024-02-132-2/+2
| | | | | | | This was broken because it was comparing the string Z:\ against z:\. Closes: https://bugs.gentoo.org/924020 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* app-emulation/wine-vanilla: Stabilize 9.0 x86, #924197Sam James2024-02-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/wine-staging: add 9.2Ionen Wolkens2024-02-112-0/+471
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-mono: Stabilize 8.1.0 amd64, #924196Sam James2024-02-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/wine-mono: Stabilize 8.1.0 x86, #924196Sam James2024-02-111-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/wine-gecko: Stabilize 2.47.4 amd64, #924195Sam James2024-02-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/wine-gecko: Stabilize 2.47.4 x86, #924195Sam James2024-02-111-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/virtualbox-guest-additions: use the newest patchsetViorel Munteanu2024-02-102-2/+3
| | | | | Closes: https://github.com/gentoo/gentoo/pull/35258 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/virtualbox-extpack-oracle: update RDEPENDViorel Munteanu2024-02-101-1/+6
| | | | | | | Optionally support app-emulation/virtualbox-kvm instead of app-emulation/virtualbox. Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/virtualbox: move more patches to patchsetViorel Munteanu2024-02-108-176/+3
| | | | | | | Move the patches for live version to the patchset too. Don't move the patches for 6.1 branch, because it is EOL. Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/virtualbox: move patches to patchsetViorel Munteanu2024-02-105-234/+5
| | | | | | | Move most patches from ${FILESDIR} to the patchset to share them with app-emulation/virtualbox-kvm. No changes to the patches. Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/virtualbox-kvm: new package, add 7.0.14_pre20240208, 9999Viorel Munteanu2024-02-1013-0/+1918
| | | | | | | This is a prerelease, add it unkeyworded. Not production ready. Closes: https://bugs.gentoo.org/924123 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/diskimage-builder: stabilize 3.32.0 for amd64, x86Matthew Thode2024-02-101-1/+1
| | | | Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* app-emulation/wine-vanilla: add 9.2Ionen Wolkens2024-02-092-0/+424
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-vanilla: drop 8.21Ionen Wolkens2024-02-092-424/+0
| | | | | | | Last of the previous development cycle, there should be no reason to need this over 9.0. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/dxvk: add short comment for libdisplay-info fallbackIonen Wolkens2024-02-091-2/+2
| | | | | | | | | | | It may otherwise look odd at a glance. Bundled fallback is normally not something we want to do, but this is a special situation. Solving properly would essentially involve having PE multilib (abi_x86_pe32/64 or so) on libdisplay-info which is far too involved for little gain. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/dxvk: Force fallback for libdisplay-info in 9999Mike Lothian2024-02-091-0/+1
| | | | | | | | | | | | Without this 64bit dxvk doesn't compile for me ionen's note: to clarify this is due to finding the system copy of libdisplay-info (if installed), but we're cross-compiling using mingw so we don't want the ELF one Signed-off-by: Mike Lothian <mike@fireburn.co.uk> Closes: https://github.com/gentoo/gentoo/pull/35245 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/vice: force bash during src_compileIonen Wolkens2024-02-081-1/+2
| | | | | | | | | | No need for a revbump, no real issue beside silencing errors. Only needed for src_compile's #!/bin/bash scripts called using SHELL, nonbash is fine for long'ish multibuild ./configure runs or install. Closes: https://bugs.gentoo.org/924116 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/vice: drop 3.7.1Ionen Wolkens2024-02-082-190/+0
| | | | | | | | Also drop ffmpeg stable mask given this is the last version with USE=ffmpeg. Not that this (forgotten) mask was still meaningful either way. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-mono: fix copyright year in 9.0.0Ionen Wolkens2024-02-061-1/+1
| | | | | | | It was formerly 2024 but did a bad wine-staging commit amend that lowered this to 2023, oops. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-staging: bump WINE_MONO to 9.0.0 in liveIonen Wolkens2024-02-062-2/+2
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-vanilla: bump WINE_MONO to 9.0.0 in liveIonen Wolkens2024-02-061-1/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-mono: add 9.0.0Ionen Wolkens2024-02-062-0/+28
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/firecracker-bin: drop 1.4.0, 1.4.1Sebastian Hamann2024-02-053-170/+0
| | | | | | Signed-off-by: Sebastian Hamann <code@ares-macrotechnology.com> Closes: https://github.com/gentoo/gentoo/pull/34570 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/firecracker-bin: add 1.6.0Sebastian Hamann2024-02-052-0/+89
| | | | | Signed-off-by: Sebastian Hamann <code@ares-macrotechnology.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/virt-manager: Stabilize 4.1.0-r1 arm64, #923554Sam James2024-02-031-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/qemu-guest-agent: Keyword 8.2.0 arm64, #917080Matoro Mahri2024-02-021-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/qemu: Stabilize 8.1.5 amd64, #923565Arthur Zamarin2024-02-021-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-emulation/qemu: Stabilize 8.1.5 x86, #923565Arthur Zamarin2024-02-021-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-emulation/qemu: Stabilize 8.1.5 ppc64, #923565Arthur Zamarin2024-02-021-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-emulation/virt-manager: Stabilize 4.1.0-r1 ppc64, #923554Arthur Zamarin2024-02-021-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-emulation/qemu-guest-agent: find sphinxV3n3RiX2024-02-022-0/+11
| | | | | | | Closes: https://bugs.gentoo.org/923573 Signed-off-by: Ghiunhan Mamut <venerix@redcorelinux.org> Closes: https://github.com/gentoo/gentoo/pull/35143 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/virt-manager: Stabilize 4.1.0-r1 amd64, #923554Joonas Niilola2024-02-021-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/virt-manager: Stabilize 4.1.0-r1 x86, #923554Joonas Niilola2024-02-021-2/+2
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/vagrant: Keyword 2.4.0-r1 arm64, #923503Sam James2024-02-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/qemu-guest-agent: add 8.2.0, limit test suiteMatoro Mahri2024-02-022-0/+89
| | | | | | | | | | As noted, the only relevant test for the guest agent is test-qga, which is part of the qobject test suite, so limit to just this test suite. Bug: https://bugs.gentoo.org/917080 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/34876 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/vagrant: fix LICENSESam James2024-02-021-1/+1
| | | | | | | | See upstream commit https://github.com/hashicorp/vagrant/commit/731e9cb6c48df71d8c3f8d2b929dd35875250d2d. Bug: https://bugs.gentoo.org/916978 Closes: https://bugs.gentoo.org/923487 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/qemu: drop 8.1.2, 8.1.3Sam James2024-02-023-1944/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/qemu: drop 7.2.6, 7.2.7Sam James2024-02-023-1945/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/qemu: add 8.2.1Sam James2024-02-022-0/+992
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/qemu: add 8.1.5Sam James2024-02-022-0/+972
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/qemu: add 7.2.9Sam James2024-02-022-0/+972
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/vagrant: unkeyword 2.4.0 for ~arm64Joonas Niilola2024-01-311-2/+2
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/vagrant: Bump to 2.4.0Guillaume Seren2024-01-313-1/+124
| | | | | | | Closes: https://bugs.gentoo.org/916978 Signed-off-by: Guillaume Seren <guillaumeseren@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34054 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/libvirt: Stabilize 9.8.0 x86, #916585Matoro Mahri2024-01-291-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/libvirt: Stabilize 9.8.0 amd64, #916585Matoro Mahri2024-01-291-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/plus42: add 1.1.3Bernard Cafarelli2024-01-292-0/+51
| | | | Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
* app-emulation/free42: add 3.1.3Bernard Cafarelli2024-01-292-0/+47
| | | | Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>