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

[Git][xorg-team/lib/libdrm][debian-unstable] 2 commits: Enable building libdrm-intel1 for riscv64



Title: GitLab

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:

Changes:

  • debian/changelog
    1
    +libdrm (2.4.124-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  [ Daniel van Vugt ]
    
    4
    +  * Add xf86drm-Handle-NULL-in-drmCopyVersion.patch (LP: #2104352)
    
    5
    +
    
    6
    +  [ Bo YU ]
    
    7
    +  * Enable building libdrm-intel1 for riscv64 (Closes: #1085314)
    
    8
    +
    
    9
    + -- Timo Aaltonen <tjaalton@debian.org>  Tue, 01 Apr 2025 11:08:19 +0300
    
    10
    +
    
    1 11
     libdrm (2.4.124-1) unstable; urgency=medium
    
    2 12
     
    
    3 13
       * New upstream release.
    

  • debian/control
    ... ... @@ -24,7 +24,7 @@ Section: libdevel
    24 24
     Architecture: linux-any hurd-any
    
    25 25
     Depends:
    
    26 26
      libdrm2 (= ${binary:Version}),
    
    27
    - libdrm-intel1 (= ${binary:Version}) [amd64 i386 hurd-i386 x32],
    
    27
    + libdrm-intel1 (= ${binary:Version}) [amd64 i386 hurd-i386 x32 riscv64],
    
    28 28
      libdrm-radeon1 (= ${binary:Version}),
    
    29 29
      libdrm-nouveau2 (= ${binary:Version}) [linux-any],
    
    30 30
      libdrm-amdgpu1 (= ${binary:Version}),
    
    ... ... @@ -104,7 +104,7 @@ Description: Userspace interface to kernel DRM services -- runtime
    104 104
      This is a udeb, or a microdeb, for the debian-installer.
    
    105 105
     
    
    106 106
     Package: libdrm-intel1
    
    107
    -Architecture: amd64 arm64 i386 hurd-i386 x32
    
    107
    +Architecture: amd64 arm64 i386 hurd-i386 x32 riscv64
    
    108 108
     Depends:
    
    109 109
      ${shlibs:Depends},
    
    110 110
      ${misc:Depends},
    

  • debian/rules
    ... ... @@ -32,8 +32,8 @@ else
    32 32
     	NOUVEAU = no
    
    33 33
     endif
    
    34 34
     
    
    35
    -# Intel is only on x86 and arm64:
    
    36
    -ifneq (,$(filter amd64 arm64 i386,$(DEB_HOST_ARCH_CPU)))
    
    35
    +# Intel is only on x86, arm64 and riscv64:
    
    36
    +ifneq (,$(filter amd64 arm64 i386 riscv64,$(DEB_HOST_ARCH_CPU)))
    
    37 37
     ifneq (,$(filter linux hurd,$(DEB_HOST_ARCH_OS)))
    
    38 38
     	INTEL = yes
    
    39 39
     endif
    


  • Reply to: