Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: nvidia-vaapi-driver-0.0.7
@ 2022-12-02 23:50 Owenlaw222
  2022-12-03  0:08 ` [PR REVIEW] " abenson
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Owenlaw222 @ 2022-12-02 23:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Owenlaw222/void-packages nvidia-vaapi-driver-package
https://github.com/void-linux/void-packages/pull/40881

New package: nvidia-vaapi-driver-0.0.7
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nvidia-vaapi-driver-package-40881.patch --]
[-- Type: text/x-diff, Size: 1284 bytes --]

From 259d05fec836d95529be136bf833134edec74317 Mon Sep 17 00:00:00 2001
From: Owen Law <owenlaw222@gmail.com>
Date: Fri, 2 Dec 2022 18:46:46 -0500
Subject: [PATCH] New package: nvidia-vaapi-driver-0.0.7

---
 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..8755605faf0f
--- /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.7
+revision=1
+archs="x86_64"
+build_style=meson
+hostmakedepends="pkg-config libglvnd-devel libva-devel gst-plugins-bad1-devel"
+makedepends="nv-codec-headers"
+depends="nvidia gst-plugins-bad1"
+short_desc="VA-API implementation using NVIDIA's NVDEC"
+maintainer="Owen Law <owenlaw222@gmail.com>"
+license="MIT"
+homepage="https://github.com/elFarto/nvidia-vaapi-driver"
+distfiles="https://github.com/elFarto/nvidia-vaapi-driver/archive/refs/tags/v${version}.tar.gz"
+checksum=c19e35d41cd39a93c2a1af99065d51719a994fdd89f8b0716914cba7e716718e
+conflicts="libva-vdpau-driver"
+
+post_install() {
+	vlicense COPYING
+}

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

* Re: [PR REVIEW] New package: nvidia-vaapi-driver-0.0.7
  2022-12-02 23:50 [PR PATCH] New package: nvidia-vaapi-driver-0.0.7 Owenlaw222
@ 2022-12-03  0:08 ` abenson
  2022-12-03  0:08 ` abenson
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: abenson @ 2022-12-03  0:08 UTC (permalink / raw)
  To: ml

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

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/40881#discussion_r1038641760

Comment:
-devel should go in `makedepends`

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

* Re: [PR REVIEW] New package: nvidia-vaapi-driver-0.0.7
  2022-12-02 23:50 [PR PATCH] New package: nvidia-vaapi-driver-0.0.7 Owenlaw222
  2022-12-03  0:08 ` [PR REVIEW] " abenson
@ 2022-12-03  0:08 ` abenson
  2022-12-03  1:15 ` abenson
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: abenson @ 2022-12-03  0:08 UTC (permalink / raw)
  To: ml

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

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/40881#discussion_r1038641760

Comment:
`*-devel` packages should go in `makedepends`

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

* Re: [PR REVIEW] New package: nvidia-vaapi-driver-0.0.7
  2022-12-02 23:50 [PR PATCH] New package: nvidia-vaapi-driver-0.0.7 Owenlaw222
  2022-12-03  0:08 ` [PR REVIEW] " abenson
  2022-12-03  0:08 ` abenson
@ 2022-12-03  1:15 ` abenson
  2022-12-03  2:00 ` [PR PATCH] [Updated] " Owenlaw222
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: abenson @ 2022-12-03  1:15 UTC (permalink / raw)
  To: ml

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

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/40881#discussion_r1038656648

Comment:
This whole line can be removed; `gst-plugins-bad1` gets auto-detected as well as `libEGL`, one you didn't explicitly list.  `nvidia` shouldn't be a hard-requirement, as there is a plan to also package `nvidia-open` at some point.

```
=> nvidia-vaapi-driver-0.0.7_1: running pre-pkg hook: 999-collected-rdeps ...
   glibc>=2.32_1 gst-plugins-bad1>=1.18.3_2 libEGL>=7.11_1
```

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

* Re: [PR PATCH] [Updated] New package: nvidia-vaapi-driver-0.0.7
  2022-12-02 23:50 [PR PATCH] New package: nvidia-vaapi-driver-0.0.7 Owenlaw222
                   ` (2 preceding siblings ...)
  2022-12-03  1:15 ` abenson
