mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/ffmpeg to 4.2.2-6
This commit is contained in:
parent
1acbf6799e
commit
327a7a4c0b
1 changed files with 4 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue