extra/ffmpeg to 2.4.1-1

This commit is contained in:
David Beauchamp 2014-09-23 11:51:49 -04:00
parent 805ec3ede6
commit ae2dd267e3

View file

@ -8,8 +8,8 @@
# - drop x265 until it builds on ARM
pkgname=ffmpeg
pkgver=2.3.3
pkgrel=2
pkgver=2.4.1
pkgrel=1
epoch=1
pkgdesc='Complete and free Internet live audio and video broadcasting solution'
arch=('i686' 'x86_64')
@ -22,7 +22,7 @@ depends=(
'v4l-utils' 'libx264' 'xvidcore' 'zlib')
makedepends=('libvdpau' 'yasm')
source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
md5sums=('72361d3b8717b6db3ad2b9da8df7af5e'
md5sums=('c36caa8d29b3677dcb7bd8c546890c9d'
'SKIP')
build() {
@ -79,5 +79,3 @@ package() {
make DESTDIR="$pkgdir" install install-man
install -Dm755 tools/qt-faststart "$pkgdir"/usr/bin/qt-faststart
}
# vim:set ts=2 sw=2 et: