nv-codec-headers: dropped unmaintained port

This commit is contained in:
Tim Biermann 2023-09-24 09:32:51 +02:00
parent b9a9e8589a
commit d9004bac56
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 33 deletions

View File

@ -1,11 +0,0 @@
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

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36a7G5isa4xn19+YiM2EbGWbGjdSgNHNmFJFLJUTXweDACJCrJ6R3oZpXQ52CPRzM8meQQF6nWDS01FIw5fsVg0=
SHA256 (Pkgfile) = 63498c7ec3cfbebea3636aa0b3821d6325dc9cadefa847594df3d4f17f3b0ac7
SHA256 (.footprint) = 5d781dfd08b3879be9f6f5eb4e0df66519c6aa0ea2af326ddf989f1db58ee481
SHA256 (nv-codec-headers-n12.0.16.0.tar.gz) = 2a1533b65f55f9da52956faf0627ed3b74868ac0c7f269990edd21369113b48f

View File

@ -1,17 +0,0 @@
# Description: FFmpeg version of headers required to interface with Nvidias codec APIs.
# URL: https://github.com/FFmpeg/nv-codec-headers
# Maintainer: unmaintained
name=nv-codec-headers
version=12.0.16.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
}