Commits:
-
ecb41921
by Timo Aaltonen at 2024-06-11T12:51:52+03:00
control: Bump build-deps on directx-headers-dev, libvdpau-dev, wayland-protocols.
3 changed files:
Changes:
debian/changelog
|
1
|
+mesa (24.1.1-3) UNRELEASED; urgency=medium
|
|
2
|
+
|
|
3
|
+ * control: Bump build-deps on directx-headers-dev, libvdpau-dev,
|
|
4
|
+ wayland-protocols.
|
|
5
|
+
|
|
6
|
+ -- Timo Aaltonen <tjaalton@debian.org> Tue, 11 Jun 2024 12:51:40 +0300
|
|
7
|
+
|
1
|
8
|
mesa (24.1.1-2) unstable; urgency=medium
|
2
|
9
|
|
3
|
10
|
* rules, control: Revert back to llvm 17. (Closes: #1072941)
|
debian/control
... |
... |
@@ -6,7 +6,7 @@ Uploaders: Andreas Boll <aboll@debian.org> |
6
|
6
|
Standards-Version: 4.1.4
|
7
|
7
|
Build-Depends:
|
8
|
8
|
debhelper-compat (= 13),
|
9
|
|
- directx-headers-dev (>= 1.610.0) [linux-amd64 linux-arm64],
|
|
9
|
+ directx-headers-dev (>= 1.613.0) [linux-amd64 linux-arm64],
|
10
|
10
|
glslang-tools [amd64 arm64 armel armhf i386 loong64 powerpc ppc64 ppc64el riscv64 s390x sparc64 x32],
|
11
|
11
|
meson (>= 1.4.0),
|
12
|
12
|
quilt (>= 0.63-8.2~),
|
... |
... |
@@ -19,7 +19,7 @@ Build-Depends: |
19
|
19
|
libxfixes-dev,
|
20
|
20
|
libxext-dev,
|
21
|
21
|
libva-dev (>= 1.6.0) [linux-any] <!pkg.mesa.nolibva>,
|
22
|
|
- libvdpau-dev (>= 1.1.1) [linux-any],
|
|
22
|
+ libvdpau-dev (>= 1.5) [linux-any],
|
23
|
23
|
libvulkan-dev [amd64 arm64 armel armhf i386 loong64 powerpc ppc64 ppc64el riscv64 s390x sparc64 x32],
|
24
|
24
|
x11proto-dev,
|
25
|
25
|
linux-libc-dev (>= 2.6.31) [linux-any],
|
... |
... |
@@ -49,7 +49,7 @@ Build-Depends: |
49
|
49
|
libclang-17-dev [amd64 arm64 armel armhf i386 loong64 powerpc ppc64 ppc64el riscv64 s390x sparc64 x32],
|
50
|
50
|
libclang-cpp17-dev [amd64 arm64 armel armhf i386 loong64 powerpc ppc64 ppc64el riscv64 s390x sparc64 x32],
|
51
|
51
|
libclc-17-dev [amd64 arm64 armel armhf i386 loong64 powerpc ppc64 ppc64el riscv64 s390x sparc64 x32],
|
52
|
|
- wayland-protocols (>= 1.24),
|
|
52
|
+ wayland-protocols (>= 1.34),
|
53
|
53
|
zlib1g-dev,
|
54
|
54
|
libglvnd-core-dev (>= 1.3.2),
|
55
|
55
|
valgrind [amd64 arm64 armhf i386 mips64el powerpc ppc64 ppc64el s390x],
|
debian/control.in
... |
... |
@@ -6,7 +6,7 @@ Uploaders: Andreas Boll <aboll@debian.org> |
6
|
6
|
Standards-Version: 4.1.4
|
7
|
7
|
Build-Depends:
|
8
|
8
|
debhelper-compat (= 13),
|
9
|
|
- directx-headers-dev (>= 1.610.0) [linux-amd64 linux-arm64],
|
|
9
|
+ directx-headers-dev (>= 1.613.0) [linux-amd64 linux-arm64],
|
10
|
10
|
glslang-tools [@LLVM_ARCHS@],
|
11
|
11
|
meson (>= 1.4.0),
|
12
|
12
|
quilt (>= 0.63-8.2~),
|
... |
... |
@@ -19,7 +19,7 @@ Build-Depends: |
19
|
19
|
libxfixes-dev,
|
20
|
20
|
libxext-dev,
|
21
|
21
|
libva-dev (>= 1.6.0) [linux-any] <!pkg.mesa.nolibva>,
|
22
|
|
- libvdpau-dev (>= 1.1.1) [linux-any],
|
|
22
|
+ libvdpau-dev (>= 1.5) [linux-any],
|
23
|
23
|
libvulkan-dev [@LLVM_ARCHS@],
|
24
|
24
|
x11proto-dev,
|
25
|
25
|
linux-libc-dev (>= 2.6.31) [linux-any],
|
... |
... |
@@ -49,7 +49,7 @@ Build-Depends: |
49
|
49
|
libclang-@LLVM_VERSION@-dev [@LLVM_ARCHS@],
|
50
|
50
|
libclang-cpp@LLVM_VERSION@-dev [@LLVM_ARCHS@],
|
51
|
51
|
libclc-@LLVM_VERSION@-dev [@LLVM_ARCHS@],
|
52
|
|
- wayland-protocols (>= 1.24),
|
|
52
|
+ wayland-protocols (>= 1.34),
|
53
|
53
|
zlib1g-dev,
|
54
|
54
|
libglvnd-core-dev (>= 1.3.2),
|
55
|
55
|
valgrind [@VALGRIND_ARCHS@],
|
|