summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2023-10-28 09:28:41 -0300
committerDaniel Bermond2023-10-28 09:28:41 -0300
commit54cee0fbe3aef0316dbb554d87f389149ecccae7 (patch)
tree58e2548b532b0d6e15285ea41411a90948927b62
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.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7cf054f6d15..31329335958f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ffmpeg-git
pkgdesc = Complete solution to record, convert and stream audio and video (git version)
- pkgver = 6.1.r112250.g6f7bf64dbc
+ pkgver = 6.1.r112534.ge5f774268a
pkgrel = 1
url = https://www.ffmpeg.org/
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = ffmpeg-git
makedepends = amf-headers
makedepends = avisynthplus
makedepends = clang
- makedepends = ffnvcodec-headers-git
+ makedepends = ffnvcodec-headers
makedepends = git
makedepends = ladspa
makedepends = mesa
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 \