ffnvcodec-headers13.0

LOW
maintainer 1F616EMO 0 votes scanned 2026-08-29 15:40:17.793601
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: 1F616EMO <root@1f616emo.xyz>
2# Contributor: Karl Ludwig Brennan <karlludwigbrennan@outlook.com>
3# Contributor: Maxime Gauduin <alucryd@archlinux.org>
4# Contributor: Daniel Bermond <danielbermond@yahoo.com>
5
6pkgname=ffnvcodec-headers13.0
7pkgver=13.0.19.1
8pkgrel=1
9pkgdesc='FFmpeg version of headers required to interface with Nvidias codec APIs (version 13.0)'
10arch=(any)
11url=https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git
12license=(MIT)
13makedepends=(git)
14conflicts=('ffnvcodec-headers')
15provides=('ffnvcodec-headers')
16_tag=88fee5c37318c991a8762d423530f91681e32e3a
17source=(git+https://git.videolan.org/git/ffmpeg/nv-codec-headers.git#tag=${_tag})
18sha256sums=('7016462c5bc737fdb4ac0fce51249447c48be59edfdf0f8bb0c668b357d38da6')
19
20pkgver() {
21 cd nv-codec-headers
22
23 git describe --tags | sed 's/^n//'
24}
25
26build() {
27 make PREFIX=/usr -C nv-codec-headers
28 sed -n '4,25p' nv-codec-headers/include/ffnvcodec/nvEncodeAPI.h > LICENSE # Extract license
29 sed -i '1,22s/^.\{,3\}//' LICENSE # Delete C comments
30}
31
32package() {
33 make PREFIX=/usr DESTDIR="${pkgdir}" -C nv-codec-headers install
34 install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/ffnvcodec-headers13.0/
35}
36
37# vim: ts=2 sw=2 et:
38

Scan history

Scanned at (UTC)SeverityRules
2026-08-29 15:40:17 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion