Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: drm_info-2.4.0
@ 2022-11-08  1:14 RunningDroid
  2022-11-09  2:59 ` [PR PATCH] [Updated] " RunningDroid
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: RunningDroid @ 2022-11-08  1:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages add_drm_info
https://github.com/void-linux/void-packages/pull/40378

New package: drm_info-2.4.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

This builds with meson so the checks are going to be broken until python 3.11 is done.

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

<!-- 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
-->


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

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

From c4b7f87cceff65b528a22e263729da8d201ad866 Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Mon, 7 Nov 2022 19:32:44 -0500
Subject: [PATCH] New package: drm_info-2.4.0

---
 srcpkgs/drm_info/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/drm_info/template

diff --git a/srcpkgs/drm_info/template b/srcpkgs/drm_info/template
new file mode 100644
index 000000000000..60bd07f8f9ef
--- /dev/null
+++ b/srcpkgs/drm_info/template
@@ -0,0 +1,18 @@
+# Template file for 'drm_info'
+pkgname=drm_info
+version=2.4.0
+revision=1
+wrksrc="drm_info-v${version}"
+build_style=meson
+hostmakedepends="pkg-config scdoc"
+makedepends="libdrm-devel json-c-devel"
+short_desc="Small utility to dump info about DRM devices"
+maintainer="RunningDroid <runningdroid@zoho.com>"
+license="MIT"
+homepage="https://gitlab.freedesktop.org/emersion/drm_info"
+distfiles="https://gitlab.freedesktop.org/emersion/drm_info/-/archive/v${version}/drm_info-v${version}.tar.bz2"
+checksum=bbf47df5e07ae36440d6cb24bc9f7da414329154f92c7988da11b10d25ce2687
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: drm_info-2.4.0
  2022-11-08  1:14 [PR PATCH] New package: drm_info-2.4.0 RunningDroid
@ 2022-11-09  2:59 ` RunningDroid
  2022-11-09  4:09 ` RunningDroid
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: RunningDroid @ 2022-11-09  2:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages add_drm_info
https://github.com/void-linux/void-packages/pull/40378

New package: drm_info-2.4.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

This builds with meson so the checks are going to be broken until python 3.11 is done.

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

<!-- 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
-->


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

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

From 93219b1e72f12e25c150722ffbc534363d1ed249 Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Mon, 7 Nov 2022 19:32:44 -0500
Subject: [PATCH] New package: drm_info-2.4.0

---
 srcpkgs/drm_info/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/drm_info/template

diff --git a/srcpkgs/drm_info/template b/srcpkgs/drm_info/template
new file mode 100644
index 000000000000..7fe37abc6ecb
--- /dev/null
+++ b/srcpkgs/drm_info/template
@@ -0,0 +1,18 @@
+# Template file for 'drm_info'
+pkgname=drm_info
+version=2.4.0
+revision=1
+#wrksrc="drm_info-v${version}"
+build_style=meson
+hostmakedepends="pkg-config scdoc"
+makedepends="libdrm-devel json-c-devel"
+short_desc="Small utility to dump info about DRM devices"
+maintainer="RunningDroid <runningdroid@zoho.com>"
+license="MIT"
+homepage="https://gitlab.freedesktop.org/emersion/drm_info"
+distfiles="https://gitlab.freedesktop.org/emersion/drm_info/-/archive/v${version}/drm_info-v${version}.tar.bz2"
+checksum=bbf47df5e07ae36440d6cb24bc9f7da414329154f92c7988da11b10d25ce2687
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: drm_info-2.4.0
  2022-11-08  1:14 [PR PATCH] New package: drm_info-2.4.0 RunningDroid
  2022-11-09  2:59 ` [PR PATCH] [Updated] " RunningDroid
@ 2022-11-09  4:09 ` RunningDroid
  2022-11-09  4:39 ` RunningDroid
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: RunningDroid @ 2022-11-09  4:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages add_drm_info
https://github.com/void-linux/void-packages/pull/40378

New package: drm_info-2.4.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

This builds with meson so the checks are going to be broken until python 3.11 is done.

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

<!-- 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
-->


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

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

From 6dab9e2755fbf9c2b7af87d8d75f6b1838d454c3 Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Mon, 7 Nov 2022 19:32:44 -0500
Subject: [PATCH] New package: drm_info-2.4.0

---
 srcpkgs/drm_info/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/drm_info/template

