mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/ffmpeg to 2.2.2-1
This commit is contained in:
parent
a450aafc69
commit
cee7037d94
1 changed files with 4 additions and 6 deletions
|
@ -8,7 +8,7 @@
|
|||
# - drop x265 until it builds on ARM
|
||||
|
||||
pkgname=ffmpeg
|
||||
pkgver=2.2.1
|
||||
pkgver=2.2.2
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc='Complete and free Internet live audio and video broadcasting solution'
|
||||
|
@ -22,11 +22,9 @@ depends=(
|
|||
'v4l-utils' 'x264' 'xvidcore' 'zlib'
|
||||
)
|
||||
makedepends=('libvdpau' 'yasm')
|
||||
source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc}
|
||||
0001-libx265-Support-API-version-9.patch)
|
||||
md5sums=('b8a1ee4964c2638f46fcc803ed453818'
|
||||
'SKIP'
|
||||
'4cbf9b13dc013e96be36445b4a2bfdac')
|
||||
source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
|
||||
md5sums=('581affe5d820d89ce21fe3f0316ef2c3'
|
||||
'SKIP')
|
||||
|
||||
prepare() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue