ffnvcodec-headers13.0
LOW
maintainer 1F616EMO
0 votes
scanned 2026-08-29 15:40:17.793601
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
6
pkgname=ffnvcodec-headers13.0
7
pkgver=13.0.19.1
8
pkgrel=1
9
pkgdesc='FFmpeg version of headers required to interface with Nvidias codec APIs (version 13.0)'
10
arch=(any)
11
url=https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git
12
license=(MIT)
13
makedepends=(git)
14
conflicts=('ffnvcodec-headers')
15
provides=('ffnvcodec-headers')
16
_tag=88fee5c37318c991a8762d423530f91681e32e3a
17
source=(git+https://git.videolan.org/git/ffmpeg/nv-codec-headers.git#tag=${_tag})
18
sha256sums=('7016462c5bc737fdb4ac0fce51249447c48be59edfdf0f8bb0c668b357d38da6')
19
20
pkgver() {
21
cd nv-codec-headers
22
23
git describe --tags | sed 's/^n//'
24
}
25
26
build() {
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
32
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-29 15:40:17 | Low | 1 |