diff --git a/srcpkgs/drm_info/template b/srcpkgs/drm_info/template
new file mode 100644
index 000000000000..345da3b6f289
--- /dev/null
+++ b/srcpkgs/drm_info/template
@@ -0,0 +1,17 @@
+# Template file for 'drm_info'
+pkgname=drm_info
+version=2.4.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config scdoc"
+makedepends="libdrm-devel json-c-devel"
+short_desc="Small utility to dump info about DRM devices"
+maintainer="RunningDroid <runningdroid@zoho.com>"
+license="MIT"
+homepage="https://gitlab.freedesktop.org/emersion/drm_info"
+distfiles="https://gitlab.freedesktop.org/emersion/drm_info/-/archive/v${version}/drm_info-v${version}.tar.bz2"
+checksum=bbf47df5e07ae36440d6cb24bc9f7da414329154f92c7988da11b10d25ce2687
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: drm_info-2.4.0
  2022-11-08  1:14 [PR PATCH] New package: drm_info-2.4.0 RunningDroid
  2022-11-09  2:59 ` [PR PATCH] [Updated] " RunningDroid
  2022-11-09  4:09 ` RunningDroid
@ 2022-11-09  4:39 ` RunningDroid
  2022-11-09  4:41 ` RunningDroid
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: RunningDroid @ 2022-11-09  4:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages add_drm_info
https://github.com/void-linux/void-packages/pull/40378

New package: drm_info-2.4.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

This builds with meson so the checks are going to be broken until python 3.11 is done.

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

<!-- 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
-->


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

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

From 741499ba4c8cc4e2389392e16e0097d39e6f52a0 Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Mon, 7 Nov 2022 19:32:44 -0500
Subject: [PATCH] New package: drm_info-2.4.0

---
 srcpkgs/drm_info/patches/fix_cross.patch | 16 ++++++++++++++++
 srcpkgs/drm_info/template                | 17 +++++++++++++++++
 2 files changed, 33 insertions(+)
 create mode 100644 srcpkgs/drm_info/patches/fix_cross.patch
 create mode 100644 srcpkgs/drm_info/template

diff --git a/srcpkgs/drm_info/patches/fix_cross.patch b/srcpkgs/drm_info/patches/fix_cross.patch
new file mode 100644
index 000000000000..94801724e334
--- /dev/null
+++ b/srcpkgs/drm_info/patches/fix_cross.patch
@@ -0,0 +1,16 @@
+Patch from upstream: https://gitlab.freedesktop.org/emersion/drm_info/-/merge_requests/82
+
+diff --git a/meson.build b/meson.build
+index 947a490964909d3d364a503b7b8d906030e04172..bfd02feaeef4c2e077ddb610b3dde00e06c643c1 100644
+--- a/meson.build
++++ b/meson.build
+@@ -61,7 +61,8 @@ if libdrm.version().version_compare('<2.4.104')
+ elif libdrm.type_name() == 'internal'
+   fourcc_h = meson.current_source_dir() / 'subprojects/libdrm/include/drm/drm_fourcc.h'
+ else
+-  fourcc_h = libdrm.get_pkgconfig_variable('includedir') / 'libdrm/drm_fourcc.h'
++  fourcc_h = files(libdrm.get_pkgconfig_variable('pc_sysrootdir') +
++    libdrm.get_pkgconfig_variable('includedir') / 'libdrm/drm_fourcc.h')
+ endif
+ 
+ if libpci.found()
diff --git a/srcpkgs/drm_info/template b/srcpkgs/drm_info/template
new file mode 100644
index 000000000000..345da3b6f289
--- /dev/null
+++ b/srcpkgs/drm_info/template
@@ -0,0 +1,17 @@
+# Template file for 'drm_info'
+pkgname=drm_info
+version=2.4.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config scdoc"
+makedepends="libdrm-devel json-c-devel"
+short_desc="Small utility to dump info about DRM devices"
+maintainer="RunningDroid <runningdroid@zoho.com>"
+license="MIT"
+homepage="https://gitlab.freedesktop.org/emersion/drm_info"
+distfiles="https://gitlab.freedesktop.org/emersion/drm_info/-/archive/v${version}/drm_info-v${version}.tar.bz2"
+checksum=bbf47df5e07ae36440d6cb24bc9f7da414329154f92c7988da11b10d25ce2687
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: drm_info-2.4.0
  2022-11-08  1:14 [PR PATCH] New package: drm_info-2.4.0 RunningDroid
                   ` (2 preceding siblings ...)
  2022-11-09  4:39 ` RunningDroid
