extra/ffmpeg to 4.2.2-6

This commit is contained in:
Kevin Mihelich 2020-04-22 19:57:00 +00:00
parent 1acbf6799e
commit 327a7a4c0b

View file

@ -12,7 +12,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)
@ -64,6 +64,7 @@ depends=(
opus
sdl2
speex
srt
v4l-utils
xz
zlib
@ -85,7 +86,7 @@ provides=(
libswscale.so
)
source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=192d1d34eb3668fa27f433e96036340e1e5077a0)
sha256sums=('SKIP')
sha256sums=(SKIP)
pkgver() {
cd ffmpeg
@ -132,6 +133,7 @@ build() {
--enable-libpulse \
--enable-libsoxr \
--enable-libspeex \
--enable-libsrt \
--enable-libssh \
--enable-libtheora \
--enable-libv4l2 \