extra/ffmpeg to 2.6.2-1

This commit is contained in:
Kevin Mihelich 2015-04-21 11:39:47 +00:00
parent b48094544f
commit 7a6e3c2519

View file

@ -8,8 +8,8 @@
# - use -fPIC in host cflags for armv7 to fix print_options.c compile
pkgname=ffmpeg
pkgver=2.6.1
pkgrel=3
pkgver=2.6.2
pkgrel=1
epoch=1
pkgdesc='Complete and free Internet live audio and video broadcasting solution'
arch=('i686' 'x86_64')
@ -17,15 +17,15 @@ url='http://ffmpeg.org/'
license=('GPL')
depends=(
'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 'libvpx'
'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis'
'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex'
'v4l-utils' 'xvidcore' 'zlib' 'fribidi' 'libssh'
'libx264.so' 'libx265.so'
'libvpx.so' 'libx264.so' 'libx265.so'
)
makedepends=('libvdpau' 'yasm' 'hardening-wrapper')
source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
md5sums=('62b5a37525fdf79aedd4a51a64793ed7'
md5sums=('e75d598921285d6775f20164a91936ac'
'SKIP')
build() {