]> git.pld-linux.org Git - packages/libdrm.git/commitdiff
up to 2.4.118
authorJan Palus <atler@pld-linux.org>
Mon, 20 Nov 2023 14:01:21 +0000 (15:01 +0100)
committerJan Palus <atler@pld-linux.org>
Mon, 20 Nov 2023 14:01:21 +0000 (15:01 +0100)
libdrm-intel.patch [deleted file]
libdrm.spec

diff --git a/libdrm-intel.patch b/libdrm-intel.patch
deleted file mode 100644 (file)
index 415d532..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- libdrm-2.4.117/meson.build.orig    2023-10-20 11:20:00.675934935 +0200
-+++ libdrm-2.4.117/meson.build 2023-10-20 18:29:31.362989811 +0200
-@@ -87,7 +87,7 @@ dep_pciaccess = dependency('pciaccess',
- with_intel = get_option('intel') \
-   .require(with_atomics, error_message : 'libdrm_intel requires atomics') \
-   .require(dep_pciaccess.found(), error_message : 'libdrm_intel requires libpciaccess') \
--  .disable_auto_if(not host_machine.system().startswith('x86')) \
-+  .disable_auto_if(not host_machine.cpu_family().startswith('x86')) \
-   .allowed()
- summary('Intel', with_intel)
index 9cd5c1f30617d8b9be03aa0b48ab58cb236325f1..a6b349d0d6575d0e319c31e2689d5db02669d834 100644 (file)
@@ -6,13 +6,12 @@
 Summary:       Userspace interface to kernel DRM services
 Summary(pl.UTF-8):     Interfejs przestrzeni użytkownika do usług DRM jądra
 Name:          libdrm
-Version:       2.4.117
+Version:       2.4.118
 Release:       1
 License:       MIT
 Group:         Libraries
 Source0:       https://dri.freedesktop.org/libdrm/%{name}-%{version}.tar.xz
-# Source0-md5: 69b17be6250b2c863411e0c5f6aefd6a
-Patch0:                %{name}-intel.patch
+# Source0-md5: f7bd81d394af513ed8a67e3ea178bb54
 URL:           https://dri.freedesktop.org/
 BuildRequires: docbook-dtd42-xml
 BuildRequires: docbook-style-xsl-nons
@@ -70,7 +69,6 @@ Statyczna biblioteka libdrm.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %if %{with static_libs}
 %{__sed} -i -e '/^lib.* = shared_library/ s/shared_library/library/' \
This page took 0.191754 seconds and 4 git commands to generate.