mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/ffmpeg to 4.0.1-3
This commit is contained in:
parent
2c86b44192
commit
0a7a4560a9
1 changed files with 6 additions and 5 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
pkgname=ffmpeg
|
pkgname=ffmpeg
|
||||||
pkgver=4.0.1
|
pkgver=4.0.1
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
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')
|
||||||
|
@ -20,10 +20,10 @@ url='http://ffmpeg.org/'
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
depends=(
|
depends=(
|
||||||
'alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
|
'alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
|
||||||
'lame' 'libavc1394' 'libdrm' 'libiec61883' 'libmodplug' 'libomxil-bellagio'
|
'jack' 'lame' 'libavc1394' 'libdrm' 'libiec61883' 'libmodplug'
|
||||||
'libpulse' 'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libvdpau' 'libwebp'
|
'libomxil-bellagio' 'libpulse' 'libraw1394' 'libsoxr' 'libssh' 'libtheora'
|
||||||
'libx11' 'libxcb' 'libxext' 'libxml2' 'libxv' 'opencore-amr' 'openjpeg2'
|
'libvdpau' 'libwebp' 'libx11' 'libxcb' 'libxext' 'libxml2' 'libxv'
|
||||||
'opus' 'sdl2' 'speex' 'v4l-utils' 'xz' 'zlib'
|
'opencore-amr' 'openjpeg2' 'opus' 'sdl2' 'speex' 'v4l-utils' 'xz' 'zlib'
|
||||||
'libass.so' 'libbluray.so' 'libfreetype.so' 'libva-drm.so' 'libva.so'
|
'libass.so' 'libbluray.so' 'libfreetype.so' 'libva-drm.so' 'libva.so'
|
||||||
'libva-x11.so' 'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so' 'libvpx.so'
|
'libva-x11.so' 'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so' 'libvpx.so'
|
||||||
'libx264.so' 'libx265.so' 'libxvidcore.so'
|
'libx264.so' 'libx265.so' 'libxvidcore.so'
|
||||||
|
@ -65,6 +65,7 @@ build() {
|
||||||
--enable-libfribidi \
|
--enable-libfribidi \
|
||||||
--enable-libgsm \
|
--enable-libgsm \
|
||||||
--enable-libiec61883 \
|
--enable-libiec61883 \
|
||||||
|
--enable-libjack \
|
||||||
--enable-libmodplug \
|
--enable-libmodplug \
|
||||||
--enable-libmp3lame \
|
--enable-libmp3lame \
|
||||||
--enable-libopencore_amrnb \
|
--enable-libopencore_amrnb \
|
||||||
|
|
Loading…
Reference in a new issue