Github messages for voidlinux
 help / color / mirror / Atom feed
From: abenson <abenson@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] nvidia: update to 535.54.03.
Date: Thu, 15 Jun 2023 14:04:18 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-44454@inbox.vuxu.org> (raw)

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

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

https://github.com/abenson/void-packages nvidia_535.54.03
https://github.com/void-linux/void-packages/pull/44454

nvidia: update to 535.54.03.
#### Testing the changes
- I tested the changes in this PR: **YES**, *briefly*

#### Local build testing
- I built this PR locally for my native architecture, x86_64

Please test, I have limited configurations to validate this against. 

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

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

From 144b5bbe8616167c93aeeb8cdbccec79472febbf Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 15 Jun 2023 07:41:48 -0400
Subject: [PATCH] nvidia: update to 535.54.03.

---
 srcpkgs/nvidia/template | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/nvidia/template b/srcpkgs/nvidia/template
index 633aea354dbc..6b7b86af94d2 100644
--- a/srcpkgs/nvidia/template
+++ b/srcpkgs/nvidia/template
@@ -3,7 +3,7 @@
 _desc="NVIDIA drivers for linux"
 
 pkgname=nvidia
-version=525.116.04
+version=535.54.03
 revision=1
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="custom:NVIDIA Proprietary"
@@ -19,7 +19,7 @@ conflicts="xserver-abi-video>25_1 nvidia470>=0 nvidia390>=0"
 
 _pkg="NVIDIA-Linux-x86_64-${version}"
 distfiles="http://uk.download.nvidia.com/XFree86/Linux-x86_64/${version}/${_pkg}.run"
-checksum=8610ec82447cff72cb5f18b3657ee9a634a5151662b8ad901eb81f4c4fb617fe
+checksum=454764f57ea1b9e19166a370f78be10e71f0626438fb197f726dc3caf05b4082
 # subpackages need to be processed in this specific order
 subpackages="nvidia-gtklibs nvidia-dkms nvidia-firmware nvidia-opencl nvidia-libs nvidia-libs-32bit"
 depends="nvidia-libs-${version}_${revision}
@@ -117,7 +117,7 @@ do_install() {
 	vinstall nvidia_drv.so 755 usr/lib/xorg/modules/drivers
 
 	# firmware
-	for fw in gsp_tu10x.bin gsp_ad10x.bin; do
+	for fw in gsp_ga10x.bin gsp_tu10x.bin; do
 		vinstall "firmware/${fw}" 644 "usr/lib/firmware/nvidia/${version}"
 	done
 
@@ -129,8 +129,8 @@ do_install() {
 		${DESTDIR}/usr/lib/nvidia/xorg/libglxserver_nvidia.so.1
 
 	# Wayland/GBM
-	vinstall libnvidia-egl-wayland.so.1.1.10 755 usr/lib
-	ln -sf libnvidia-egl-wayland.so.1.1.10 \
+	vinstall libnvidia-egl-wayland.so.1.1.11 755 usr/lib
+	ln -sf libnvidia-egl-wayland.so.1.1.11 \
 		${DESTDIR}/usr/lib/libnvidia-egl-wayland.so.1
 	vinstall libnvidia-egl-gbm.so.1.1.0 755 usr/lib
 	ln -sf libnvidia-egl-gbm.so.1.1.0 \
@@ -207,8 +207,6 @@ do_install() {
 	vinstall nvidia.icd 644 etc/OpenCL/vendors
 	vinstall nvidia_layers.json 644 usr/share/vulkan/implicit_layer.d
 
-	vinstall libnvidia-compiler.so.${version} 755 usr/lib
-
 	vinstall libnvidia-opencl.so.${version} 755 usr/lib
 	ln -sf libnvidia-opencl.so.${version} \
 		${DESTDIR}/usr/lib/libnvidia-opencl.so
@@ -239,6 +237,7 @@ do_install() {
 	vinstall nvngx.dll 755 usr/lib/nvidia/wine
 
 	# optix ray racing engine
+	vinstall nvoptix.bin 755 usr/share/nvidia
 	vinstall libnvoptix.so.${version} 755 usr/lib
 	ln -sf libnvoptix.so.${version} ${DESTDIR}/usr/lib/libnvoptix.so
 	ln -sf libnvoptix.so.${version} ${DESTDIR}/usr/lib/libnvoptix.so.1
@@ -326,7 +325,6 @@ nvidia-opencl_package() {
 	depends="ocl-icd"
 	conflicts="nvidia470-opencl>=0 nvidia390-opencl>=0"
 	pkg_install() {
-		vmove "usr/lib/libnvidia-compiler*"
 		vmove "usr/lib/libnvidia-opencl*"
 		vmove etc/OpenCL
 	}

             reply	other threads:[~2023-06-15 12:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-15 12:04 abenson [this message]
2023-06-16 19:24 ` mvf
2023-06-18 12:39 ` abenson
2023-06-18 12:39 ` [PR PATCH] [Closed]: " abenson

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-44454@inbox.vuxu.org \
    --to=abenson@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).