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
|
pkgname=ffmpeg
|
||||||
pkgver=4.2.2
|
pkgver=4.2.2
|
||||||
pkgrel=5
|
pkgrel=6
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgdesc='Complete solution to record, convert and stream audio and video'
|
pkgdesc='Complete solution to record, convert and stream audio and video'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -64,6 +64,7 @@ depends=(
|
||||||
opus
|
opus
|
||||||
sdl2
|
sdl2
|
||||||
speex
|
speex
|
||||||
|
srt
|
||||||
v4l-utils
|
v4l-utils
|
||||||
xz
|
xz
|
||||||
zlib
|
zlib
|
||||||
|
@ -85,7 +86,7 @@ provides=(
|
||||||
libswscale.so
|
libswscale.so
|
||||||
)
|
)
|
||||||
source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=192d1d34eb3668fa27f433e96036340e1e5077a0)
|
source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=192d1d34eb3668fa27f433e96036340e1e5077a0)
|
||||||
sha256sums=('SKIP')
|
sha256sums=(SKIP)
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd ffmpeg
|
cd ffmpeg
|
||||||
|
@ -132,6 +133,7 @@ build() {
|
||||||
--enable-libpulse \
|
--enable-libpulse \
|
||||||
--enable-libsoxr \
|
--enable-libsoxr \
|
||||||
--enable-libspeex \
|
--enable-libspeex \
|
||||||
|
--enable-libsrt \
|
||||||
--enable-libssh \
|
--enable-libssh \
|
||||||
--enable-libtheora \
|
--enable-libtheora \
|
||||||
--enable-libv4l2 \
|
--enable-libv4l2 \
|
||||||
|
|
Loading…
Reference in a new issue