Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / ffnvcodec-headers
Commits: 091dc0e8 by Maxime Gauduin at 2023-10-09T14:43:02+02:00 upgpkg: 12.1.14.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,12 @@ +pkgbase = ffnvcodec-headers + pkgdesc = FFmpeg version of headers required to interface with Nvidias codec APIs + pkgver = 12.1.14.0 + pkgrel = 1 + url = https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git + arch = any + license = MIT + makedepends = git + source = git+https://git.videolan.org/git/ffmpeg/nv-codec-headers.git#tag=1889e62e2d35ff7aa9baca2bceb14f053785e6f1 + sha256sums = SKIP + +pkgname = ffnvcodec-headers ===================================== PKGBUILD ===================================== @@ -2,14 +2,14 @@ # Contributor: Daniel Bermond <[email protected]> pkgname=ffnvcodec-headers -pkgver=12.0.16.0 +pkgver=12.1.14.0 pkgrel=1 pkgdesc='FFmpeg version of headers required to interface with Nvidias codec APIs' arch=(any) url=https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git license=(MIT) makedepends=(git) -_tag=c5e4af74850a616c42d39ed45b9b8568b71bf8bf +_tag=1889e62e2d35ff7aa9baca2bceb14f053785e6f1 source=(git+https://git.videolan.org/git/ffmpeg/nv-codec-headers.git#tag=${_tag}) sha256sums=(SKIP) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ffnvcodec-headers/-/commit/091dc0e845ba227d3dc64237eadb5b5c21befc64 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ffnvcodec-headers/-/commit/091dc0e845ba227d3dc64237eadb5b5c21befc64 You're receiving this email because of your account on gitlab.archlinux.org.
