summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNorbert Preining2024-03-25 13:27:27 +0900
committerNorbert Preining2024-03-25 13:27:27 +0900
commit690dba25f5ab01f434eb392da257e6c6ca108997 (patch)
tree2681f872274410c3772a971a1ddfe16618e48861
parent825242cf56f3128fe007644330261951689b9162 (diff)
downloadaur-690dba25f5ab01f434eb392da257e6c6ca108997.tar.gz
New upstream release, extra cxxflags not necessary anymore
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f87bfffd2c51..1862b0aa3b33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nvenc
pkgdesc = NVIDIA Video Codec based command line encoder
- pkgver = 7.46
+ pkgver = 7.47
pkgrel = 1
url = https://github.com/rigaya/NVEnc
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = nvenc
depends = ffmpeg
depends = libass
depends = vapoursynth
- source = git+https://github.com/rigaya/NVEnc.git#tag=7.46
+ source = git+https://github.com/rigaya/NVEnc.git#tag=7.47
source = git+https://github.com/tplgy/cppcodec.git
source = ldflags-adjustments.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ce80702a5d51..476b1a9e2655 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Norbert Preining <norbert@preining.info>
_UpstreamPkgName=NVEnc
pkgname=${_UpstreamPkgName,,}
-pkgver=7.46
+pkgver=7.47
pkgrel=1
pkgdesc="NVIDIA Video Codec based command line encoder"
arch=('x86_64')
@@ -28,7 +28,7 @@ build() {
git submodule init
git config --local submodule.cppcodec "$srcdir/cppcodec"
git submodule update cppcodec
- ./configure --prefix=/usr --extra-cxxflags=-D__STDC_CONSTANT_MACROS
+ ./configure --prefix=/usr
make
}