Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xorg-video-drivers: prune dependencies
@ 2024-06-14  7:09 classabbyamp
  2024-06-17  3:19 ` classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: classabbyamp @ 2024-06-14  7:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages xorg-intel
https://github.com/void-linux/void-packages/pull/50828

xorg-video-drivers: prune dependencies
xf86-video-intel is generally not recommended anymore

fixes #28864

on aarch64, it's probably very uncommon to have amd/nvidia gpu

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

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



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

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

From f3de807b0b84a85d1f126ade2eed96ac00162e5b Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Fri, 14 Jun 2024 03:08:08 -0400
Subject: [PATCH] xorg-video-drivers: prune dependencies

xf86-video-intel is generally not recommended anymore

fixes #28864

on aarch64, it's probably very uncommon to have amd/nvidia gpu
---
 srcpkgs/xorg-video-drivers/template | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/xorg-video-drivers/template b/srcpkgs/xorg-video-drivers/template
index 8a18383b42f1b2..d95c6d4f05f457 100644
--- a/srcpkgs/xorg-video-drivers/template
+++ b/srcpkgs/xorg-video-drivers/template
@@ -1,7 +1,7 @@
 # Template file for 'xorg-video-drivers'
 pkgname=xorg-video-drivers
 version=7.6
-revision=22
+revision=23
 build_style=meta
 depends="xf86-video-fbdev xf86-video-dummy"
 short_desc="X.org video drivers meta-package"
@@ -10,17 +10,10 @@ license="CC0-1.0"
 homepage="http://www.voidlinux.org"
 
 case "$XBPS_TARGET_MACHINE" in
-	i686*|x86_64*)
-		depends+=" xf86-video-vesa"
-		depends+=" xf86-video-intel"
-		depends+=" xf86-video-vmware"
-		;;
+	i686*|x86_64*) depends+=" xf86-video-vesa xf86-video-vmware" ;;
 esac
 
 case "$XBPS_TARGET_MACHINE" in
-	armv[56]*|mips*) ;;
-	*)
-		depends+=" xf86-video-ati xf86-video-amdgpu"
-		depends+=" xf86-video-nouveau"
-		;;
+	armv[56]*|aarch64*|mips*) ;;
+	*) depends+=" xf86-video-ati xf86-video-amdgpu xf86-video-nouveau" ;;
 esac

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

* Re: xorg-video-drivers: prune dependencies
  2024-06-14  7:09 [PR PATCH] xorg-video-drivers: prune dependencies classabbyamp
@ 2024-06-17  3:19 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2024-06-17  3:19 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/50828#issuecomment-2172099643

Comment:
want to go through void-docs for refs to these and adjust if needed before merge

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

end of thread, other threads:[~2024-06-17  3:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-14  7:09 [PR PATCH] xorg-video-drivers: prune dependencies classabbyamp
2024-06-17  3:19 ` 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).