ffmpeg: bump to 8.8.9

- so.file-changes: libavformat.so.53.4.0 > libavformat.so.53.5.0
- so.file-changes: libavcodec.so.53.7.0 > libavcodec.so.53.8.0
- see changelog: http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n0.8.9
- note: no rebuilds should be needed. Only if so-file hardcoded
This commit is contained in:
Phil 2012-01-05 07:50:18 +00:00
parent f58c7bfdc3
commit a1cd3f1763

View File

@ -8,9 +8,9 @@
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=ffmpeg
pkgver=0.8.6
pkgrel=2
epoch=2
pkgver=0.8.9
pkgrel=1
epoch=1
pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix"
arch=('i686' 'x86_64')
url="http://ffmpeg.org/"
@ -18,7 +18,7 @@ license=('GPL')
depends=('bzip2' 'lame' 'sdl' 'libvorbis' 'xvidcore' 'zlib' 'x264' 'libtheora' 'opencore-amr' 'alsa-lib' 'libvdpau' 'libxfixes' 'schroedinger' 'libvpx' 'libva' 'openjpeg' 'rtmpdump' 'speex')
makedepends=('yasm')
source=(http://$pkgname.org/releases/$pkgname-$pkgver.tar.bz2)
md5sums=('b4ef1fa6506750569fdb64a0f0a646a8')
md5sums=('001d4e81008b02099cec28924aa11257')
build() {
cd "$srcdir/$pkgname-$pkgver"