Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [WIP, RFC] New package: nvidia-vaapi-driver-0.0.2
@ 2022-01-21  5:05 abenson
  2022-01-21  5:26 ` [PR PATCH] [Closed]: " abenson
  0 siblings, 1 reply; 2+ messages in thread
From: abenson @ 2022-01-21  5:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages np_nvidia_vaapi
https://github.com/void-linux/void-packages/pull/35152

[WIP, RFC] New package: nvidia-vaapi-driver-0.0.2
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **soon**

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

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

From c844cba557c9f3f83fb517f6001b04dcafc7ca4d Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson@gmail.com>
Date: Thu, 20 Jan 2022 22:43:19 -0600
Subject: [PATCH 1/2] nv-codec-headers: update to 11.1.5.1.

And adopt.. I guess...
---
 srcpkgs/nv-codec-headers/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/nv-codec-headers/template b/srcpkgs/nv-codec-headers/template
index 0e4ba1c87c84..12df627fbe92 100644
--- a/srcpkgs/nv-codec-headers/template
+++ b/srcpkgs/nv-codec-headers/template
@@ -1,16 +1,16 @@
 # Template file for 'nv-codec-headers'
 pkgname=nv-codec-headers
-version=9.1.23.1
+version=11.1.5.1
 revision=1
 archs="i686* x86_64*"
 wrksrc="nv-codec-headers-n${version}"
 build_style=gnu-makefile
 short_desc="FFmpeg version of headers required to interface with Nvidias codec APIs"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
 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=063f49838113c90504fd430377a6025478e2a454f812ce8a4da033e474727dc8
+checksum=d095fbd56aa93772471a323be0ebe65504a0f43f06c76a30b6d25da77b06ae9c
 
 post_install() {
 	sed -n '4,25p' include/ffnvcodec/nvEncodeAPI.h > LICENSE

From b36a561c27fa9422c4998204c1ff63f87c7806e0 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson@gmail.com>
Date: Thu, 20 Jan 2022 22:43:59 -0600
Subject: [PATCH 2/2] [WIP, RFC] New package: nvidia-vaapi-driver-0.0.2

---
 srcpkgs/nvidia-vaapi-driver/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/nvidia-vaapi-driver/template

diff --git a/srcpkgs/nvidia-vaapi-driver/template b/srcpkgs/nvidia-vaapi-driver/template
new file mode 100644
index 000000000000..c831254b4f8c
--- /dev/null
+++ b/srcpkgs/nvidia-vaapi-driver/template
@@ -0,0 +1,20 @@
+# Template file for 'nvidia-vaapi-driver'
+pkgname=nvidia-vaapi-driver
+version=0.0.2
+revision=1
+archs="x86_64"
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="libva-devel MesaLib-devel gst-plugins-bad1-devel nv-codec-headers"
+depends="nvidia"
+short_desc="VA-API Implementation for NVIDIA NVDEC"
+maintainer="Andrew Benson <abenson@gmail.com>"
+license="MIT"
+homepage="https://github.com/elFarto/nvidia-vaapi-driver"
+distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
+checksum=37ad7d725c3b2bf8e2d43dadbdc6ce36ab69927e315998fc76d3820ab3efc74b
+conflicts="nvidia390>=0"
+
+post_install() {
+	vlicense COPYING
+}

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

end of thread, other threads:[~2022-01-21  5:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-21  5:05 [PR PATCH] [WIP, RFC] New package: nvidia-vaapi-driver-0.0.2 abenson
2022-01-21  5:26 ` [PR PATCH] [Closed]: " 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).