Search Criteria
Package Details: nvlax-git r11.b3699ad-8
Package Actions
Git Clone URL: | https://aur.archlinux.org/nvlax-git.git (read-only, click to copy) |
---|---|
Package Base: | nvlax-git |
Description: | Future-proof NvENC & NvFBC patcher |
Upstream URL: | https://github.com/illnyang/nvlax |
Licenses: | GPL |
Conflicts: | nvlax |
Provides: | nvlax, nvlax-git |
Submitter: | ventureo |
Maintainer: | ventureo |
Last Packager: | ventureo |
Votes: | 5 |
Popularity: | 0.000498 |
First Submitted: | 2021-11-17 17:02 (UTC) |
Last Updated: | 2023-06-16 16:17 (UTC) |
Dependencies (3)
- nvidia-utils (nvidia-410xx-utilsAUR, nvidia-340xx-utilsAUR, nvidia-440xx-utilsAUR, nvidia-430xx-utilsAUR, nvidia-vulkan-utilsAUR, nvidia-390xx-utilsAUR, nvidia-utils-teslaAUR, nvidia-535xx-utilsAUR, nvidia-525xx-utilsAUR, nvidia-510xx-utilsAUR, nvidia-utils-betaAUR, nvidia-470xx-utilsAUR, nvidia-550xx-utilsAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
1 2 3 Next › Last »
ventureo commented on 2023-06-16 16:18 (UTC)
I added a patch that fixes the GCC 13 build.
gardotd426 commented on 2023-06-16 16:05 (UTC)
WTF. Okay so the pkgbuild is now succeeding, even though I didn't re-clone the repo.
It failed with the same old error I posted earlier that you get with GCC 13 (even though the PKGBUILD was updated to use GCC12). So then I just did a
cd ~/tmp/makepkg/nvlax-git/src/nvlax
and then ran the cmake and make commands manually and it built.So then I cd-ed back into
~/tmp/nvlax-git
and ranmakepkg -s
and it succeeded.So then I deleted the makepkg/nvlax-git directory and the AUR repo directory, and re-cloned and ran
makepkg -s
and it worked again.I think for some reason it was using GCC13 and not picking up the envar, but it's working now.
gardotd426 commented on 2023-06-16 15:26 (UTC)
That's weird, it used to work, I've patched files with it before, but this was back on like 525 months ago or something, like when obs-nvfbc still worked.
Oh well, at least it's applying on updates now.
ventureo commented on 2023-06-16 15:25 (UTC)
This is normal behavior for nvlax because it does not check if the library has already been patched.
Anyway, this should all be addressed to upstream, but I'm not sure it will ever be considered.
gardotd426 commented on 2023-06-16 15:22 (UTC)
Running the literal identical command from the pacman hook fails as well, even when running as root:
# /bin/sh -c 'nvlax_encode -i /usr/lib/libnvidia-encode.so -o /usr/lib/libnvidia-encode.so; nvlax_fbc -i /usr/lib/libnvidia-fbc.so -o /usr/lib/libnvidia-fbc.so'
:gardotd426 commented on 2023-06-16 15:18 (UTC)
As for the patch failing, it does currently succeed to patch NvFBC when upgrading/installing nvidia-utils, but it fails when trying to run nvlax manually:
/bin/sh -c "nvlax_fbc -i /usr/lib/libnvidia-fbc.so -o /home/matt/tmp/libnvidia-fbc.so"
:gardotd426 commented on 2023-06-16 15:13 (UTC)
Can't even rebuild it.
This is with
makepkg
, not yay.mindbound commented on 2023-06-16 15:10 (UTC)
I can confirm, it seems to be working on 535.53.04.
ventureo commented on 2023-06-16 15:02 (UTC)
@gardotd426 I'm not really interested in arguing, but it works for me nonetheless.
https://paste.cachyos.org/p/bb426a7
gardotd426 commented on 2023-06-16 14:51 (UTC)
@ventureo if you're saying it works on 535.53.04, I believe you're mistaken.
1 2 3 Next › Last »