Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libdrm: enable man pages, update to 2.4.113.
@ 2022-09-27 18:30 dmarto
  2022-09-28  8:39 ` [PR PATCH] [Updated] " dmarto
  2022-09-28 17:08 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: dmarto @ 2022-09-27 18:30 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1521 bytes --]

From 9d504fb155b8966e1af5ac1f7879d8549b90d0cc 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 | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libdrm/template b/srcpkgs/libdrm/template
index 3d50b2d8316f..3dfe9243151f 100644
--- a/srcpkgs/libdrm/template
+++ b/srcpkgs/libdrm/template
@@ -1,18 +1,18 @@
 # 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";;
@@ -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"
 	}
 }

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] libdrm: enable man pages, update to 2.4.113.
  2022-09-27 18:30 [PR PATCH] libdrm: enable man pages, update to 2.4.113 dmarto
@ 2022-09-28  8:39 ` dmarto
  2022-09-28 17:08 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: dmarto @ 2022-09-28  8:39 UTC (permalink / raw)
  To: ml

[-- 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"
 	}
 }

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: libdrm: enable man pages, update to 2.4.113.
  2022-09-27 18:30 [PR PATCH] libdrm: enable man pages, update to 2.4.113 dmarto
  2022-09-28  8:39 ` [PR PATCH] [Updated] " dmarto
@ 2022-09-28 17:08 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2022-09-28 17:08 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

libdrm: enable man pages, update to 2.4.113.
https://github.com/void-linux/void-packages/pull/39494

Description:
#### 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-09-28 17:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-27 18:30 [PR PATCH] libdrm: enable man pages, update to 2.4.113 dmarto
2022-09-28  8:39 ` [PR PATCH] [Updated] " dmarto
2022-09-28 17:08 ` [PR PATCH] [Merged]: " classabbyamp

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).