@ 2022-11-09  4:41 ` RunningDroid
  2022-11-25 17:37 ` JamiKettunen
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: RunningDroid @ 2022-11-09  4:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages add_drm_info
https://github.com/void-linux/void-packages/pull/40378

New package: drm_info-2.4.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

This builds with meson so the checks are going to be broken until python 3.11 is done.

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

<!-- 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
-->


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

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

From 6f4fb761547530a98f531f75f18708a11c8f59f8 Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Mon, 7 Nov 2022 19:32:44 -0500
Subject: [PATCH] New package: drm_info-2.4.0

---
 srcpkgs/drm_info/patches/fix_cross.patch | 17 +++++++++++++++++
 srcpkgs/drm_info/template                | 17 +++++++++++++++++
 2 files changed, 34 insertions(+)
 create mode 100644 srcpkgs/drm_info/patches/fix_cross.patch
 create mode 100644 srcpkgs/drm_info/template

diff --git a/srcpkgs/drm_info/patches/fix_cross.patch b/srcpkgs/drm_info/patches/fix_cross.patch
new file mode 100644
index 000000000000..e423ff0cd936
--- /dev/null
+++ b/srcpkgs/drm_info/patches/fix_cross.patch
@@ -0,0 +1,17 @@
+Patch taken from upstream & modified so it applies
+https://gitlab.freedesktop.org/emersion/drm_info/-/merge_requests/82
+
+diff --git a/meson.build b/meson.build
+index 947a490964909d3d364a503b7b8d906030e04172..bfd02feaeef4c2e077ddb610b3dde00e06c643c1 100644
+--- a/meson.build
++++ b/meson.build
+@@ -61,7 +61,8 @@ if libdrm.version().version_compare('<2.4.104')
+ elif libdrm.type_name() == 'internal'
+   fourcc_h = meson.current_source_dir() / 'subprojects/libdrm/include/drm/drm_fourcc.h'
+ else
+-  fourcc_h = libdrm.get_pkgconfig_variable('includedir') / 'libdrm/drm_fourcc.h'
++  fourcc_h = files(libdrm.get_pkgconfig_variable('pc_sysrootdir') +
++    libdrm.get_pkgconfig_variable('includedir') / 'libdrm/drm_fourcc.h')
+ endif
+ 
+ if libpci.found()
diff --git a/srcpkgs/drm_info/template b/srcpkgs/drm_info/template
new file mode 100644
index 000000000000..345da3b6f289
--- /dev/null
+++ b/srcpkgs/drm_info/template
@@ -0,0 +1,17 @@
+# Template file for 'drm_info'
+pkgname=drm_info
+version=2.4.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config scdoc"
+makedepends="libdrm-devel json-c-devel"
+short_desc="Small utility to dump info about DRM devices"
+maintainer="RunningDroid <runningdroid@zoho.com>"
+license="MIT"
+homepage="https://gitlab.freedesktop.org/emersion/drm_info"
+distfiles="https://gitlab.freedesktop.org/emersion/drm_info/-/archive/v${version}/drm_info-v${version}.tar.bz2"
+checksum=bbf47df5e07ae36440d6cb24bc9f7da414329154f92c7988da11b10d25ce2687
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: drm_info-2.4.0
  2022-11-08  1:14 [PR PATCH] New package: drm_info-2.4.0 RunningDroid
                   ` (3 preceding siblings ...)
  2022-11-09  4:41 ` RunningDroid
@ 2022-11-25 17:37 ` JamiKettunen
  2023-02-24  2:00 ` github-actions
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: JamiKettunen @ 2022-11-25 17:37 UTC (permalink / raw)
  To: ml

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

New comment by JamiKettunen on void-packages repository

https://github.com/void-linux/void-packages/pull/40378#issuecomment-1327741144

