[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][xorg-team/lib/mesa][debian-unstable] 3 commits: control: Bump wayland-protocols build-dep.



Title: GitLab

Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / mesa

Commits:

  • d1a24b92
    by Timo Aaltonen at 2025-05-23T19:17:20+03:00
    control: Bump wayland-protocols build-dep.
    
  • 3ffcbf68
    by Timo Aaltonen at 2025-05-23T19:18:33+03:00
    control: Bump directx-headers build-dep.
    
  • 588790d3
    by Timo Aaltonen at 2025-05-23T19:26:14+03:00
    control: Bump spirv-tools build dep for Intel shader compiler.
    

3 changed files:

Changes:

  • debian/changelog
    1 1
     mesa (25.0.5-3) UNRELEASED; urgency=medium
    
    2 2
     
    
    3 3
       * control: Bump rustc dependency to match upstream.
    
    4
    +  * control: Bump wayland-protocols build-dep.
    
    5
    +  * control: Bump directx-headers build-dep.
    
    6
    +  * control: Bump spirv-tools build dep for Intel shader compiler.
    
    4 7
     
    
    5 8
      -- Timo Aaltonen <tjaalton@debian.org>  Thu, 22 May 2025 11:48:01 +0300
    
    6 9
     
    

  • debian/control
    ... ... @@ -6,9 +6,10 @@ 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.613.0) [linux-amd64 linux-arm64],
    
    9
    + directx-headers-dev (>= 1.614.1) [linux-amd64 linux-arm64],
    
    10 10
      flatbuffers-compiler [linux-arm64],
    
    11 11
      glslang-tools [amd64 arm64 armel armhf i386 loong64 mips64el powerpc ppc64 ppc64el riscv64 s390x sparc64 x32],
    
    12
    + spirv-tools (>= 2024.4~rc1) [amd64 arm64 armel armhf i386 loong64 mips64el powerpc ppc64 ppc64el riscv64 s390x sparc64 x32],
    
    12 13
      meson (>= 1.4.0),
    
    13 14
      pkgconf,
    
    14 15
      libdrm-dev (>= 2.4.121),
    
    ... ... @@ -53,7 +54,7 @@ Build-Depends:
    53 54
      libclang-cpp19-dev [amd64 arm64 armel armhf i386 loong64 mips64el powerpc ppc64 ppc64el riscv64 s390x sparc64 x32],
    
    54 55
      libclc-19-dev [amd64 arm64 armel armhf i386 loong64 mips64el powerpc ppc64 ppc64el riscv64 s390x sparc64 x32],
    
    55 56
      libclc-19 [amd64 arm64 armel armhf i386 loong64 mips64el powerpc ppc64 ppc64el riscv64 s390x sparc64 x32],
    
    56
    - wayland-protocols (>= 1.34),
    
    57
    + wayland-protocols (>= 1.38),
    
    57 58
      zlib1g-dev,
    
    58 59
      libglvnd-core-dev (>= 1.3.2),
    
    59 60
      valgrind [amd64 arm64 armhf i386 mips64el powerpc ppc64 ppc64el s390x],
    

  • debian/control.in
    ... ... @@ -6,9 +6,10 @@ 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.613.0) [linux-amd64 linux-arm64],
    
    9
    + directx-headers-dev (>= 1.614.1) [linux-amd64 linux-arm64],
    
    10 10
      flatbuffers-compiler [linux-arm64],
    
    11 11
      glslang-tools [@LLVM_ARCHS@],
    
    12
    + spirv-tools (>= 2024.4~rc1) [@LLVM_ARCHS@],
    
    12 13
      meson (>= 1.4.0),
    
    13 14
      pkgconf,
    
    14 15
      libdrm-dev (>= 2.4.121),
    
    ... ... @@ -53,7 +54,7 @@ Build-Depends:
    53 54
      libclang-cpp@LLVM_VERSION@-dev [@LLVM_ARCHS@],
    
    54 55
      libclc-@LLVM_VERSION@-dev [@LLVM_ARCHS@],
    
    55 56
      libclc-@LLVM_VERSION@ [@LLVM_ARCHS@],
    
    56
    - wayland-protocols (>= 1.34),
    
    57
    + wayland-protocols (>= 1.38),
    
    57 58
      zlib1g-dev,
    
    58 59
      libglvnd-core-dev (>= 1.3.2),
    
    59 60
      valgrind [@VALGRIND_ARCHS@],
    


  • Reply to: