summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2020-04-23 09:05:55 +0200
committerkfg2020-04-23 09:05:55 +0200
commitf4c3598eb5f81cf463c6cba65e8aff21fdfa026f (patch)
tree69693a41b6a3e6c24c0bcf6cf8886ea98668dfc8
parente00cba09057fbf78ec7472998740b80b1a0bd2c5 (diff)
downloadaur-f4c3598eb5f81cf463c6cba65e8aff21fdfa026f.tar.gz
add support for libsrt: mingw-w64-ffmpeg 1:4.2.2-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bafc06dde50..b4355237b451 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Mon Jan 6 15:27:31 UTC 2020
pkgbase = mingw-w64-ffmpeg
pkgdesc = Complete solution to record, convert and stream audio and video (mingw-w64)
pkgver = 4.2.2
@@ -38,6 +36,7 @@ pkgbase = mingw-w64-ffmpeg
depends = mingw-w64-libssh
depends = mingw-w64-sdl2
depends = mingw-w64-speex
+ depends = mingw-w64-srt
depends = mingw-w64-x264
depends = mingw-w64-xvidcore
depends = mingw-w64-zlib
diff --git a/PKGBUILD b/PKGBUILD
index 4fda884588f0..872dab8c0eb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mingw-w64-ffmpeg
pkgver=4.2.2
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Complete solution to record, convert and stream audio and video (mingw-w64)"
arch=('any')
@@ -35,6 +35,7 @@ depends=(
'mingw-w64-libssh'
'mingw-w64-sdl2'
'mingw-w64-speex'
+ 'mingw-w64-srt'
'mingw-w64-x264'
'mingw-w64-xvidcore'
'mingw-w64-zlib'
@@ -95,6 +96,7 @@ build() {
--enable-libopus \
--enable-libsoxr \
--enable-libspeex \
+ --enable-libsrt \
--enable-libssh \
--enable-libtheora \
--enable-libvidstab \