Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libdrm
Commits: c05a4711 by Timo Aaltonen at 2026-06-29T12:24:42+03:00 Enable freedreno on i386 too - - - - - fce9f429 by Timo Aaltonen at 2026-06-29T12:25:04+03:00 releasing package libdrm version 2.4.134-3 - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +libdrm (2.4.134-3) unstable; urgency=medium + + * Enable freedreno on i386 too + + -- Timo Aaltonen <[email protected]> Mon, 29 Jun 2026 12:24:58 +0300 + libdrm (2.4.134-2) unstable; urgency=medium * Enable freedreno on amd64 ===================================== debian/control ===================================== @@ -29,7 +29,7 @@ Depends: libdrm-nouveau2 (= ${binary:Version}) [linux-any], libdrm-amdgpu1 (= ${binary:Version}), libdrm-omap1 (= ${binary:Version}) [any-arm], - libdrm-freedreno1 (= ${binary:Version}) [amd64 any-arm arm64], + libdrm-freedreno1 (= ${binary:Version}) [amd64 any-arm arm64 i386], libdrm-exynos1 (= ${binary:Version}) [any-arm], libdrm-tegra0 (= ${binary:Version}) [any-arm arm64], libdrm-etnaviv1 (= ${binary:Version}) [armhf arm64], @@ -159,7 +159,7 @@ Description: Userspace interface to omap-specific kernel DRM services -- runtime OpenGL drivers. Package: libdrm-freedreno1 -Architecture: amd64 any-arm arm64 +Architecture: amd64 any-arm arm64 i386 Depends: ${shlibs:Depends}, ${misc:Depends}, ===================================== debian/rules ===================================== @@ -76,8 +76,8 @@ else confflags += -Dtegra=disabled endif -# Freedreno is on amd64, arm and arm64 -ifneq (,$(filter amd64 arm arm64,$(DEB_HOST_ARCH_CPU))) +# Freedreno is on amd64, arm, arm64 and i386 +ifneq (,$(filter amd64 arm arm64 i386,$(DEB_HOST_ARCH_CPU))) FREEDRENO = yes endif ifeq ($(FREEDRENO), yes) View it on GitLab: https://salsa.debian.org/xorg-team/lib/libdrm/-/compare/5558aea756d74bbe009d07eebaf2c2a817f55eb4...fce9f4298d8c2553b86caf18d8037cebc00d1e25 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/libdrm/-/compare/5558aea756d74bbe009d07eebaf2c2a817f55eb4...fce9f4298d8c2553b86caf18d8037cebc00d1e25 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help

