Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / mesa
Commits: 5a2fdd0e by Timo Aaltonen at 2021-10-07T12:30:06+03:00 Revert back to llvm 12. (Closes: #995835) - - - - - 27ffb70b by Timo Aaltonen at 2021-10-07T12:30:16+03:00 release to sid - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +mesa (21.2.3-2) unstable; urgency=medium + + * Revert back to llvm 12. (Closes: #995835) + + -- Timo Aaltonen <[email protected]> Thu, 07 Oct 2021 12:30:07 +0300 + mesa (21.2.3-1) unstable; urgency=medium [ Timo Aaltonen ] ===================================== debian/control ===================================== @@ -43,10 +43,10 @@ Build-Depends: libelf-dev [amd64 arm64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64], libwayland-dev (>= 1.15.0) [linux-any], libwayland-egl-backend-dev (>= 1.15.0) [linux-any], - llvm-13-dev [amd64 arm64 armel armhf i386 mips64el mipsel powerpc ppc64 ppc64el s390x sparc64], - libclang-13-dev [amd64 arm64 armel armhf i386 mips64el mipsel powerpc ppc64 ppc64el s390x sparc64], - libclang-cpp13-dev [amd64 arm64 armel armhf i386 mips64el mipsel powerpc ppc64 ppc64el s390x sparc64], - libclc-13-dev [amd64 arm64 armel armhf i386 mips64el mipsel powerpc ppc64 ppc64el s390x sparc64], + llvm-12-dev [amd64 arm64 armel armhf i386 mips64el mipsel powerpc ppc64 ppc64el s390x sparc64], + libclang-12-dev [amd64 arm64 armel armhf i386 mips64el mipsel powerpc ppc64 ppc64el s390x sparc64], + libclang-cpp12-dev [amd64 arm64 armel armhf i386 mips64el mipsel powerpc ppc64 ppc64el s390x sparc64], + libclc-12-dev [amd64 arm64 armel armhf i386 mips64el mipsel powerpc ppc64 ppc64el s390x sparc64], wayland-protocols (>= 1.9), zlib1g-dev, libglvnd-dev (>= 1.3.2), @@ -415,7 +415,7 @@ Section: libs Architecture: amd64 arm64 armel armhf i386 mips64el mipsel powerpc ppc64 ppc64el s390x sparc64 Pre-Depends: ${misc:Pre-Depends} Depends: - libclc-13, + libclc-12, ocl-icd-libopencl1 | libopencl1, ${shlibs:Depends}, ${misc:Depends}, ===================================== debian/rules ===================================== @@ -13,7 +13,7 @@ DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU) # for finding the correct llvm-config when meson doesn't know about it yet -export PATH:=/usr/lib/llvm-13/bin/:$(PATH) +export PATH:=/usr/lib/llvm-12/bin/:$(PATH) ifeq (,$(filter $(DEB_HOST_ARCH), armhf ppc64el sh3 sh4)) buildflags = \ View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/compare/a3c88bd2b3b72eec893eb02d02099c137a811a6d...27ffb70b522a92ac086aeab175e7c1ef19368f0c -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/compare/a3c88bd2b3b72eec893eb02d02099c137a811a6d...27ffb70b522a92ac086aeab175e7c1ef19368f0c You're receiving this email because of your account on salsa.debian.org.

