diff options
author | Norbert Preining | 2024-11-12 22:57:39 +0900 |
---|---|---|
committer | Norbert Preining | 2024-11-12 22:57:39 +0900 |
commit | 63cd85d5e81b8c81d988ff99b0a38906a67435d5 (patch) | |
tree | e66a981f30e53008c387ba67aa9788bad6c59791 | |
parent | 910ef7e367daad0224118319d1421e844394c135 (diff) | |
download | aur-63cd85d5e81b8c81d988ff99b0a38906a67435d5.tar.gz |
New upstream release, drop incorporated patch
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 13 |
2 files changed, 9 insertions, 14 deletions
@@ -1,7 +1,7 @@ pkgbase = nvenc pkgdesc = NVIDIA Video Codec based command line encoder - pkgver = 7.73 - pkgrel = 2 + pkgver = 7.74 + pkgrel = 1 url = https://github.com/rigaya/NVEnc arch = x86_64 license = MIT @@ -13,13 +13,11 @@ pkgbase = nvenc depends = libass depends = vapoursynth depends = libdovi - source = git+https://github.com/rigaya/NVEnc.git#tag=7.73 + source = git+https://github.com/rigaya/NVEnc.git#tag=7.74 source = git+https://github.com/tplgy/cppcodec.git source = ldflags-adjustments.patch - source = 0001-libhdr10plus.patch - sha256sums = 14419a24e585fd688b92852b116d18393eba7914f5b8045ab1a52890f49015e3 + sha256sums = 484c5c5dd3c0bb2a192e78da5d0768d343fce3045b0a666fbfbd03a7e6505dd4 sha256sums = SKIP sha256sums = 9032a642a66219efe9413cee1cb371ca3f46de254c6b50f3605df3f385ec53a5 - sha256sums = 22444dff34195710a8f85f0449b3332e42c52fe325fea0c30fb4641be9f58056 pkgname = nvenc @@ -1,8 +1,8 @@ # Maintainer: Norbert Preining <norbert@preining.info> _UpstreamPkgName=NVEnc pkgname=${_UpstreamPkgName,,} -pkgver=7.73 -pkgrel=2 +pkgver=7.74 +pkgrel=1 pkgdesc="NVIDIA Video Codec based command line encoder" arch=('x86_64') url="https://github.com/rigaya/$_UpstreamPkgName" @@ -13,17 +13,14 @@ depends=('cuda>=10' 'ffmpeg' 'libass' 'vapoursynth' 'libdovi') makedepends=('git' 'gcc13' 'cargo-c') source=(git+${url}.git#tag=${pkgver} git+https://github.com/tplgy/cppcodec.git - ldflags-adjustments.patch - 0001-libhdr10plus.patch) -sha256sums=('14419a24e585fd688b92852b116d18393eba7914f5b8045ab1a52890f49015e3' + ldflags-adjustments.patch) +sha256sums=('484c5c5dd3c0bb2a192e78da5d0768d343fce3045b0a666fbfbd03a7e6505dd4' 'SKIP' - '9032a642a66219efe9413cee1cb371ca3f46de254c6b50f3605df3f385ec53a5' - '22444dff34195710a8f85f0449b3332e42c52fe325fea0c30fb4641be9f58056') + '9032a642a66219efe9413cee1cb371ca3f46de254c6b50f3605df3f385ec53a5') prepare() { cd $_UpstreamPkgName patch --forward --strip=1 --input="${srcdir}/ldflags-adjustments.patch" - patch --forward --strip=1 --input="${srcdir}/0001-libhdr10plus.patch" } build() { |