diff options
author | Danny Rawlins <contact@romster.me> | 2021-04-18 12:31:55 +1000 |
---|---|---|
committer | Danny Rawlins <contact@romster.me> | 2021-04-18 12:31:55 +1000 |
commit | 3cf076f427fcdc9393ed3ce4c69637e0f22842ec (patch) | |
tree | 17df21cf71042c721865742e22bb330fe15a7d54 /nv-codec-headers | |
parent | d4e7366636a41c80fae8265e38d96f32a94bdce8 (diff) | |
download | contrib-3cf076f427fcdc9393ed3ce4c69637e0f22842ec.tar.gz contrib-3cf076f427fcdc9393ed3ce4c69637e0f22842ec.tar.xz |
[notify] nv-codec-headers: -> 11.0.10.0 renamed from ffnvcodec-headers
Diffstat (limited to 'nv-codec-headers')
-rw-r--r-- | nv-codec-headers/.footprint | 11 | ||||
-rw-r--r-- | nv-codec-headers/.signature | 5 | ||||
-rw-r--r-- | nv-codec-headers/Pkgfile | 17 |
3 files changed, 33 insertions, 0 deletions
diff --git a/nv-codec-headers/.footprint b/nv-codec-headers/.footprint new file mode 100644 index 000000000..77ac29ce2 --- /dev/null +++ b/nv-codec-headers/.footprint @@ -0,0 +1,11 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/ffnvcodec/ +-rw-r--r-- root/root usr/include/ffnvcodec/dynlink_cuda.h +-rw-r--r-- root/root usr/include/ffnvcodec/dynlink_cuviddec.h +-rw-r--r-- root/root usr/include/ffnvcodec/dynlink_loader.h +-rw-r--r-- root/root usr/include/ffnvcodec/dynlink_nvcuvid.h +-rw-r--r-- root/root usr/include/ffnvcodec/nvEncodeAPI.h +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/pkgconfig/ +-rw-r--r-- root/root usr/share/pkgconfig/ffnvcodec.pc diff --git a/nv-codec-headers/.signature b/nv-codec-headers/.signature new file mode 100644 index 000000000..5ffc7d95e --- /dev/null +++ b/nv-codec-headers/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF3771g+OzZg6t74m9K7OHY1zSsATTi5bWSL2xG7ZNjJnjb5jI7riX/Ed+Tak1ng7vzepBIzb8t87aD6x86apNyw8= +SHA256 (Pkgfile) = 957b82f8f2d55232c1e3a51ba1258a035e0e7c5ed7dad42af419ac639ddb518b +SHA256 (.footprint) = 5d781dfd08b3879be9f6f5eb4e0df66519c6aa0ea2af326ddf989f1db58ee481 +SHA256 (nv-codec-headers-n11.0.10.0.tar.gz) = 96db8f4a5cda18cd757fc0e74bc27f372441fdbf814ec7f0f1ee6caa73780310 diff --git a/nv-codec-headers/Pkgfile b/nv-codec-headers/Pkgfile new file mode 100644 index 000000000..a100c54a7 --- /dev/null +++ b/nv-codec-headers/Pkgfile @@ -0,0 +1,17 @@ +# Description: FFmpeg version of headers required to interface with Nvidias codec APIs. +# URL: https://github.com/FFmpeg/nv-codec-headers +# Maintainer: Danny Rawlins, crux at romster dot me + +name=nv-codec-headers +version=11.0.10.0 +release=1 +source=(https://github.com/FFmpeg/nv-codec-headers/archive/n$version/$name-n$version.tar.gz) + +build() { + cd $name-n$version + + sed -i -e 's|/include|/include/ffnvcodec|g' ffnvcodec.pc.in + + make PREFIX=/usr LIBDIR=/share + make PREFIX=/usr LIBDIR=/share DESTDIR="$PKG" install +} |