Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libdrm
Commits: 60a2aa1f by Bo YU at 2025-04-01T11:04:57+03:00 Enable building libdrm-intel1 for riscv64 - - - - - 4e8bdebf by Timo Aaltonen at 2025-04-01T11:08:25+03:00 releasing package libdrm version 2.4.124-2 - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +libdrm (2.4.124-2) unstable; urgency=medium + + [ Daniel van Vugt ] + * Add xf86drm-Handle-NULL-in-drmCopyVersion.patch (LP: #2104352) + + [ Bo YU ] + * Enable building libdrm-intel1 for riscv64 (Closes: #1085314) + + -- Timo Aaltonen <[email protected]> Tue, 01 Apr 2025 11:08:19 +0300 + libdrm (2.4.124-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -24,7 +24,7 @@ Section: libdevel Architecture: linux-any hurd-any Depends: libdrm2 (= ${binary:Version}), - libdrm-intel1 (= ${binary:Version}) [amd64 i386 hurd-i386 x32], + libdrm-intel1 (= ${binary:Version}) [amd64 i386 hurd-i386 x32 riscv64], libdrm-radeon1 (= ${binary:Version}), libdrm-nouveau2 (= ${binary:Version}) [linux-any], libdrm-amdgpu1 (= ${binary:Version}), @@ -104,7 +104,7 @@ Description: Userspace interface to kernel DRM services -- runtime This is a udeb, or a microdeb, for the debian-installer. Package: libdrm-intel1 -Architecture: amd64 arm64 i386 hurd-i386 x32 +Architecture: amd64 arm64 i386 hurd-i386 x32 riscv64 Depends: ${shlibs:Depends}, ${misc:Depends}, ===================================== debian/rules ===================================== @@ -32,8 +32,8 @@ else NOUVEAU = no endif -# Intel is only on x86 and arm64: -ifneq (,$(filter amd64 arm64 i386,$(DEB_HOST_ARCH_CPU))) +# Intel is only on x86, arm64 and riscv64: +ifneq (,$(filter amd64 arm64 i386 riscv64,$(DEB_HOST_ARCH_CPU))) ifneq (,$(filter linux hurd,$(DEB_HOST_ARCH_OS))) INTEL = yes endif View it on GitLab: https://salsa.debian.org/xorg-team/lib/libdrm/-/compare/1f73f0ef2d3ff6040fa7e6ace6a4d7c99f5f704a...4e8bdebfdf99cbc75dcce66703da4fd27f34b8be -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/libdrm/-/compare/1f73f0ef2d3ff6040fa7e6ace6a4d7c99f5f704a...4e8bdebfdf99cbc75dcce66703da4fd27f34b8be You're receiving this email because of your account on salsa.debian.org.

