mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
multimedia/ffnvcodec-headers: add new port
FFmpeg version of headers required to interface with Nvidia's codec APIs. https://github.com/FFmpeg/nv-codec-headers PR: 264025
This commit is contained in:
parent
2a15fce019
commit
a5032859a6
@ -62,6 +62,7 @@
|
||||
SUBDIR += ffmpeg
|
||||
SUBDIR += ffmpegthumbnailer
|
||||
SUBDIR += ffms2
|
||||
SUBDIR += ffnvcodec-headers
|
||||
SUBDIR += filebot
|
||||
SUBDIR += flvmeta
|
||||
SUBDIR += flvstreamer
|
||||
|
18
multimedia/ffnvcodec-headers/Makefile
Normal file
18
multimedia/ffnvcodec-headers/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
PORTNAME= ffnvcodec-headers
|
||||
DISTVERSIONPREFIX= n
|
||||
DISTVERSION= 11.1.5.0
|
||||
CATEGORIES= multimedia
|
||||
|
||||
MAINTAINER= iwtcex@gmail.com
|
||||
COMMENT= FFmpeg version of Nvidia Codec SDK headers
|
||||
WWW= https://github.com/FFmpeg/nv-codec-headers
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= gmake
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= FFmpeg
|
||||
GH_PROJECT= nv-codec-headers
|
||||
|
||||
.include <bsd.port.mk>
|
3
multimedia/ffnvcodec-headers/distinfo
Normal file
3
multimedia/ffnvcodec-headers/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1652659321
|
||||
SHA256 (FFmpeg-nv-codec-headers-n11.1.5.0_GH0.tar.gz) = b833bd90852c1f45d01f65c70545f6a31e5b9ca64814a269626c7ad2286d55ee
|
||||
SIZE (FFmpeg-nv-codec-headers-n11.1.5.0_GH0.tar.gz) = 69720
|
1
multimedia/ffnvcodec-headers/pkg-descr
Normal file
1
multimedia/ffnvcodec-headers/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
FFmpeg version of headers required to interface with Nvidia's codec APIs.
|
6
multimedia/ffnvcodec-headers/pkg-plist
Normal file
6
multimedia/ffnvcodec-headers/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
include/ffnvcodec/dynlink_cuda.h
|
||||
include/ffnvcodec/dynlink_cuviddec.h
|
||||
include/ffnvcodec/dynlink_loader.h
|
||||
include/ffnvcodec/dynlink_nvcuvid.h
|
||||
include/ffnvcodec/nvEncodeAPI.h
|
||||
libdata/pkgconfig/ffnvcodec.pc
|
Loading…
Reference in New Issue
Block a user