GNU bug report logs -
#71091
[PATCH] gnu: wine, wine64, wine-staging, wine64-staging: Enable wayland support.
Previous Next
Reported by: Sughosha <sughosha <at> disroot.org>
Date: Tue, 21 May 2024 10:33:02 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 71091 in the body.
You can then email your comments to 71091 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#71091
; Package
guix-patches
.
(Tue, 21 May 2024 10:33:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Sughosha <sughosha <at> disroot.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 21 May 2024 10:33:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/wine.scm (wine)[inputs]: Add libxkbcommon, mesa, wayland and
wayland-protocols.
Change-Id: I43bcca457abc9c38941df21db64e867b13260004
---
gnu/packages/wine.scm | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
index a4a06c495a..35520ee03b 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -44,6 +44,7 @@ (define-module (gnu packages wine)
#:use-module (gnu packages cups)
#:use-module (gnu packages databases)
#:use-module (gnu packages fontutils)
+ #:use-module (gnu packages freedesktop)
#:use-module (gnu packages flex)
#:use-module (gnu packages image)
#:use-module (gnu packages gettext)
@@ -69,6 +70,7 @@ (define-module (gnu packages wine)
#:use-module (gnu packages tls)
#:use-module (gnu packages video)
#:use-module (gnu packages vulkan)
+ #:use-module (gnu packages xdisorg)
#:use-module (gnu packages xml)
#:use-module (gnu packages xorg)
#:use-module (ice-9 match)
@@ -191,11 +193,13 @@ (define-public wine
libxi
libxext
libxcursor
+ libxkbcommon
libxrender
libxrandr
libxinerama
libxxf86vm
libxcomposite
+ mesa
mit-krb5
openal
pulseaudio
@@ -203,7 +207,9 @@ (define-public wine
unixodbc
v4l-utils
vkd3d
- vulkan-loader))
+ vulkan-loader
+ wayland
+ wayland-protocols))
(arguments
(substitute-keyword-arguments (package-arguments wine-minimal)
((#:phases phases)
base-commit: e9b25a6c6c626a560d28a1f732e6e5d362d584a4
--
2.41.0
bug closed, send any further explanations to
71091 <at> debbugs.gnu.org and Sughosha <sughosha <at> disroot.org>
Request was from
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Mon, 24 Jun 2024 03:07:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 22 Jul 2024 11:24:30 GMT)
Full text and
rfc822 format available.
This bug report was last modified 335 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.