extra/ffmpeg to 6.1.1-5

This commit is contained in:
David Beauchamp 2024-02-09 14:32:33 -05:00
parent 8f3a68d793
commit fc5675a946
2 changed files with 9 additions and 6 deletions

View file

@ -1,11 +1,11 @@
pkgbase = ffmpeg
pkgdesc = Complete solution to record, convert and stream audio and video
pkgver = 6.1.1
pkgrel = 3
pkgrel = 5
epoch = 2
url = https://ffmpeg.org/
url = https://ffmpeg.org
arch = x86_64
license = GPL3
license = GPL-3.0-only
makedepends = amf-headers
makedepends = avisynthplus
makedepends = clang
@ -81,6 +81,7 @@ pkgbase = ffmpeg
depends = srt
depends = svt-av1
depends = v4l-utils
depends = vapoursynth
depends = vmaf
depends = vulkan-icd-loader
depends = xz

View file

@ -17,12 +17,12 @@
pkgname=ffmpeg
pkgver=6.1.1
pkgrel=3
pkgrel=5
epoch=2
pkgdesc='Complete solution to record, convert and stream audio and video'
arch=(x86_64)
url=https://ffmpeg.org/
license=(GPL3)
url=https://ffmpeg.org
license=(GPL-3.0-only)
depends=(
alsa-lib
bzip2
@ -88,6 +88,7 @@ depends=(
xz
zlib
)
vapoursynth
makedepends=(
amf-headers
avisynthplus
@ -210,6 +211,7 @@ build() {
--enable-opencl \
--enable-opengl \
--enable-shared \
--enable-vapoursynth \
--enable-version3 \
--enable-vulkan $CONFIG
make