Github messages for voidlinux
 help / color / mirror / Atom feed
From: dmarto <dmarto@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] libdrm: enable man pages, update to 2.4.113.
Date: Wed, 28 Sep 2022 10:39:37 +0200	[thread overview]
Message-ID: <20220928083937.iYIkMa2gu3nMdvJZHi_FYVArz12WdmL8LR9Ou6HC0KI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39494@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 499 bytes --]

There is an updated pull request by dmarto against master on the void-packages repository

https://github.com/dmarto/void-packages libdrm
https://github.com/void-linux/void-packages/pull/39494

libdrm: enable man pages, update to 2.4.113.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

A patch file from https://github.com/void-linux/void-packages/pull/39494.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libdrm-39494.patch --]
[-- Type: text/x-diff, Size: 1597 bytes --]

From 217a107da7035604500a16397660ebff67ba26fe Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Tue, 27 Sep 2022 21:27:37 +0300
Subject: [PATCH] libdrm: enable man pages, update to 2.4.113.

---
 srcpkgs/libdrm/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/libdrm/template b/srcpkgs/libdrm/template
index 3d50b2d8316f..203ea8584e97 100644
--- a/srcpkgs/libdrm/template
+++ b/srcpkgs/libdrm/template
@@ -1,21 +1,21 @@
 # Template file for 'libdrm'
 pkgname=libdrm
-version=2.4.112
+version=2.4.113
 revision=1
 wrksrc="drm-libdrm-${version}"
 build_style=meson
-configure_args="-Dudev=true -Dvalgrind=false"
-hostmakedepends="pkg-config"
+configure_args="-Dudev=true -Dvalgrind=disabled"
+hostmakedepends="pkg-config python3-docutils"
 makedepends="eudev-libudev-devel libpciaccess-devel"
 short_desc="Userspace interface to kernel DRM services"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://dri.freedesktop.org/"
 distfiles="https://gitlab.freedesktop.org/mesa/drm/-/archive/libdrm-${version}/drm-libdrm-${version}.tar.gz"
-checksum=d9d38a989e22c8c6aad6ecc27db25de2fe685bf0e2c27855f8135ea4ca1cdddb
+checksum=f2969eaca119766485ce7e274ffab73a3d30d74bd98ce7855d7478c6fba765ec
 
 case "$XBPS_TARGET_MACHINE" in
-	aarch64*) configure_args+=" -Dvc4=true";;
+	aarch64*) configure_args+=" -Dvc4=enabled";;
 esac
 
 post_install() {
@@ -29,6 +29,7 @@ libdrm-devel_package() {
 	pkg_install() {
 		vmove usr/include
 		vmove usr/lib/pkgconfig
+		vmove usr/share/man/man3
 		vmove "usr/lib/*.so"
 	}
 }

  reply	other threads:[~2022-09-28  8:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-27 18:30 [PR PATCH] " dmarto
2022-09-28  8:39 ` dmarto [this message]
2022-09-28 17:08 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220928083937.iYIkMa2gu3nMdvJZHi_FYVArz12WdmL8LR9Ou6HC0KI@z \
    --to=dmarto@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).