* [PR PATCH] mesa-asahi: fix subpkg order
@ 2025-01-12 18:13 dkwo
2025-01-12 20:04 ` [PR PATCH] [Closed]: " classabbyamp
0 siblings, 1 reply; 2+ messages in thread
From: dkwo @ 2025-01-12 18:13 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 584 bytes --]
There is a new pull request by dkwo against master on the void-packages repository
https://github.com/dkwo/void-packages asahi-mesa-fix
https://github.com/void-linux/void-packages/pull/53945
mesa-asahi: fix subpkg order
- I tested the changes in this PR: yes
- I built this PR locally for my native architecture, aarch64
cc @classabbyamp the subpackages variable is needed to enforce an ordering, as building subpkgs alphabetically fails due to them moving around similar files/folders.
A patch file from https://github.com/void-linux/void-packages/pull/53945.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-asahi-mesa-fix-53945.patch --]
[-- Type: text/x-diff, Size: 976 bytes --]
From fc08b53c08857aeabb142683320989f023dab00d Mon Sep 17 00:00:00 2001
From: dkwo <npiazza@disroot.org>
Date: Sun, 12 Jan 2025 19:06:09 +0100
Subject: [PATCH] mesa-asahi: fix subpkg order
---
srcpkgs/mesa-asahi/template | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/srcpkgs/mesa-asahi/template b/srcpkgs/mesa-asahi/template
index f6a46fe03f1cb4..9704f9ab1b8ffd 100644
--- a/srcpkgs/mesa-asahi/template
+++ b/srcpkgs/mesa-asahi/template
@@ -38,6 +38,10 @@ replaces="mesa>=0 mesa-libgallium>=0 libglapi>=0"
provides="mesa-${_mesaver}_${revision} mesa-libgallium-${_mesaver}_${revision} libglapi-${_mesaver}_${revision}"
shlib_provides="libglapi.so libgallium-${_mesaver}-devel.so"
+# alphabetical order is not good
+subpackages="libgbm-asahi libgbm-asahi-devel libOSMesa-asahi MesaLib-asahi-devel mesa-asahi-opencl
+ mesa-asahi-vaapi mesa-asahi-vdpau mesa-asahi-vulkan-overlay-layer mesa-asahi-dri"
+
build_options="wayland"
build_options_default="wayland"
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PR PATCH] [Closed]: mesa-asahi: fix subpkg order
2025-01-12 18:13 [PR PATCH] mesa-asahi: fix subpkg order dkwo
@ 2025-01-12 20:04 ` classabbyamp
0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2025-01-12 20:04 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 432 bytes --]
There's a closed pull request on the void-packages repository
mesa-asahi: fix subpkg order
https://github.com/void-linux/void-packages/pull/53945
Description:
- I tested the changes in this PR: yes
- I built this PR locally for my native architecture, aarch64
cc @classabbyamp the subpackages variable is needed to enforce an ordering, as building subpkgs alphabetically fails due to them moving around similar files/folders.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-01-12 20:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-12 18:13 [PR PATCH] mesa-asahi: fix subpkg order dkwo
2025-01-12 20:04 ` [PR PATCH] [Closed]: " 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).