Github messages for voidlinux
 help / color / mirror / Atom feed
From: MarijnS95 <MarijnS95@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: libdrm-tests-2.4.113
Date: Sun, 27 Nov 2022 22:24:48 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40813@inbox.vuxu.org> (raw)

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

There is a new pull request by MarijnS95 against master on the void-packages repository

https://github.com/MarijnS95/void-packages libdrm-tests
https://github.com/void-linux/void-packages/pull/40813

New package: libdrm-tests-2.4.113
libdrm provides a couple useful progams for printing, testing and validating KMS implementations; include these utilities in a new libdrm-tests package.

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

CC @JamiKettunen


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

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

From f49c3284c37a8112eca240549e652faf7999bb35 Mon Sep 17 00:00:00 2001
From: Marijn Suijten <marijn.suijten@somainline.org>
Date: Sun, 27 Nov 2022 22:19:42 +0100
Subject: [PATCH] New package: libdrm-tests-2.4.113

libdrm provides a couple useful progams for printing, testing and
validating KMS implementations; include these utilities in a new
libdrm-tests package.
---
 common/shlibs           |  1 +
 srcpkgs/libdrm-tests    |  1 +
 srcpkgs/libdrm/template | 10 +++++++++-
 3 files changed, 11 insertions(+), 1 deletion(-)
 create mode 120000 srcpkgs/libdrm-tests

diff --git a/common/shlibs b/common/shlibs
index 9e542d8df6a3..146fe3a63f41 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -288,6 +288,7 @@ libdrm_intel.so.1 libdrm-2.4.6_1
 libdrm_nouveau.so.2 libdrm-2.4.34_1
 libdrm_amdgpu.so.1 libdrm-2.4.64_1
 libdrm_freedreno.so.1 libdrm-2.4.97_1
+libdrm_etnaviv.so.1 libdrm-2.4.113_1
 libXxf86vm.so.1 libXxf86vm-1.0.2_1
 libXi.so.6 libXi-1.2.1_1
 libdmx.so.1 libdmx-1.0.2_1
diff --git a/srcpkgs/libdrm-tests b/srcpkgs/libdrm-tests
new file mode 120000
index 000000000000..65c590a735d2
--- /dev/null
+++ b/srcpkgs/libdrm-tests
@@ -0,0 +1 @@
+libdrm
\ No newline at end of file
diff --git a/srcpkgs/libdrm/template b/srcpkgs/libdrm/template
index 4efe3b627f8a..4bb44df17591 100644
--- a/srcpkgs/libdrm/template
+++ b/srcpkgs/libdrm/template
@@ -3,7 +3,7 @@ pkgname=libdrm
 version=2.4.113
 revision=1
 build_style=meson
-configure_args="-Dudev=true -Dvalgrind=disabled"
+configure_args="-Dudev=true -Dvalgrind=disabled -Dinstall-test-programs=true"
 hostmakedepends="pkg-config python3-docutils"
 makedepends="eudev-libudev-devel libpciaccess-devel"
 short_desc="Userspace interface to kernel DRM services"
@@ -32,3 +32,11 @@ libdrm-devel_package() {
 		vmove "usr/lib/*.so"
 	}
 }
+
+libdrm-tests_package() {
+	depends="${sourcepkg}-${version}_${revision}"
+	short_desc+=" - testing tools"
+	pkg_install() {
+		vmove usr/bin
+	}
+}

             reply	other threads:[~2022-11-27 21:24 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-27 21:24 MarijnS95 [this message]
2022-11-28 21:29 ` [PR REVIEW] " classabbyamp
2022-11-28 21:29 ` classabbyamp
2022-11-28 22:25 ` MarijnS95
2022-11-28 22:26 ` MarijnS95
2022-11-28 22:36 ` classabbyamp
2022-11-28 23:03 ` [PR PATCH] [Updated] " MarijnS95
2022-11-28 23:04 ` MarijnS95
2022-12-03 17:54 ` [PR PATCH] [Merged]: New package: libdrm-test-progs-2.4.113 sgn

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40813@inbox.vuxu.org \
    --to=marijns95@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).