16 lines
580 B
Bash
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
|
|
}
|