Timo Aaltonen pushed to branch debian-experimental at X Strike Force / lib / mesa
Commits: 9ef9f6aa by Timo Aaltonen at 2021-05-06T19:16:04+03:00 rules: Drop the rule to clean up vulkan headers, not needed anymore. - - - - - ba7efd09 by Timo Aaltonen at 2021-05-06T20:05:16+03:00 rules: Update vulkan layer option selection. - - - - - 4d4811d4 by Timo Aaltonen at 2021-05-06T20:06:27+03:00 libgbm1.symbols: Updated. - - - - - 6383f7b9 by Timo Aaltonen at 2021-05-06T20:26:12+03:00 release to experimental - - - - - 3 changed files: - debian/changelog - debian/libgbm1.symbols - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +mesa (21.1.0-3) experimental; urgency=medium + + * rules: Drop the rule to clean up vulkan headers, not needed anymore. + * rules: Update vulkan layer option selection. + * libgbm1.symbols: Updated. + + -- Timo Aaltonen <[email protected]> Thu, 06 May 2021 20:25:50 +0300 + mesa (21.1.0-2) experimental; urgency=medium * control: Bump libdrm-dev build-dep. ===================================== debian/libgbm1.symbols ===================================== @@ -6,6 +6,7 @@ libgbm.so.1 libgbm1 #MINVER# gbm_bo_get_bpp@Base 17.3.0~rc1 gbm_bo_get_device@Base 8.1~0 gbm_bo_get_fd@Base 10.2~0 + gbm_bo_get_fd_for_plane@Base 21.1.0 gbm_bo_get_format@Base 8.1~0 gbm_bo_get_handle@Base 7.11~1 gbm_bo_get_handle_for_plane@Base 17.1.0~rc2 ===================================== debian/rules ===================================== @@ -121,8 +121,7 @@ else # build vulkan layers where Vulkan loader is available ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf i386 mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64 x32)) GALLIUM_DRIVERS += zink - confflags_VULKAN += -Dvulkan-device-select-layer=true - confflags_VULKAN += -Dvulkan-overlay-layer=true + confflags_VULKAN += -Dvulkan-layers="device-select, overlay" endif ifeq (,$(filter pkg.mesa.nolibva,$(DEB_BUILD_PROFILES))) @@ -221,12 +220,6 @@ override_dh_install: mv debian/tmp/usr/lib/${DEB_HOST_MULTIARCH}/dri/*_dri.so \ debian/libgl1-mesa-dri/usr/lib/${DEB_HOST_MULTIARCH}/dri/ - # Remove vulkan headers only where they get installed in tmp - # We ship those headers via src:vulkan / libvulkan-dev - ifneq (,$(filter $(DEB_HOST_ARCH),amd64 i386 x32)) - rmdir debian/tmp/usr/include/vulkan - endif - ifneq ($(DEB_HOST_ARCH_OS), hurd) # Copy the hardlinked vdpau drivers correctly. install -m755 -d debian/mesa-vdpau-drivers/usr/lib/${DEB_HOST_MULTIARCH}/vdpau/ View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/compare/fbf273b9b86df751a52847cde66f30f0e3ba7044...6383f7b9f3bc10389556eab720929195f509518a -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/compare/fbf273b9b86df751a52847cde66f30f0e3ba7044...6383f7b9f3bc10389556eab720929195f509518a You're receiving this email because of your account on salsa.debian.org.

