mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/ffmpeg to 2.5.2-1
This commit is contained in:
parent
15621bac2f
commit
f8ab5d3998
1 changed files with 3 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
# - drop x265 until it builds on ARM
|
# - drop x265 until it builds on ARM
|
||||||
|
|
||||||
pkgname=ffmpeg
|
pkgname=ffmpeg
|
||||||
pkgver=2.5.1
|
pkgver=2.5.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgdesc='Complete and free Internet live audio and video broadcasting solution'
|
pkgdesc='Complete and free Internet live audio and video broadcasting solution'
|
||||||
|
@ -22,7 +22,8 @@ depends=(
|
||||||
'v4l-utils' 'libx264' 'xvidcore' 'zlib')
|
'v4l-utils' 'libx264' 'xvidcore' 'zlib')
|
||||||
makedepends=('libvdpau' 'yasm')
|
makedepends=('libvdpau' 'yasm')
|
||||||
source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
|
source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
|
||||||
md5sums=('ad3b4c189e9a7d43ae54c52d409a43ef'
|
validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
|
||||||
|
md5sums=('308d49d91752ac00ded9483ebaab849d'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue