Add missing option libaribcaption

References
----------
[1] https://git.videolan.org/?p=ffmpeg.git;a=commit;h=b6138633cdf2ecae22c4c02029e91245c430c4fe
This commit is contained in:
Daniel Bermond
2023-11-25 17:04:02 -03:00
parent 9b0e1e662e
commit e4c872f250
2 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-full pkgbase = ffmpeg-full
pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac) pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac)
pkgver = 6.1 pkgver = 6.1
pkgrel = 2 pkgrel = 3
url = https://www.ffmpeg.org/ url = https://www.ffmpeg.org/
arch = x86_64 arch = x86_64
license = custom: nonfree and unredistributable license = custom: nonfree and unredistributable
@@ -15,6 +15,7 @@ pkgbase = ffmpeg-full
depends = alsa-lib depends = alsa-lib
depends = aom depends = aom
depends = aribb24 depends = aribb24
depends = libaribcaption
depends = avisynthplus depends = avisynthplus
depends = bzip2 depends = bzip2
depends = cairo depends = cairo
+3 -1
View File
@@ -3,7 +3,7 @@
pkgname=ffmpeg-full pkgname=ffmpeg-full
pkgver=6.1 pkgver=6.1
pkgrel=2 pkgrel=3
_svt_hevc_ver='6cca5b932623d3a1953b165ae6b093ca1325ac44' _svt_hevc_ver='6cca5b932623d3a1953b165ae6b093ca1325ac44'
_svt_vp9_ver='43ef8e5e96932421858762392adbbab57c84aebf' _svt_vp9_ver='43ef8e5e96932421858762392adbbab57c84aebf'
pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac)' pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac)'
@@ -14,6 +14,7 @@ depends=(
'alsa-lib' 'alsa-lib'
'aom' 'aom'
'aribb24' 'aribb24'
'libaribcaption'
'avisynthplus' 'avisynthplus'
'bzip2' 'bzip2'
'cairo' 'cairo'
@@ -192,6 +193,7 @@ build() {
--enable-lcms2 \ --enable-lcms2 \
--enable-libaom \ --enable-libaom \
--enable-libaribb24 \ --enable-libaribb24 \
--enable-libaribcaption \
--enable-libass \ --enable-libass \
--enable-libbluray \ --enable-libbluray \
--enable-libbs2b \ --enable-libbs2b \