mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/ffmpeg to 2.4.1-1
This commit is contained in:
parent
805ec3ede6
commit
ae2dd267e3
1 changed files with 3 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue