public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [ITP] nv-codec-headers (11.1.5.2)
@ 2023-02-05  8:38 Takashi Yano
  2023-02-09 11:58 ` Takashi Yano
  0 siblings, 1 reply; 2+ messages in thread
From: Takashi Yano @ 2023-02-05  8:38 UTC (permalink / raw)
  To: cygwin-apps

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/

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ITP] nv-codec-headers (11.1.5.2)
  2023-02-05  8:38 [ITP] nv-codec-headers (11.1.5.2) Takashi Yano
@ 2023-02-09 11:58 ` Takashi Yano
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Yano @ 2023-02-09 11:58 UTC (permalink / raw)
  To: cygwin-apps

[-- Attachment #1: Type: text/plain, Size: 491 bytes --]

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.yano@nifty.ne.jp>

[-- Attachment #2: nv-codec-headers.cygport --]
[-- Type: text/plain, Size: 574 bytes --]

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
}

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-09 11:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-05  8:38 [ITP] nv-codec-headers (11.1.5.2) Takashi Yano
2023-02-09 11:58 ` Takashi Yano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).