@ 2022-12-03  2:00 ` Owenlaw222
  2022-12-03  3:46 ` abenson
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Owenlaw222 @ 2022-12-03  2:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Owenlaw222/void-packages nvidia-vaapi-driver-package
https://github.com/void-linux/void-packages/pull/40881

New package: nvidia-vaapi-driver-0.0.7
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nvidia-vaapi-driver-package-40881.patch --]
[-- Type: text/x-diff, Size: 1248 bytes --]

From 2296cfd4220b1320abaa44acbf0c1b14aa102489 Mon Sep 17 00:00:00 2001
From: Owen Law <owenlaw222@gmail.com>
Date: Fri, 2 Dec 2022 18:46:46 -0500
Subject: [PATCH] New package: nvidia-vaapi-driver-0.0.7

---
 srcpkgs/nvidia-vaapi-driver/template | 19 +++++++++++++++++++
 1 file changed, 19 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..1b0f6342b5a8
--- /dev/null
+++ b/srcpkgs/nvidia-vaapi-driver/template
@@ -0,0 +1,19 @@
+# Template file for 'nvidia-vaapi-driver'
+pkgname=nvidia-vaapi-driver
+version=0.0.7
+revision=1
+archs="x86_64"
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="nv-codec-headers libglvnd-devel libva-devel gst-plugins-bad1-devel"
+short_desc="VA-API implementation using NVIDIA's NVDEC"
+maintainer="Owen Law <owenlaw222@gmail.com>"
+license="MIT"
+homepage="https://github.com/elFarto/nvidia-vaapi-driver"
+distfiles="https://github.com/elFarto/nvidia-vaapi-driver/archive/refs/tags/v${version}.tar.gz"
+checksum=c19e35d41cd39a93c2a1af99065d51719a994fdd89f8b0716914cba7e716718e
+conflicts="libva-vdpau-driver"
+
+post_install() {
+	vlicense COPYING
+}

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

* Re: New package: nvidia-vaapi-driver-0.0.7
  2022-12-02 23:50 [PR PATCH] New package: nvidia-vaapi-driver-0.0.7 Owenlaw222
                   ` (3 preceding siblings ...)
  2022-12-03  2:00 ` [PR PATCH] [Updated] " Owenlaw222
@ 2022-12-03  3:46 ` abenson
  2022-12-03 14:40 ` Owenlaw222
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: abenson @ 2022-12-03  3:46 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/40881#issuecomment-1336035720

Comment:
Does it work with `nvidia470`?

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

* Re: New package: nvidia-vaapi-driver-0.0.7
  2022-12-02 23:50 [PR PATCH] New package: nvidia-vaapi-driver-0.0.7 Owenlaw222
                   ` (4 preceding siblings ...)
  2022-12-03  3:46 ` abenson
@ 2022-12-03 14:40 ` Owenlaw222
  2022-12-06 21:03 ` [WIP] " Owenlaw222
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Owenlaw222 @ 2022-12-03 14:40 UTC (permalink / raw)
  To: ml

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

New comment by Owenlaw222 on void-packages repository

https://github.com/void-linux/void-packages/pull/40881#issuecomment-1336173407

Comment:
Works with `nvidia470`

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

* Re: [WIP] New package: nvidia-vaapi-driver-0.0.7
  2022-12-02 23:50 [PR PATCH] New package: nvidia-vaapi-driver-0.0.7 Owenlaw222
                   ` (5 preceding siblings ...)
  2022-12-03 14:40 ` Owenlaw222
@ 2022-12-06 21:03 ` Owenlaw222
  2022-12-17 21:26 ` [PR PATCH] [Updated] " Someone13574
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Owenlaw222 @ 2022-12-06 21:03 UTC (permalink / raw)
  To: ml

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

New comment by Owenlaw222 on void-packages repository

https://github.com/void-linux/void-packages/pull/40881#issuecomment-1340002520

Comment:
Marked as draft due to issue with Nvidia 525 drivers.

https://github.com/elFarto/nvidia-vaapi-driver/issues/126

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

* Re: [PR PATCH] [Updated] New package: nvidia-vaapi-driver-0.0.7
  2022-12-02 23:50 [PR PATCH] New package: nvidia-vaapi-driver-0.0.7 Owenlaw222
                   ` (6 preceding siblings ...)
  2022-12-06 21:03 ` [WIP] " Owenlaw222
