Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nvidia: update to 455.45.01.
@ 2020-12-19  8:42 kyurime
  2020-12-20  1:00 ` ericonr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: kyurime @ 2020-12-19  8:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kyurime/void-packages master
https://github.com/void-linux/void-packages/pull/27271

nvidia: update to 455.45.01.


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

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

From 89e7737208e4abf6bae003c9a4244c87e2678895 Mon Sep 17 00:00:00 2001
From: zmxhawrhbg <25387744+kyurime@users.noreply.github.com>
Date: Sat, 19 Dec 2020 01:14:20 -0700
Subject: [PATCH] nvidia: update to 455.45.01.

---
 srcpkgs/nvidia/template | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/nvidia/template b/srcpkgs/nvidia/template
index fb7507d842e..1babf60728d 100644
--- a/srcpkgs/nvidia/template
+++ b/srcpkgs/nvidia/template
@@ -3,7 +3,7 @@
 _desc="NVIDIA drivers for linux"
 
 pkgname=nvidia
-version=450.80.02
+version=455.45.01
 revision=1
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="custom:NVIDIA Proprietary"
@@ -19,7 +19,7 @@ conflicts="xserver-abi-video>24_1"
 
 _pkg="NVIDIA-Linux-x86_64-${version}"
 distfiles="http://uk.download.nvidia.com/XFree86/Linux-x86_64/${version}/${_pkg}.run"
-checksum=0f5a2f19f822d46c54500f4a6192dad9948821ed14ce7c13b38264d67aaf95b3
+checksum=eadc8c7e082f65540fa7f6a249d8309fb546fe62066f495472701dc8c103a153
 # subpackages need to be processed in this specific order
 subpackages="nvidia-gtklibs nvidia-dkms nvidia-opencl nvidia-libs nvidia-libs-32bit"
 depends="nvidia-libs-${version}_${revision}
@@ -129,8 +129,8 @@ do_install() {
 	ln -sf libglxserver_nvidia.so.${version} \
 		${DESTDIR}/usr/lib/nvidia/xorg/libglxserver_nvidia.so.1
 
-	vinstall libnvidia-egl-wayland.so.1.1.4 755 usr/lib
-	ln -sf libnvidia-egl-wayland.so.1.1.4 \
+	vinstall libnvidia-egl-wayland.so.1.1.5 755 usr/lib
+	ln -sf libnvidia-egl-wayland.so.1.1.5 \
 		${DESTDIR}/usr/lib/libnvidia-egl-wayland.so.1
 
 	vinstall 10_nvidia.json 755 usr/share/glvnd/egl_vendor.d
@@ -188,6 +188,9 @@ do_install() {
 	gzip -d nvidia-persistenced.1.gz
 	vman nvidia-persistenced.1
 
+	# nvidia-ngx-updater
+	vinstall nvidia-ngx-updater 4755 usr/bin
+
 	# opencl pkg
 	vinstall nvidia.icd 644 etc/OpenCL/vendors
 	vinstall nvidia_layers.json 644 usr/share/vulkan/implicit_layer.d

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

* Re: nvidia: update to 455.45.01.
  2020-12-19  8:42 [PR PATCH] nvidia: update to 455.45.01 kyurime
@ 2020-12-20  1:00 ` ericonr
  2020-12-20  1:09 ` abenson
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-12-20  1:00 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27271#issuecomment-748546859

Comment:
@abenson 

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

* Re: nvidia: update to 455.45.01.
  2020-12-19  8:42 [PR PATCH] nvidia: update to 455.45.01 kyurime
  2020-12-20  1:00 ` ericonr
@ 2020-12-20  1:09 ` abenson
  2020-12-20  1:38 ` kyurime
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: abenson @ 2020-12-20  1:09 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/27271#issuecomment-748547831

Comment:
Void usually avoids non-stable branches. 

>  Latest New Feature Branch Version: 455.45.01

So for now I've been planning on sticking to 450.xx 

>  Latest Production Branch Version: 450.80.02

I *was* working on the 460.xx beta, but I apparently deleted my branch by accident.  Since it should be the next production release, I'm aiming for that to be the next nvidia package.

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

* Re: nvidia: update to 455.45.01.
  2020-12-19  8:42 [PR PATCH] nvidia: update to 455.45.01 kyurime
  2020-12-20  1:00 ` ericonr
  2020-12-20  1:09 ` abenson
@ 2020-12-20  1:38 ` kyurime
  2020-12-20  1:38 ` [PR PATCH] [Closed]: " kyurime
  2020-12-20 19:46 ` abenson
  4 siblings, 0 replies; 6+ messages in thread
From: kyurime @ 2020-12-20  1:38 UTC (permalink / raw)
  To: ml

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

New comment by kyurime on void-packages repository

https://github.com/void-linux/void-packages/pull/27271#issuecomment-748550227

Comment:
Ah, my apologies! I didn't notice that detail about new feature branch vs production branch and just assumed that the latest non beta build was what was typically packaged :p
That being said, I'll close this and wait for 460.xx, thanks for responding

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

* Re: [PR PATCH] [Closed]: nvidia: update to 455.45.01.
  2020-12-19  8:42 [PR PATCH] nvidia: update to 455.45.01 kyurime
                   ` (2 preceding siblings ...)
  2020-12-20  1:38 ` kyurime
@ 2020-12-20  1:38 ` kyurime
  2020-12-20 19:46 ` abenson
  4 siblings, 0 replies; 6+ messages in thread
From: kyurime @ 2020-12-20  1:38 UTC (permalink / raw)
  To: ml

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

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

nvidia: update to 455.45.01.
https://github.com/void-linux/void-packages/pull/27271

Description:


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

* Re: nvidia: update to 455.45.01.
  2020-12-19  8:42 [PR PATCH] nvidia: update to 455.45.01 kyurime
                   ` (3 preceding siblings ...)
  2020-12-20  1:38 ` [PR PATCH] [Closed]: " kyurime
@ 2020-12-20 19:46 ` abenson
  4 siblings, 0 replies; 6+ messages in thread
From: abenson @ 2020-12-20 19:46 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/27271#issuecomment-748652363

Comment:
If you would like, you can mark this [WIP] and update it to 460.27.04, that way we can have it open for testing and ready to go when they update the production branch.

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

end of thread, other threads:[~2020-12-20 19:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-19  8:42 [PR PATCH] nvidia: update to 455.45.01 kyurime
2020-12-20  1:00 ` ericonr
2020-12-20  1:09 ` abenson
2020-12-20  1:38 ` kyurime
2020-12-20  1:38 ` [PR PATCH] [Closed]: " kyurime
2020-12-20 19:46 ` abenson

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