Summary
Gallium Nine Standalone, as the name implies, is a standalone version of the WINE parts of Gallium Nine. This decouples Gallium Nine from the WINE tree, so that it can be used with any WINE version. There is no need for any WINE patches. A stable, development, or staging WINE release is sufficient.
Versions
v9999 :: 0 :: gentoo
- Modified
- License
- LGPL-2.1+
v0.9-r1 :: 0 :: gentoo
- Modified
- License
- LGPL-2.1+
- Keywords
- -* ~amd64 ~x86
v0.8-r1 :: 0 :: gentoo
- Modified
- License
- LGPL-2.1+
- Keywords
- -* ~amd64 ~x86
USE flags
abi_mips
- n32
- 64-bit (32-bit pointer) libraries
- n64
- 64-bit libraries
- o32
- 32-bit libraries
abi_s390
- 32
- 32-bit (s390) libraries
- 64
- 64-bit (s390x) libraries
abi_x86
- 32
- 32-bit (x86) libraries
- 64
- 64-bit (amd64) libraries
- x32
- x32 ABI libraries
Dependencies
dev-build / meson : Open source build system
media-libs / mesa : OpenGL-like graphic library for Linux
virtual / pkgconfig : Virtual for the pkg-config implementation
virtual / wine : Virtual for Wine that supports multiple variants and slotting
Runtime Dependencies
media-libs / mesa : OpenGL-like graphic library for Linux
Bugs
- 894508
- app-emulation/gallium-nine-standalone-0.9-r1 fails to compile (MUSL-CLANG-SYSTEM): present.c:1771:24: error: call to undeclared function XrmUniqueQuark; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - James Le Cuirot · gentoo
app-emulation/gallium-nine-standalone: Fix ninewinecfg detection in 0.9
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> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
Move {dev-util → dev-build}/meson
Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/34790 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
Move {dev-util → dev-build}/meson-format-array
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - James Le Cuirot · gentoo
app-emulation/gallium-nine-standalone: Use meson-format-array
Signed-off-by: James Le Cuirot <chewi@gentoo.org> - James Le Cuirot · gentoo
app-emulation/gallium-nine-standalone: Version bump to 0.9, EAPI 8
Signed-off-by: James Le Cuirot <chewi@gentoo.org> - James Le Cuirot · gentoo
app-emulation/gallium-nine-standalone: Drop old 0.7-r1
Signed-off-by: James Le Cuirot <chewi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
app-emulation/gallium-nine-standalone: Remove dependence on mesa[dri3]
Mesa has a REQUIRED_USE="d3d9? ( dri3 )", so it wasn't necessary anyway, but I'm removing IUSE=dri3 from Mesa entirely, so this has to be updated. Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
app-emulation/gallium-nine-standalone: Switch to meson-multilib
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - James Le Cuirot · gentoo
app-emulation/gallium-nine-standalone: Version bump to 0.8
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: James Le Cuirot <chewi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-emulation/gallium-nine-standalone: fix variable references
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - James Le Cuirot · gentoo
app-emulation/gallium-nine-standalone: Upstream patch about libwine
Bug: https://github.com/iXit/wine-nine-standalone/issues/92 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: James Le Cuirot <chewi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - James Le Cuirot · gentoo
app-emulation/gallium-nine-standalone: Drop old 0.5
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: James Le Cuirot <chewi@gentoo.org> - James Le Cuirot · gentoo
app-emulation/gallium-nine-standalone: Bump to 0.7
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: James Le Cuirot <chewi@gentoo.org> - James Le Cuirot · gentoo
app-emulation/gallium-nine-standalone: Set pkg-config LIBDIR
I'm still not sure exactly why this has broken now but thanks to Michael Cook for the fix. Closes: https://bugs.gentoo.org/730542 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: James Le Cuirot <chewi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mike Gilbert · gentoo
Remove MULTILIB_USEDEP from all virtual/pkgconfig dependencies
Bug: https://bugs.gentoo.org/723112 Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - James Le Cuirot · gentoo
app-emulation/gallium-nine-standalone: Drop old 0.3 and 0.4
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: James Le Cuirot <chewi@gentoo.org> - James Le Cuirot · gentoo
app-emulation/gallium-nine-standalone: Bump to 0.5
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: James Le Cuirot <chewi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Philipp Ammann · gentoo
*/*: Depend on media-libs/mesa[X(+)]
This changes any package that depends on media-libs/mesa (though not virtual/opengl) to depend on media-libs/mesa[X(+)] instead. Bug: https://bugs.gentoo.org/560096 Signed-off-by: Philipp Ammann <philipp.ammann@posteo.de> Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - James Le Cuirot · gentoo
app-emulation/gallium-nine-standalone: Version bump to 0.4
Thanks to Hello71 for discovering that the backslash madness is no longer needed with newer Meson versions. Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - James Le Cuirot · gentoo
app-emulation/gallium-nine-standalone: Drop old 0_p20190113
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org> - James Le Cuirot · gentoo
app-emulation/gallium-nine-standalone: Version bump to 0.3
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - James Le Cuirot · gentoo
app-emulation/gallium-nine-standalone: New package
Package-Manager: Portage-2.3.55, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>