@ 2022-12-17 21:26 ` Someone13574
  2022-12-17 21:33 ` [PR PATCH] [Updated] New package: nvidia-vaapi-driver-0.0.8 Someone13574
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Someone13574 @ 2022-12-17 21:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Someone13574/void-packages nvidia-vaapi-driver-package
https://github.com/void-linux/void-packages/pull/40881

New package: nvidia-vaapi-driver-0.0.7
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nvidia-vaapi-driver-package-40881.patch --]
[-- Type: text/x-diff, Size: 1248 bytes --]

From 8080130315804706bb3388fc11f3e9e21cab541d Mon Sep 17 00:00:00 2001
From: Owen Law <owenlaw222@gmail.com>
Date: Fri, 2 Dec 2022 18:46:46 -0500
Subject: [PATCH] New package: nvidia-vaapi-driver-0.0.7

---
 srcpkgs/nvidia-vaapi-driver/template | 19 +++++++++++++++++++
 1 file changed, 19 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..fa8a58f96f66
--- /dev/null
+++ b/srcpkgs/nvidia-vaapi-driver/template
@@ -0,0 +1,19 @@
+# Template file for 'nvidia-vaapi-driver'
+pkgname=nvidia-vaapi-driver
+version=0.0.8
+revision=1
+archs="x86_64"
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="nv-codec-headers libglvnd-devel libva-devel gst-plugins-bad1-devel"
+short_desc="VA-API implementation using NVIDIA's NVDEC"
+maintainer="Owen Law <owenlaw222@gmail.com>"
+license="MIT"
+homepage="https://github.com/elFarto/nvidia-vaapi-driver"
+distfiles="https://github.com/elFarto/nvidia-vaapi-driver/archive/refs/tags/v${version}.tar.gz"
+checksum=a396e8b48ec9bc58cec50d5b049e401ddc59083195edf2b8669e9788f4d44293
+conflicts="libva-vdpau-driver"
+
+post_install() {
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] New package: nvidia-vaapi-driver-0.0.8
  2022-12-02 23:50 [PR PATCH] New package: nvidia-vaapi-driver-0.0.7 Owenlaw222
                   ` (7 preceding siblings ...)
  2022-12-17 21:26 ` [PR PATCH] [Updated] " Someone13574
