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

2024-07-09 Thread Timo Aaltonen

Timo Aaltonen kirjoitti 9.7.2024 klo 9.00:

Chris Lee kirjoitti 6.7.2024 klo 19.53:

Package: mesa-vulkan-drivers
Version: 24.1.3-2
Severity: wishlist
X-Debbugs-Cc: c...@mg8.org

Dear Maintainer,

  * What led up to the situation? I have a GeForce RTX 3070 and I would
    love to be able to run games on it without NVIDIA's binary driver
  * What exactly did you do (or not do) that was effective (or
    ineffective)? I built mesa from source myself and confirmed that
    the NVK driver builds and installs successfully
  * What was the outcome of this action? libEGL fatal: DRI driver not 
from this Mesa build

  * What outcome did you expect instead? Was really hoping for working
    3D accelerated rendering on my RTX 3070


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.



--
t



Bug#1076005: libdrm build-dep should be >=2.4.116

2024-07-09 Thread Michael Tokarev
Source: xwayland
Version: 24.1.0-1
Severity: normal
Tags: patch

xwayland Build-Depends on libdrm-dev (>= 2.4.89), but
actual build-time check verifies libdrm is at least of
version 2.4.116 and fails if it is not:

env[PKG_CONFIG_PATH]: 
Called `/usr/bin/pkg-config --libs libdrm` -> 0
stdout:
-ldrm
---
Dependency libdrm found: NO found 2.4.114 but need: '>= 2.4.116'
Dependency lookup for libdrm with method 'pkgconfig' failed: Invalid version, 
need 'libdrm' ['>= 2.4.116'] found '2.4.114'.

(this was an attempt to build xwayland on bookworm).

Please specify actual minimum required version of libdrm-dev.

(Using Tags: patch without actual patch, since the change is trivial.)

Thanks,

/mjt