[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Wed Apr 22 15:47:42 UTC 2020
Date: Wednesday, April 22, 2020 @ 15:47:42
Author: alucryd
Revision: 380722
add support for libsrt: ffmpeg 1:4.2.2-6
Modified:
ffmpeg/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-22 12:59:51 UTC (rev 380721)
+++ PKGBUILD 2020-04-22 15:47:42 UTC (rev 380722)
@@ -6,7 +6,7 @@
pkgname=ffmpeg
pkgver=4.2.2
-pkgrel=5
+pkgrel=6
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video'
arch=(x86_64)
@@ -60,6 +60,7 @@
opus
sdl2
speex
+ srt
v4l-utils
xz
zlib
@@ -86,7 +87,7 @@
libswscale.so
)
source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=192d1d34eb3668fa27f433e96036340e1e5077a0)
-sha256sums=('SKIP')
+sha256sums=(SKIP)
pkgver() {
cd ffmpeg
@@ -133,6 +134,7 @@
--enable-libpulse \
--enable-libsoxr \
--enable-libspeex \
+ --enable-libsrt \
--enable-libssh \
--enable-libtheora \
--enable-libv4l2 \
More information about the arch-commits
mailing list