Bug#1076634: Please upgrade to 1.23

2024-07-20 Thread Juliusz Chroboczek
Package: libwayland-server0
Version: 1.22.0-2.1+b1

Hi,

Please consider upgrading libwayland-server to 1.23, or at least package
1.23 in experimental, as it is required by recent versions of wlroots.

Thanks.



Requesting write permission to Salsa xorg-team/app/xdm

2024-07-20 Thread Boyuan Yang
Dear Debian X team,

As discussed in https://bugs.debian.org/1073805 , I would like to take over
maintenance of package xdm in Debian. As I am working on it, I will need
write permission to the Salsa git packaging repository to properly store
my progress. It would be great if anyone with Salsa management permission
could review and grant me the related permission. My salsa account is
https://salsa.debian.org/byang/ . If that is not possible, I will be looking
to request Salsa support to have the repository moved to the
salsa.debian.org/debian/ namespace after the ITS process is completed.

BTW: I may have a pending request of joining https://salsa.debian.org/xorg-team 
.
It would be great if anyone can review the request and either approve or
reject it.

Thanks,
Boyuan Yang


signature.asc
Description: This is a digitally signed message part


Bug#1075858: mesa-vulkan-drivers > 24.1 should include NVK driver on amd64

2024-07-20 Thread Felix Zielcke
On Tue, 9 Jul 2024 11:41:08 +0300 Timo Aaltonen 
wrote:
> Timo Aaltonen kirjoitti 9.7.2024 klo 9.00:
> > If you figure out how to build it without vendoring syn/paste rust 
> > crates, then I'm all for it.
> 
> oh well, I have the mangling part done, but can't figure out how to
make 
> meson use the mangled wrap files.. the default wrap-mode is
nodownload 
> and so far I haven't figured out how to override that.
> 
> 

I compiled now my own mesa packagages with NVK enabled.

To override the wrap mode just add "--wrap-mode=default" (or what you
want) to the dh_auto_configure call in d/rules.

FWIW here's the patch:

diff --git a/debian/rules b/debian/rules
index bc3e9e42967..e28214f54e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,7 @@ endif
 
 EGL_PLATFORMS = x11
 GALLIUM_DRIVERS = swrast
-VULKAN_DRIVERS =
+VULKAN_DRIVERS = nouveau
 VULKAN_LAYERS =
 
 confflags_DRI3 = -Ddri3=disabled
@@ -203,7 +203,7 @@ override_dh_clean: regen_control
 
 override_dh_auto_configure:
dpkg-parsechangelog | awk '/^Version:/ {print $$2}' > VERSION
-   $(buildflags) dh_auto_configure -- \
+   $(buildflags) dh_auto_configure -- --wrap-mode=default \
$(confflags)
 
 override_dh_auto_install: