void-packages/srcpkgs/nv-codec-headers/template
Lunar Starstrum 939a712449
nv-codec-headers: Update to 12.2.72.0
Closes: #50982 [via git-merge-pr]
2024-07-02 02:52:19 -04:00

16 lines
580 B
Bash

# Template file for 'nv-codec-headers'
pkgname=nv-codec-headers
version=12.2.72.0
revision=1
build_style=gnu-makefile
short_desc="FFmpeg version of headers required to interface with Nvidias codec APIs"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://git.videolan.org/?p=ffmpeg/nv-codec-headers.git"
distfiles="https://github.com/FFmpeg/nv-codec-headers/archive/n${version}.tar.gz"
checksum=dbeaec433d93b850714760282f1d0992b1254fc3b5a6cb7d76fc1340a1e47563
post_install() {
sed -n '4,25p' include/ffnvcodec/nvEncodeAPI.h > LICENSE
vlicense LICENSE
}