summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2020-07-28 02:36:48 +0000
committerDaniel Bermond2020-07-28 02:36:48 +0000
commit97cd6d6e8159d3b76faf99189b65da65ca40901c (patch)
treecf878c92831d683cc25e21dfd335f27528ff6feb
parent7508d7fb66f6ec8e76540e808b6618e22a9af508 (diff)
downloadaur-97cd6d6e8159d3b76faf99189b65da65ca40901c.tar.gz
Bring back srt support (fixed by upstream ffmpeg)
Upstream ffmpeg fixed the build issue with srt 1.4.1[1]. References ---------- [1] http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=7c59e1b0f285cd7c7b35fcd71f49c5fd52cf9315 [2] https://trac.ffmpeg.org/ticket/8760 [3] https://aur.archlinux.org/cgit/aur.git/commit/?h=ffmpeg-full-git&id=8f9bff8de0df502a0a13f2d243c6ae018e67603c
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f30156a976a..7ff269e334b9 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 = 4.4.r98534.g5eb4405fc5
+ pkgver = 4.4.r98576.g7c59e1b0f2
pkgrel = 1
url = https://www.ffmpeg.org/
arch = x86_64
@@ -59,6 +59,7 @@ pkgbase = ffmpeg-full-git
depends = snappy
depends = libsoxr
depends = speex
+ depends = srt
depends = libssh
depends = svt-hevc
depends = svt-av1
diff --git a/PKGBUILD b/PKGBUILD
index 81ede30c0cfd..97101c98628b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _svt_av1_ver='0.8.4'
_svt_vp9_ver='0.2.2'
pkgname=ffmpeg-full-git
-pkgver=4.4.r98534.g5eb4405fc5
+pkgver=4.4.r98576.g7c59e1b0f2
pkgrel=1
pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac; git version)'
arch=('x86_64')
@@ -19,8 +19,8 @@ depends=(
'fontconfig' 'freetype2' 'fribidi' 'glslang' 'libgme' 'gsm' 'libiec61883'
'libilbc' 'jack' 'kvazaar' 'lensfun' 'libmodplug' 'lame' 'opencore-amr'
'openjpeg2' 'opus' 'pulseaudio' 'librabbitmq-c' 'rav1e' 'librsvg' 'rubberband'
- 'rtmpdump' 'snappy' 'libsoxr' 'speex' 'libssh' 'svt-hevc' 'svt-av1' 'svt-vp9'
- 'tensorflow' 'tesseract' 'libtheora' 'twolame' 'v4l-utils'
+ 'rtmpdump' 'snappy' 'libsoxr' 'speex' 'srt' 'libssh' 'svt-hevc' 'svt-av1'
+ 'svt-vp9' 'tensorflow' 'tesseract' 'libtheora' 'twolame' 'v4l-utils'
'vid.stab' 'vmaf' 'libvorbis' 'libvpx' 'wavpack' 'libwebp' 'x264' 'x265'
'libxcb' 'xvidcore' 'libxml2' 'zimg' 'zeromq' 'zvbi' 'lv2' 'lilv' 'xz'
'libmysofa' 'openal' 'ocl-icd' 'libgl' 'sndio' 'sdl2' 'vapoursynth'
@@ -155,7 +155,7 @@ build() {
--enable-libsnappy \
--enable-libsoxr \
--enable-libspeex \
- --disable-libsrt \
+ --enable-libsrt \
--enable-libssh \
--enable-libsvthevc \
--enable-libtensorflow \