summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2023-10-28 09:28:41 -0300
committerDaniel Bermond2023-10-28 09:28:41 -0300
commit54cee0fbe3aef0316dbb554d87f389149ecccae7 (patch)
tree58e2548b532b0d6e15285ea41411a90948927b62 /PKGBUILD
parent29994d12bd859c68a1c3da7009781a1190105fb0 (diff)
downloadaur-54cee0fbe3aef0316dbb554d87f389149ecccae7.tar.gz
Temporarily disable docs to fix build. Update nvenc dependency.
HTML pages fails to build with texinfo 7.1. Temporarily disabling it until there is an upstream fix. nvenc now builds fine the the stable ffnvcodec-headers package. Let's give another chance for staying with the stable version.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5012097fb579..e17ed123ceab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: DrZaius <lou at fakeoutdoorsman.com>
pkgname=ffmpeg-git
-pkgver=6.1.r112250.g6f7bf64dbc
+pkgver=6.1.r112534.ge5f774268a
pkgrel=1
pkgdesc='Complete solution to record, convert and stream audio and video (git version)'
arch=('x86_64')
@@ -77,7 +77,7 @@ makedepends=(
amf-headers
avisynthplus
clang
- ffnvcodec-headers-git
+ ffnvcodec-headers
git
ladspa
mesa
@@ -120,6 +120,7 @@ build() {
--disable-debug \
--disable-static \
--disable-stripping \
+ --disable-htmlpages \
--enable-amf \
--enable-avisynth \
--enable-cuda-llvm \