Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] nvidia: update to 435.21
Date: Mon, 28 Oct 2019 10:33:06 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-15849@inbox.vuxu.org> (raw)

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

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

https://github.com/Clyybber/void-packages master
https://github.com/void-linux/void-packages/pull/15849

nvidia: update to 435.21


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

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

From 43d4b195f3f0557b1d3af2529232ce9b5836892d Mon Sep 17 00:00:00 2001
From: Clyybber <darkmine956@gmail.com>
Date: Mon, 28 Oct 2019 10:36:25 +0100
Subject: [PATCH] nvidia: update to 435.21

---
 common/shlibs           |  2 +-
 srcpkgs/nvidia/template | 16 +++++-----------
 2 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 935bc6c9bbd..c2a33c04413 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -147,7 +147,7 @@ libnvidia-glcore.so.346.47 nvidia340-libs-340.46_1 ignore
 libnvidia-glcore.so.390.87 nvidia390-libs-390.87_1 ignore
 libnvidia-glsi.so.346.72 nvidia-libs-346.72_1 ignore
 libnvidia-fatbinaryloader.so.390.129 nvidia390-libs-390.129_1 ignore
-libnvidia-fatbinaryloader.so.430.40 nvidia-libs-430.40_1 ignore
+libnvidia-fatbinaryloader.so.435.21 nvidia-libs-435.21_1 ignore
 libglapi.so.0 libglapi-7.11_1
 libgbm.so.1 libgbm-9.0_1
 librsvg-2.so.2 librsvg-2.26.0_1
diff --git a/srcpkgs/nvidia/template b/srcpkgs/nvidia/template
index f9734e83b03..b8a6ed7618b 100644
--- a/srcpkgs/nvidia/template
+++ b/srcpkgs/nvidia/template
@@ -3,7 +3,7 @@
 _desc="NVIDIA drivers for linux"
 
 pkgname=nvidia
-version=430.40
+version=435.21
 revision=1
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Proprietary NVIDIA license"
@@ -23,7 +23,7 @@ build_options_default="glvnd"
 if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
 	_pkg="NVIDIA-Linux-x86_64-${version}-no-compat32"
 	distfiles="http://uk.download.nvidia.com/XFree86/Linux-x86_64/${version}/${_pkg}.run"
-	checksum=669ff38532ff05c78e1edc3c6df2055fd96437107f5919b6e5a774c3a495501b
+	checksum=caee54f0ee5f6171a61b25670d309d1abe16d59fc7bec0577794b1a52c09244a
 	subpackages="nvidia-gtklibs nvidia-dkms
 	 nvidia-opencl nvidia-libs"
 	depends="nvidia-libs-${version}_${revision}
@@ -32,7 +32,7 @@ if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
 else
 	_pkg="NVIDIA-Linux-x86_64-${version}"
 	distfiles="http://uk.download.nvidia.com/XFree86/Linux-x86_64/${version}/${_pkg}.run"
-	checksum=f700899f48ba711b7e1598014e8db9a93537d7baa3d6a64067ed08578387dfd7
+	checksum=fac7c02ccd35c7043f4e1add0224a7380d0bd1e4aa15ca6bc3012c758ec1776c
 	subpackages="nvidia-libs"
 	depends="pkgconf"
 fi
@@ -44,12 +44,6 @@ do_extract() {
 	rm -f ${_pkg}.run
 }
 
-pre_install() {
-	cd ${_pkg}
-	cp nvidia_icd.json.template nvidia_icd.json
-	sed -i -e 's:__NV_VK_ICD__:libGLX_nvidia.so.0:g' nvidia_icd.json
-}
-
 do_install() {
 	cd ${_pkg}
 
@@ -64,8 +58,8 @@ do_install() {
 		ln -sf libglxserver_nvidia.so.${version} \
 			${DESTDIR}/usr/lib/xorg/modules/extensions/libglxserver_nvidia.so.1
 
-		vinstall libnvidia-egl-wayland.so.1.1.2 755 usr/lib
-		ln -sf libnvidia-egl-wayland.so.1.1.2 \
+		vinstall libnvidia-egl-wayland.so.1.1.3 755 usr/lib
+		ln -sf libnvidia-egl-wayland.so.1.1.3 \
 			${DESTDIR}/usr/lib/libnvidia-egl-wayland.so.1
 
 		vinstall 10_nvidia.json 755 usr/share/glvnd/egl_vendor.d

             reply	other threads:[~2019-10-28  9:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-28  9:33 voidlinux-github [this message]
2019-10-28 12:54 ` voidlinux-github
2019-11-11 21:51 ` voidlinux-github
2019-11-11 21:55 ` voidlinux-github
2019-11-12 15:17 ` [PR PATCH] [Closed]: " voidlinux-github
2019-11-12 15:17 ` voidlinux-github

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-15849@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).