summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2023-11-25 17:01:06 -0300
committerDaniel Bermond2023-11-25 17:01:06 -0300
commit009b13564e2d32e2bf987567ecfce0329838dc65 (patch)
treeebf74a731674ea04393a2a34d0a4dd56dd5fb697
parent5090b18aabe7082fa9bd2eaf6f3156d31f536f9f (diff)
downloadaur-009b13564e2d32e2bf987567ecfce0329838dc65.tar.gz
Add new upstream options: libaribcaption, libxevd and libxeve
References ---------- [1] https://git.videolan.org/?p=ffmpeg.git;a=commit;h=b6138633cdf2ecae22c4c02029e91245c430c4fe [2] https://git.videolan.org/?p=ffmpeg.git;a=commit;h=c59a96fd08620bd8239c218f2e0dfb8429c81c3c [3] https://git.videolan.org/?p=ffmpeg.git;a=commit;h=cfe29478873e5000416a2da58a92102b7ed7255c
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47d37297ac3c..b1005c7cb8da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ffmpeg-full-git
pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac; git version)
- pkgver = 6.2.r112838.g7212466e73
+ pkgver = 6.2.r112841.g2d9ed64859
pkgrel = 1
url = https://www.ffmpeg.org/
arch = x86_64
@@ -16,6 +16,7 @@ pkgbase = ffmpeg-full-git
depends = alsa-lib
depends = aom
depends = aribb24
+ depends = libaribcaption
depends = avisynthplus
depends = bzip2
depends = cairo
@@ -126,6 +127,8 @@ pkgbase = ffmpeg-full-git
depends = vo-amrwbenc
depends = xavs
depends = xavs2
+ depends = xevd
+ depends = xeve
provides = libavcodec.so
provides = libavdevice.so
provides = libavfilter.so
diff --git a/PKGBUILD b/PKGBUILD
index 355ecfbfe94d..e51998cf593f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=ffmpeg-full-git
-pkgver=6.2.r112838.g7212466e73
+pkgver=6.2.r112841.g2d9ed64859
pkgrel=1
_svt_hevc_ver='6cca5b932623d3a1953b165ae6b093ca1325ac44'
_svt_vp9_ver='43ef8e5e96932421858762392adbbab57c84aebf'
@@ -13,6 +13,7 @@ depends=(
'alsa-lib'
'aom'
'aribb24'
+ 'libaribcaption'
'avisynthplus'
'bzip2'
'cairo'
@@ -123,6 +124,8 @@ depends=(
'vo-amrwbenc'
'xavs'
'xavs2'
+ 'xevd'
+ 'xeve'
)
makedepends=('git' 'clang' 'amf-headers' 'ffnvcodec-headers' 'nasm' 'opencl-headers'
'vulkan-headers' 'decklink-sdk')
@@ -204,6 +207,7 @@ build() {
--enable-lcms2 \
--enable-libaom \
--enable-libaribb24 \
+ --enable-libaribcaption \
--enable-libass \
--enable-libbluray \
--enable-libbs2b \
@@ -273,6 +277,8 @@ build() {
--enable-libwebp \
--enable-libx264 \
--enable-libx265 \
+ --enable-libxevd \
+ --enable-libxeve \
--enable-libxavs \
--enable-libxavs2 \
--enable-libxcb \