Comment:
Pinged upstream and now [the cross-build patch is merged upstream](https://gitlab.freedesktop.org/emersion/drm_info/-/commit/cde94140f08775dc4df7eaac766556218d9e1321) :)

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

* Re: New package: drm_info-2.4.0
  2022-11-08  1:14 [PR PATCH] New package: drm_info-2.4.0 RunningDroid
                   ` (4 preceding siblings ...)
  2022-11-25 17:37 ` JamiKettunen
@ 2023-02-24  2:00 ` github-actions
  2023-02-24  2:19 ` [PR PATCH] [Updated] " RunningDroid
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: github-actions @ 2023-02-24  2:00 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/40378#issuecomment-1442688159

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] New package: drm_info-2.4.0
  2022-11-08  1:14 [PR PATCH] New package: drm_info-2.4.0 RunningDroid
                   ` (5 preceding siblings ...)
  2023-02-24  2:00 ` github-actions
@ 2023-02-24  2:19 ` RunningDroid
  2023-02-24  3:07 ` RunningDroid
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: RunningDroid @ 2023-02-24  2:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages add_drm_info
https://github.com/void-linux/void-packages/pull/40378

New package: drm_info-2.4.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

This builds with meson so the checks are going to be broken until python 3.11 is done.

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

<!-- 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
-->


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

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

From 8494921047686aa84e5ebe2346f4268dfd00bc82 Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Mon, 7 Nov 2022 19:32:44 -0500
Subject: [PATCH] New package: drm_info-2.5.0

---
 srcpkgs/drm_info/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/drm_info/template

diff --git a/srcpkgs/drm_info/template b/srcpkgs/drm_info/template
new file mode 100644
index 000000000000..3d181b64eae6
--- /dev/null
+++ b/srcpkgs/drm_info/template
@@ -0,0 +1,18 @@
+# Template file for 'drm_info'
+pkgname=drm_info
+version=2.5.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config scdoc"
+makedepends="libdrm-devel json-c-devel"
+short_desc="Small utility to dump info about DRM devices"
+maintainer="RunningDroid <runningdroid@zoho.com>"
+license="MIT"
+homepage="https://gitlab.freedesktop.org/emersion/drm_info"
+changelog="https://gitlab.freedesktop.org/emersion/drm_info/-/tags"
+distfiles="https://gitlab.freedesktop.org/emersion/drm_info/-/archive/v${version}/drm_info-v${version}.tar.bz2"
+checksum=bbf47df5e07ae36440d6cb24bc9f7da414329154f92c7988da11b10d25ce2687
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: drm_info-2.4.0
  2022-11-08  1:14 [PR PATCH] New package: drm_info-2.4.0 RunningDroid
                   ` (6 preceding siblings ...)
  2023-02-24  2:19 ` [PR PATCH] [Updated] " RunningDroid
@ 2023-02-24  3:07 ` RunningDroid
  2023-02-24  3:16 ` RunningDroid
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: RunningDroid @ 2023-02-24  3:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages add_drm_info
https://github.com/void-linux/void-packages/pull/40378

New package: drm_info-2.4.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

This builds with meson so the checks are going to be broken until python 3.11 is done.

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

<!-- 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
-->


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

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

From 4f12f2b83ce764e3bffa1e8450e0256eb087b272 Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Thu, 23 Feb 2023 22:07:03 -0500
Subject: [PATCH 1/2] libdrm: update to 2.4.115.

---
 srcpkgs/libdrm/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libdrm/template b/srcpkgs/libdrm/template
index 929d3c11ba0f..5c7578cef745 100644
--- a/srcpkgs/libdrm/template
+++ b/srcpkgs/libdrm/template
@@ -1,6 +1,6 @@
 # Template file for 'libdrm'
 pkgname=libdrm
-version=2.4.114
+version=2.4.115
 revision=1
 build_style=meson
 configure_args="-Dudev=true -Dvalgrind=disabled -Dinstall-test-programs=true"
@@ -11,7 +11,7 @@ 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=919ccacc5d9211840b9433d16ee825b1bc7108e7d63e05557969a17c3532d764
+checksum=fd8b7c6e4e40d13c32ab67ace2cb6c71e08c9ca53124ff33ccadd74f604117e3
 
 case "$XBPS_TARGET_MACHINE" in
 	aarch64*) configure_args+=" -Dvc4=enabled";;

From f96b47fffadba1f7f2bbf98c3969d960c0ce6d0f Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Mon, 7 Nov 2022 19:32:44 -0500
Subject: [PATCH 2/2] New package: drm_info-2.5.0

---
 srcpkgs/drm_info/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/drm_info/template