@ 2022-12-17 21:33 ` Someone13574
  2023-03-15  1:03 ` someone13574
  2023-03-15 12:07 ` [PR PATCH] [Merged]: New package: nvidia-vaapi-driver-0.0.9 abenson
  10 siblings, 0 replies; 12+ messages in thread
From: Someone13574 @ 2022-12-17 21:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Someone13574/void-packages nvidia-vaapi-driver-package
https://github.com/void-linux/void-packages/pull/40881

New package: nvidia-vaapi-driver-0.0.8
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nvidia-vaapi-driver-package-40881.patch --]
[-- Type: text/x-diff, Size: 1248 bytes --]

From 1c876ea2aa773c2f2b083b49aea72ac5d4a13d50 Mon Sep 17 00:00:00 2001
From: Owen Law <owenlaw222@gmail.com>
Date: Fri, 2 Dec 2022 18:46:46 -0500
Subject: [PATCH] New package: nvidia-vaapi-driver-0.0.8

---
 srcpkgs/nvidia-vaapi-driver/template | 19 +++++++++++++++++++
 1 file changed, 19 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..fa8a58f96f66
--- /dev/null
+++ b/srcpkgs/nvidia-vaapi-driver/template
@@ -0,0 +1,19 @@
+# Template file for 'nvidia-vaapi-driver'
+pkgname=nvidia-vaapi-driver
+version=0.0.8
+revision=1
+archs="x86_64"
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="nv-codec-headers libglvnd-devel libva-devel gst-plugins-bad1-devel"
+short_desc="VA-API implementation using NVIDIA's NVDEC"
+maintainer="Owen Law <owenlaw222@gmail.com>"
+license="MIT"
+homepage="https://github.com/elFarto/nvidia-vaapi-driver"
+distfiles="https://github.com/elFarto/nvidia-vaapi-driver/archive/refs/tags/v${version}.tar.gz"
+checksum=a396e8b48ec9bc58cec50d5b049e401ddc59083195edf2b8669e9788f4d44293
+conflicts="libva-vdpau-driver"
+
+post_install() {
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] New package: nvidia-vaapi-driver-0.0.8
  2022-12-02 23:50 [PR PATCH] New package: nvidia-vaapi-driver-0.0.7 Owenlaw222
                   ` (8 preceding siblings ...)
  2022-12-17 21:33 ` [PR PATCH] [Updated] New package: nvidia-vaapi-driver-0.0.8 Someone13574
@ 2023-03-15  1:03 ` someone13574
  2023-03-15 12:07 ` [PR PATCH] [Merged]: New package: nvidia-vaapi-driver-0.0.9 abenson
  10 siblings, 0 replies; 12+ messages in thread
From: someone13574 @ 2023-03-15  1:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/someone13574/void-packages nvidia-vaapi-driver-package
https://github.com/void-linux/void-packages/pull/40881

New package: nvidia-vaapi-driver-0.0.8
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nvidia-vaapi-driver-package-40881.patch --]
[-- Type: text/x-diff, Size: 1248 bytes --]

From 7ec9842b475c74a728517eaf7c311508535525b6 Mon Sep 17 00:00:00 2001
From: Owen Law <owenlaw222@gmail.com>
Date: Fri, 2 Dec 2022 18:46:46 -0500
Subject: [PATCH] New package: nvidia-vaapi-driver-0.0.9

---
 srcpkgs/nvidia-vaapi-driver/template | 19 +++++++++++++++++++
 1 file changed, 19 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..2b7e2122660d
--- /dev/null
+++ b/srcpkgs/nvidia-vaapi-driver/template
@@ -0,0 +1,19 @@
+# Template file for 'nvidia-vaapi-driver'
+pkgname=nvidia-vaapi-driver
+version=0.0.9
+revision=1
+archs="x86_64"
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="nv-codec-headers libglvnd-devel libva-devel gst-plugins-bad1-devel"
+short_desc="VA-API implementation using NVIDIA's NVDEC"
+maintainer="Owen Law <owenlaw222@gmail.com>"
+license="MIT"
+homepage="https://github.com/elFarto/nvidia-vaapi-driver"
+distfiles="https://github.com/elFarto/nvidia-vaapi-driver/archive/refs/tags/v${version}.tar.gz"
+checksum=4d14302be650bb63a701b61062d31fa70bfef2f622f3b1f52c93fb9cab6ae698
+conflicts="libva-vdpau-driver"
+
+post_install() {
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Merged]: New package: nvidia-vaapi-driver-0.0.9
  2022-12-02 23:50 [PR PATCH] New package: nvidia-vaapi-driver-0.0.7 Owenlaw222
                   ` (9 preceding siblings ...)
  2023-03-15  1:03 ` someone13574
@ 2023-03-15 12:07 ` abenson
  10 siblings, 0 replies; 12+ messages in thread
From: abenson @ 2023-03-15 12:07 UTC (permalink / raw)
  To: ml

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

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

New package: nvidia-vaapi-driver-0.0.9
https://github.com/void-linux/void-packages/pull/40881

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

end of thread, other threads:[~2023-03-15 12:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-02 23:50 [PR PATCH] New package: nvidia-vaapi-driver-0.0.7 Owenlaw222
2022-12-03  0:08 ` [PR REVIEW] " abenson
2022-12-03  0:08 ` abenson
2022-12-03  1:15 ` abenson
2022-12-03  2:00 ` [PR PATCH] [Updated] " Owenlaw222
2022-12-03  3:46 ` abenson
2022-12-03 14:40 ` Owenlaw222
2022-12-06 21:03 ` [WIP] " Owenlaw222
2022-12-17 21:26 ` [PR PATCH] [Updated] " Someone13574
2022-12-17 21:33 ` [PR PATCH] [Updated] New package: nvidia-vaapi-driver-0.0.8 Someone13574
2023-03-15  1:03 ` someone13574
2023-03-15 12:07 ` [PR PATCH] [Merged]: New package: nvidia-vaapi-driver-0.0.9 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).