Package Details: nvenc 9.14-1

Git Clone URL: https://aur.archlinux.org/nvenc.git (read-only, click to copy)
Package Base: nvenc
Description: NVIDIA Video Codec based command line encoder
Upstream URL: https://github.com/rigaya/NVEnc
Licenses: MIT
Submitter: npreining
Maintainer: npreining
Last Packager: npreining
Votes: 7
Popularity: 0.000152
First Submitted: 2022-02-15 01:30 (UTC)
Last Updated: 2026-04-06 11:38 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5

carlosal1015 commented on 2022-02-25 15:51 (UTC) (edited on 2022-02-25 16:09 (UTC) by carlosal1015)

Hi @npreining, welcome to Arch world and this is my feedback related to the PKGBUILD:

  • Is this commit remarkable c187b1a5a432bad65a598dd8c47a072be8155f3b, since is not the latest commit from https://github.com/rigaya/NVEnc/commits/5.43, optionally, for example, we could use in general like source=(git+$url.git#tag=v${pkgver}). Optionally, we could explicit set .git?#branch=<master | main | trunk | develop | etc> name.

  • If we have a variable=AAAA, we can later use ${variable,,} to have lower case.

  • For create a new directory specifying the permissions or install files inside, we could use the install comand, some examples here and here.

  • More nice tips there.