summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d23f01535ab2..6ccca2363292 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ffmpeg-nocuda
pkgver=6.1
gitver=n${pkgver}
-pkgrel=2
+pkgrel=3
pkgdesc='Complete solution to record, convert and stream audio and video (without nvidias propriatary blobs)'
arch=('x86_64')
url='https://www.ffmpeg.org/'
@@ -62,11 +62,10 @@ depends=(
'xz'
'zlib'
)
-makedepends=('git' 'avisynthplus' 'ffnvcodec-headers' 'ladspa' 'nasm' 'srt')
+makedepends=('git' 'avisynthplus' 'ladspa' 'nasm' 'srt')
optdepends=('avisynthplus: for reading AviSynth scripts as input'
'intel-media-sdk: for Intel Quick Sync Video'
- 'ladspa: for LADSPA filters'
- 'nvidia-utils: Nvidia NVDEC/NVENC support')
+ 'ladspa: for LADSPA filters')
provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
'libavutil.so' 'libpostproc.so' 'libswresample.so' 'libswscale.so'
'ffmpeg')