On Sun, 5 Feb 2023 17:38:11 +0900
Takashi Yano wrote:
> I would like to propose new package nv-codec-haeders, which is
> codec-headers for nvidia GPUs. This is needed by ffmpeg
> package I had proposed, and also provided for ffmpeg-free
> package in fedora.
> 
> I already prepared the package at the following location.
> 
> https://tyan0.yr32.net/cygwin/noarch/release/nv-codec-headers/

cygport file is updated as attached. (just add comment)

-- 
Takashi Yano <takashi.y...@nifty.ne.jp>
NAME="nv-codec-headers"
VERSION=11.1.5.2
RELEASE=1
LICENSE="MIT"
CATEGORY="Devel"
SUMMARY="FFmpeg version of Nvidia Codec SDK headers"
DESCRIPTION="FFmpeg version of headers required to interface with Nvidias codec 
APIs."
HOMEPAGE="https://github.com/FFmpeg/nv-codec-headers";
ARCH="noarch" # This is noarch because it's just header files.
SRC_URI="https://github.com/FFmpeg/nv-codec-headers/archive/refs/tags/n${VERSION}.tar.gz";

SRC_DIR="${NAME}-n${VERSION}"
src_compile() {
        cd ${B}
        ln -sf ${S}/Makefile .
        ln -sf ${S}/ffnvcodec.pc.in .
        ln -sf ${S}/include .
        cygmake
}

Reply via email to