diff --git a/srcpkgs/drm_info/template b/srcpkgs/drm_info/template
new file mode 100644
index 000000000000..f1f14030dec5
--- /dev/null
+++ b/srcpkgs/drm_info/template
@@ -0,0 +1,18 @@
+# Template file for 'drm_info'
+pkgname=drm_info
+version=2.5.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config scdoc"
+makedepends="libdrm-devel json-c-devel"
+short_desc="Small utility to dump info about DRM devices"
+maintainer="RunningDroid <runningdroid@zoho.com>"
+license="MIT"
+homepage="https://gitlab.freedesktop.org/emersion/drm_info"
+changelog="https://gitlab.freedesktop.org/emersion/drm_info/-/tags"
+distfiles="https://gitlab.freedesktop.org/emersion/drm_info/-/archive/v${version}/drm_info-v${version}.tar.bz2"
+checksum=73e04f964aaf62529aca2cd57292f972c2246af4dcd7553835e16821a75961c2
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: drm_info-2.4.0
  2022-11-08  1:14 [PR PATCH] New package: drm_info-2.4.0 RunningDroid
                   ` (7 preceding siblings ...)
  2023-02-24  3:07 ` RunningDroid
@ 2023-02-24  3:16 ` RunningDroid
  2023-05-27  1:52 ` github-actions
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: RunningDroid @ 2023-02-24  3:16 UTC (permalink / raw)
  To: ml

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

New comment by RunningDroid on void-packages repository

https://github.com/void-linux/void-packages/pull/40378#issuecomment-1442747784

Comment:
I had to update libdrm to make the latest version of drm_info happy but I'm fine with splitting it into a separate PR if that's preferable.

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

* Re: New package: drm_info-2.4.0
  2022-11-08  1:14 [PR PATCH] New package: drm_info-2.4.0 RunningDroid
                   ` (8 preceding siblings ...)
  2023-02-24  3:16 ` RunningDroid
@ 2023-05-27  1:52 ` github-actions
  2023-05-27 23:34 ` [PR PATCH] [Updated] " RunningDroid
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: github-actions @ 2023-05-27  1:52 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/40378#issuecomment-1565146419

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] New package: drm_info-2.4.0
  2022-11-08  1:14 [PR PATCH] New package: drm_info-2.4.0 RunningDroid
                   ` (9 preceding siblings ...)
  2023-05-27  1:52 ` github-actions
