Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] qtractor: update to 0.9.10
Date: Mon, 28 Oct 2019 12:41:18 +0100	[thread overview]
Message-ID: <20191028114118.8maV5XQgpGsohFTxjtEl-w-oqTlvYybAu5r2MPxTeEI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-15850@inbox.vuxu.org>

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

There is an updated pull request by Clyybber against master on the void-packages repository

https://github.com/Clyybber/void-packages qtractor
https://github.com/void-linux/void-packages/pull/15850

qtractor: update to 0.9.10


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qtractor-15850.patch --]
[-- Type: text/x-diff, Size: 4006 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 1/2] 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

From 0492a267db0d7c45c2a3848600c40d6900d856d0 Mon Sep 17 00:00:00 2001
From: Clyybber <darkmine956@gmail.com>
Date: Mon, 28 Oct 2019 11:58:09 +0100
Subject: [PATCH 2/2] qjackctl: update to 0.6.0.

---
 srcpkgs/qjackctl/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qjackctl/template b/srcpkgs/qjackctl/template
index f4abda7d5c6..e80385f82d9 100644
--- a/srcpkgs/qjackctl/template
+++ b/srcpkgs/qjackctl/template
@@ -1,6 +1,6 @@
 # Template file for 'qjackctl'
 pkgname=qjackctl
-version=0.5.8
+version=0.6.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-jack-version --disable-xunique"
@@ -12,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://qjackctl.sourceforge.net"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=5600033bb32ac3e52f03a191cc2e31a27be3be98fdd49ce5481688cce070b0e4
+checksum=229339dd59977712393412317b6c6d1d6130f4902c20a4b48cf75de48c46131f
 
 if [ "${CROSS_BUILD}" ]; then
 	hostmakedepends+=" qt5-host-tools qt5-devel qt5-x11extras-devel"

  parent reply	other threads:[~2019-10-28 11:41 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-28 11:18 [PR PATCH] " voidlinux-github
2019-10-28 11:41 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-28 11:41 ` voidlinux-github [this message]
2019-10-28 11:49 ` voidlinux-github
2019-10-28 11:49 ` voidlinux-github
2019-10-28 12:36 ` [PR PATCH] [Merged]: " 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=20191028114118.8maV5XQgpGsohFTxjtEl-w-oqTlvYybAu5r2MPxTeEI@z \
    --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).