Update dependencies
cuda is no longer needed at run time after disabling libnpp in the previous commit[1], but now only at build time. [1] https://aur.archlinux.org/cgit/aur.git/commit/?h=ffmpeg-full&id=8527da929cea04049abfdd67497eac67b88eff96
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
pkgbase = ffmpeg-full
|
||||
pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac)
|
||||
pkgver = 7.1.1
|
||||
pkgrel = 6
|
||||
pkgrel = 7
|
||||
url = https://www.ffmpeg.org/
|
||||
arch = x86_64
|
||||
license = LicenseRef-nonfree-and-unredistributable
|
||||
makedepends = amf-headers
|
||||
makedepends = clang
|
||||
makedepends = cuda
|
||||
makedepends = ffnvcodec-headers
|
||||
makedepends = gmp
|
||||
makedepends = libgl
|
||||
@@ -24,7 +25,6 @@ pkgbase = ffmpeg-full
|
||||
depends = cairo
|
||||
depends = celt
|
||||
depends = codec2
|
||||
depends = cuda
|
||||
depends = dav1d
|
||||
depends = flite1
|
||||
depends = fontconfig
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
pkgname=ffmpeg-full
|
||||
pkgver=7.1.1
|
||||
pkgrel=6
|
||||
pkgrel=7
|
||||
_svt_hevc_ver='ed80959ebb5586aa7763c91a397d44be1798587c'
|
||||
_svt_vp9_ver='3b9a3fa43da4cc5fe60c7d22afe2be15341392ea'
|
||||
_obs_studio_ver='31.1.2'
|
||||
@@ -20,7 +20,6 @@ depends=(
|
||||
'cairo'
|
||||
'celt'
|
||||
'codec2'
|
||||
'cuda'
|
||||
'dav1d'
|
||||
'flite1'
|
||||
'fontconfig'
|
||||
@@ -82,7 +81,6 @@ depends=(
|
||||
'libxv'
|
||||
'libwebp'
|
||||
'lilv'
|
||||
|
||||
'ocl-icd'
|
||||
'openal'
|
||||
'opencore-amr'
|
||||
@@ -143,6 +141,7 @@ optdepends=(
|
||||
makedepends=(
|
||||
'amf-headers'
|
||||
'clang'
|
||||
'cuda'
|
||||
'ffnvcodec-headers'
|
||||
'gmp'
|
||||
'libgl'
|
||||
|
||||
Reference in New Issue
Block a user