mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/ffmpeg to 2.8.3-1
This commit is contained in:
parent
cb952dc2a5
commit
2dbc5ebcf6
1 changed files with 5 additions and 4 deletions
|
@ -9,7 +9,7 @@
|
|||
# - use -fPIC in host cflags for armv7 to fix print_options.c compile
|
||||
|
||||
pkgname=ffmpeg
|
||||
pkgver=2.8.2
|
||||
pkgver=2.8.3
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc='Complete and free Internet live audio and video broadcasting solution'
|
||||
|
@ -22,8 +22,8 @@ depends=(
|
|||
'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg' 'opus'
|
||||
'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
|
||||
'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
|
||||
'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so' 'libvpx.so' 'libx264.so'
|
||||
'libx265.so'
|
||||
'libdcadec.so' 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so'
|
||||
'libvpx.so' 'libx264.so' 'libx265.so'
|
||||
)
|
||||
makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
|
||||
optdepends=('ladspa: LADSPA filters')
|
||||
|
@ -35,7 +35,7 @@ provides=(
|
|||
source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc}
|
||||
ffmpeg-2.8.1-libvpxenc-remove-some-unused-ctrl-id-mappings.patch)
|
||||
validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
|
||||
md5sums=('99f31723326dfe1bfd1bc7521338f2d2'
|
||||
md5sums=('937a6573ba399cf3e6808c9c6ea3d6d6'
|
||||
'SKIP'
|
||||
'71be9bcd297cb9ce833bbc5d425c0470')
|
||||
|
||||
|
@ -62,6 +62,7 @@ build() {
|
|||
--enable-ladspa \
|
||||
--enable-libass \
|
||||
--enable-libbluray \
|
||||
--enable-libdcadec \
|
||||
--enable-libfreetype \
|
||||
--enable-libfribidi \
|
||||
--enable-libgsm \
|
||||
|
|
Loading…
Reference in a new issue