Search Criteria
Package Details: nvidia-vaapi-driver-git 0.0.4.r8.g8806b61-1
Package Actions
- View PKGBUILD / View Changes
- Download snapshot
- Search wiki
- Flag package out-of-date
- 2 pending requests
- Submit Request
Git Clone URL: | https://aur.archlinux.org/nvidia-vaapi-driver-git.git (read-only, click to copy) |
---|---|
Package Base: | nvidia-vaapi-driver-git |
Description: | A VA-API implemention using NVIDIA's NVDEC |
Upstream URL: | https://github.com/elFarto/nvidia-vaapi-driver |
Licenses: | MIT |
Conflicts: | libva-nvidia-driver, nvidia-vaapi-driver |
Provides: | libva-nvidia-driver, nvidia-vaapi-driver |
Submitter: | huyz |
Maintainer: | Nocifer |
Last Packager: | huyz |
Votes: | 18 |
Popularity: | 1.58 |
First Submitted: | 2022-01-04 14:18 (UTC) |
Last Updated: | 2022-02-08 16:08 (UTC) |
Dependencies (6)
- gst-plugins-bad-libs (gst-plugins-bad-libs-git)
- nvidia-utils (nvidia-410xx-utils, nvidia-340xx-utils, nvidia-440xx-utils, nvidia-430xx-utils, nvidia-merged-utils, nvidia-510xx-utils, nvidia-utils-nvlax, nvidia-390xx-utils, nvidia-470xx-utils, nvidia-utils-beta, nvidia-utils-beta-nvlax, nvidia-vulkan-utils, nvidia-vulkan-utils-nvlax)
- ffnvcodec-headers (ffnvcodec-headers-git) (make)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- gst-plugins-bad (gst-plugins-bad-git) (make)
- meson (meson-git) (make)
Latest Comments
1 2 3 4 Next › Last »
TheBill2001 commented on 2023-03-13 09:52 (UTC) (edited on 2023-03-13 09:52 (UTC) by TheBill2001)
@kajlao What part of this do you not understand. libva-intel-driver is also changed for this reason.
kajlao commented on 2023-03-10 15:27 (UTC)
@Neurognostic libva-nvidia-driver should be renamed to nvidia-vaapi-driver, this is the correct name of the repo and the project.
Neurognostic commented on 2023-03-06 05:26 (UTC)
@vkxx Your warning is unnecessary. This is a VCS PKGBUILD and behaves exactly as expected. Only thing wrong with it is it should be renamed to
libva-nvidia-driver-git
to conform with the other VA-API driver packages.@alphabitserial The repository includes the headers from the
open-gpu-kenel-modules
project, so to use the direct backend the patch is not strictly necessary but can be used if you want the latest headers.vkxx commented on 2023-02-24 21:19 (UTC)
Warning: do not install this AUR because libva-nvidia-driver AUR is the same library but current version with bugs corrected! Maybe it's more optimal to remove AUR nvidia-vaapi-driver-git completely, but I don't know how to request it.
alphabitserial commented on 2023-02-24 00:00 (UTC) (edited on 2023-02-24 00:00 (UTC) by alphabitserial)
@kajlao: Please see the repository's README.
and in the section on the direct backend:
Sure, it compiles fine without it, but the EGL backend doesn't work on the latest version of the Nvidia driver. The PKGBUILD should be updated as per Sapphirus's suggestion to enable the user to choose between the default EGL backend and the Direct backend that works with the latest driver.
Edu4rdSHL commented on 2023-02-04 18:44 (UTC)
Please makes it conflict with libva-vdpau-driver
kajlao commented on 2023-01-29 17:59 (UTC) (edited on 2023-01-29 18:00 (UTC) by kajlao)
It compiles fine for me.. And why you're using open-gpu-kernel-modules? What is this, Sapphirus.. Unflag this package.
Sapphirus commented on 2022-12-13 02:28 (UTC) (edited on 2022-12-13 02:59 (UTC) by Sapphirus)
For the uninitiated, here's a patch to make the PKGBUILD work:
Just copy and paste the two lines below #sed -i if you don't want to use patch.
kIERO commented on 2022-12-07 18:51 (UTC)
It's fixed in the latest git
ThatOneSeong commented on 2022-12-07 18:12 (UTC)
Compilation fails due to recent merging of the
direct
branch which necessitates that NVIDIA'sopen-gpu-kernel-modules
be included for its header files. This requires the build script be modified to include pulling down that repo in addition and using the requiredextract_headers.sh
to copy them to the correct working directory.1 2 3 4 Next › Last »