@ 2023-05-27 23:34 ` RunningDroid
  2023-06-23 20:40 ` RunningDroid
  2023-06-23 20:43 ` [PR PATCH] [Merged]: " Duncaen
  12 siblings, 0 replies; 14+ messages in thread
From: RunningDroid @ 2023-05-27 23:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages add_drm_info
https://github.com/void-linux/void-packages/pull/40378

New package: drm_info-2.4.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

~~This builds with meson so the checks are going to be broken until python 3.11 is done.~~

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

<!-- 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
-->


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

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

From 714a0ca70274ce4db1124099c8a05166c99329ae Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Thu, 23 Feb 2023 22:07:03 -0500
Subject: [PATCH 1/2] libdrm: update to 2.4.115.

---
 srcpkgs/libdrm/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libdrm/template b/srcpkgs/libdrm/template
index 929d3c11ba0f..5c7578cef745 100644
--- a/srcpkgs/libdrm/template
+++ b/srcpkgs/libdrm/template
@@ -1,6 +1,6 @@
 # Template file for 'libdrm'
 pkgname=libdrm
-version=2.4.114
+version=2.4.115
 revision=1
 build_style=meson
 configure_args="-Dudev=true -Dvalgrind=disabled -Dinstall-test-programs=true"
@@ -11,7 +11,7 @@ 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=919ccacc5d9211840b9433d16ee825b1bc7108e7d63e05557969a17c3532d764
+checksum=fd8b7c6e4e40d13c32ab67ace2cb6c71e08c9ca53124ff33ccadd74f604117e3
 
 case "$XBPS_TARGET_MACHINE" in
 	aarch64*) configure_args+=" -Dvc4=enabled";;

From 2492f83d6195b81e7d3e22ca0c13c09cafa5698e Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Mon, 7 Nov 2022 19:32:44 -0500
Subject: [PATCH 2/2] New package: drm_info-2.5.0

---
 srcpkgs/drm_info/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/drm_info/template

diff --git a/srcpkgs/drm_info/template b/srcpkgs/drm_info/template
new file mode 100644
index 000000000000..f1f14030dec5
--- /dev/null
+++ b/srcpkgs/drm_info/template
@@ -0,0 +1,18 @@
+# Template file for 'drm_info'
+pkgname=drm_info
+version=2.5.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config scdoc"
+makedepends="libdrm-devel json-c-devel"
+short_desc="Small utility to dump info about DRM devices"
+maintainer="RunningDroid <runningdroid@zoho.com>"
+license="MIT"
+homepage="https://gitlab.freedesktop.org/emersion/drm_info"
+changelog="https://gitlab.freedesktop.org/emersion/drm_info/-/tags"
+distfiles="https://gitlab.freedesktop.org/emersion/drm_info/-/archive/v${version}/drm_info-v${version}.tar.bz2"
+checksum=73e04f964aaf62529aca2cd57292f972c2246af4dcd7553835e16821a75961c2
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: drm_info-2.4.0
  2022-11-08  1:14 [PR PATCH] New package: drm_info-2.4.0 RunningDroid
                   ` (10 preceding siblings ...)
  2023-05-27 23:34 ` [PR PATCH] [Updated] " RunningDroid
@ 2023-06-23 20:40 ` RunningDroid
  2023-06-23 20:43 ` [PR PATCH] [Merged]: " Duncaen
  12 siblings, 0 replies; 14+ messages in thread
From: RunningDroid @ 2023-06-23 20:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages add_drm_info
https://github.com/void-linux/void-packages/pull/40378

New package: drm_info-2.4.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

~~This builds with meson so the checks are going to be broken until python 3.11 is done.~~

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

<!-- 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
-->


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

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

From 56491a815f8353dcbcf4517c98df5e4a9effd2a7 Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Mon, 7 Nov 2022 19:32:44 -0500
Subject: [PATCH] New package: drm_info-2.5.0

---
 srcpkgs/drm_info/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/drm_info/template

diff --git a/srcpkgs/drm_info/template b/srcpkgs/drm_info/template
new file mode 100644
index 000000000000..f1f14030dec5
--- /dev/null
+++ b/srcpkgs/drm_info/template
@@ -0,0 +1,18 @@
+# Template file for 'drm_info'
+pkgname=drm_info
+version=2.5.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config scdoc"
+makedepends="libdrm-devel json-c-devel"
+short_desc="Small utility to dump info about DRM devices"
+maintainer="RunningDroid <runningdroid@zoho.com>"
+license="MIT"
+homepage="https://gitlab.freedesktop.org/emersion/drm_info"
+changelog="https://gitlab.freedesktop.org/emersion/drm_info/-/tags"
+distfiles="https://gitlab.freedesktop.org/emersion/drm_info/-/archive/v${version}/drm_info-v${version}.tar.bz2"
+checksum=73e04f964aaf62529aca2cd57292f972c2246af4dcd7553835e16821a75961c2
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Merged]: New package: drm_info-2.4.0
  2022-11-08  1:14 [PR PATCH] New package: drm_info-2.4.0 RunningDroid
                   ` (11 preceding siblings ...)
  2023-06-23 20:40 ` RunningDroid
@ 2023-06-23 20:43 ` Duncaen
  12 siblings, 0 replies; 14+ messages in thread
From: Duncaen @ 2023-06-23 20:43 UTC (permalink / raw)
  To: ml

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

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

New package: drm_info-2.4.0
https://github.com/void-linux/void-packages/pull/40378

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

~~This builds with meson so the checks are going to be broken until python 3.11 is done.~~

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

<!-- 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
-->


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

end of thread, other threads:[~2023-06-23 20:43 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-08  1:14 [PR PATCH] New package: drm_info-2.4.0 RunningDroid
2022-11-09  2:59 ` [PR PATCH] [Updated] " RunningDroid
2022-11-09  4:09 ` RunningDroid
2022-11-09  4:39 ` RunningDroid
2022-11-09  4:41 ` RunningDroid
2022-11-25 17:37 ` JamiKettunen
2023-02-24  2:00 ` github-actions
2023-02-24  2:19 ` [PR PATCH] [Updated] " RunningDroid
2023-02-24  3:07 ` RunningDroid
2023-02-24  3:16 ` RunningDroid
2023-05-27  1:52 ` github-actions
2023-05-27 23:34 ` [PR PATCH] [Updated] " RunningDroid
2023-06-23 20:40 ` RunningDroid
2023-06-23 20:43 ` [PR PATCH] [Merged]: " Duncaen

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