From: dataCobra <dataCobra@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] nv-codec-header: update to 12.0.16.0.
Date: Mon, 10 Jul 2023 20:11:20 +0200 [thread overview]
Message-ID: <20230710181120.TkEOETWFAUyxBpz8oFFlvphgGhd0EOjILIH9EgFY-hw@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-44781@inbox.vuxu.org>
[-- Attachment #1: Type: text/plain, Size: 1091 bytes --]
There is an updated pull request by dataCobra against master on the void-packages repository
https://github.com/dataCobra/void-packages nv-codec-headers
https://github.com/void-linux/void-packages/pull/44781
nv-codec-header: update to 12.0.16.0.
#### Testing the changes
- I tested the changes in this PR: **YES**
I've build ffmpeg successfully with this version and also tested streaming with the codec via obs studio with my Nvidia Geforce RTX 2080 Super.
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl
- aarch64-musl (crossbuild)
- armv7l (crossbuild)
- armv6l-musl (crossbuild)
I'm not sure if I need to set packages to a new revision to make sure it's build with the new headers. I hope somebody can tell me that.
Packages using nv-codec-headers:
* ffmpeg
* gnome-remote-desktop
* handbrake
* nvidia-vaapi-driver
A patch file from https://github.com/void-linux/void-packages/pull/44781.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nv-codec-headers-44781.patch --]
[-- Type: text/x-diff, Size: 4215 bytes --]
From 0ea9620c133d9f48f34f54015e5b0715c7fbcb45 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Sun, 2 Jul 2023 10:49:49 +0200
Subject: [PATCH 1/5] nv-codec-header: update to 12.0.16.0.
---
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/srcpkgs/nv-codec-headers/template b/srcpkgs/nv-codec-headers/template
index 3d422a61e489..251e057f826f 100644
--- a/srcpkgs/nv-codec-headers/template
+++ b/srcpkgs/nv-codec-headers/template
@@ -1,6 +1,6 @@
# Template file for 'nv-codec-headers'
pkgname=nv-codec-headers
-version=11.1.5.1
+version=12.0.16.0
revision=1
build_style=gnu-makefile
short_desc="FFmpeg version of headers required to interface with Nvidias codec APIs"
@@ -8,7 +8,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://git.videolan.org/?p=ffmpeg/nv-codec-headers.git"
distfiles="https://github.com/FFmpeg/nv-codec-headers/archive/n${version}.tar.gz"
-checksum=d095fbd56aa93772471a323be0ebe65504a0f43f06c76a30b6d25da77b06ae9c
+checksum=2a1533b65f55f9da52956faf0627ed3b74868ac0c7f269990edd21369113b48f
post_install() {
sed -n '4,25p' include/ffnvcodec/nvEncodeAPI.h > LICENSE
From 0d47e088568320f0c546ae6fff5af839b56a118b Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Mon, 10 Jul 2023 20:09:57 +0200
Subject: [PATCH 2/5] ffmpeg: revbump for nv-codec-headers
---
srcpkgs/ffmpeg/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/ffmpeg/template b/srcpkgs/ffmpeg/template
index aa058aab9ca9..a3351d47dcda 100644
--- a/srcpkgs/ffmpeg/template
+++ b/srcpkgs/ffmpeg/template
@@ -2,7 +2,7 @@
# audacity also needs to be bumped when a new ffmpeg version bumps libavformat's soname!
pkgname=ffmpeg
version=4.4.4
-revision=2
+revision=3
short_desc="Decoding, encoding and streaming software"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
From 3bb189925a2f53ef9a4e86be0dcb441bb0f95caa Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Mon, 10 Jul 2023 20:10:15 +0200
Subject: [PATCH 3/5] handbrake: revbump for nv-codec-headers
---
srcpkgs/handbrake/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/handbrake/template b/srcpkgs/handbrake/template
index ca5e4571e49c..188a79f2bf5c 100644
--- a/srcpkgs/handbrake/template
+++ b/srcpkgs/handbrake/template
@@ -1,7 +1,7 @@
# Template file for 'handbrake'
pkgname=handbrake
version=1.5.1
-revision=1
+revision=2
build_style=gnu-configure
configure_args="--force --disable-gtk-update-checks --disable-df-fetch --harden
$(vopt_enable fdk_aac fdk-aac) $(vopt_enable nvenc)"
From d2d920490f8902aaf26ec1cc5b1e60ce71dc3b48 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Mon, 10 Jul 2023 20:10:46 +0200
Subject: [PATCH 4/5] gnome-remote-desktop: revbump for nv-codec-headers
---
srcpkgs/gnome-remote-desktop/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/gnome-remote-desktop/template b/srcpkgs/gnome-remote-desktop/template
index dd2d70b3f58b..28dab23ed99d 100644
--- a/srcpkgs/gnome-remote-desktop/template
+++ b/srcpkgs/gnome-remote-desktop/template
@@ -1,7 +1,7 @@
# Template file for 'gnome-remote-desktop'
pkgname=gnome-remote-desktop
version=44.0
-revision=1
+revision=2
build_style=meson
configure_args="-Drdp=true -Dvnc=true -Dsystemd=false
-Dsystemd_user_unit_dir=/usr/lib/systemd/user"
From e1e4048009197496254100b71c3cff1fe62f638c Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Mon, 10 Jul 2023 20:10:55 +0200
Subject: [PATCH 5/5] nvidia-vaapi-driver: revbump for nv-codec-headers
---
srcpkgs/nvidia-vaapi-driver/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/nvidia-vaapi-driver/template b/srcpkgs/nvidia-vaapi-driver/template
index 2b7e2122660d..5bd213aa51e6 100644
--- a/srcpkgs/nvidia-vaapi-driver/template
+++ b/srcpkgs/nvidia-vaapi-driver/template
@@ -1,7 +1,7 @@
# Template file for 'nvidia-vaapi-driver'
pkgname=nvidia-vaapi-driver
version=0.0.9
-revision=1
+revision=2
archs="x86_64"
build_style=meson
hostmakedepends="pkg-config"
next prev parent reply other threads:[~2023-07-10 18:11 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-02 8:56 [PR PATCH] " dataCobra
2023-07-05 14:32 ` [PR PATCH] [Updated] " void-linux
2023-07-10 7:49 ` dataCobra
2023-07-10 18:04 ` dataCobra
2023-07-10 18:11 ` dataCobra [this message]
2023-07-15 8:37 ` dataCobra
2023-07-16 9:16 ` dataCobra
2023-07-21 5:15 ` dataCobra
2023-07-24 6:36 ` dataCobra
2023-10-05 15:42 ` dataCobra
2023-10-17 0:07 ` tm512
2023-10-17 12:00 ` dataCobra
2023-10-17 12:08 ` [PR PATCH] [Updated] " dataCobra
2023-10-17 20:55 ` nv-codec-header: update to 12.1.14.0 tm512
2023-11-08 14:15 ` [PR PATCH] [Updated] " dataCobra
2023-11-08 14:18 ` [PR PATCH] [Updated] nv-codec-header: update to 12.0.16.1 dataCobra
2024-02-07 1:44 ` github-actions
2024-02-07 14:09 ` [PR PATCH] [Updated] " dataCobra
2024-05-09 1:46 ` github-actions
2024-05-23 1:46 ` [PR PATCH] [Closed]: " github-actions
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=20230710181120.TkEOETWFAUyxBpz8oFFlvphgGhd0EOjILIH9EgFY-hw@z \
--to=datacobra@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).