mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/ffmpeg to 2.6-1
This commit is contained in:
parent
7ea95abb60
commit
26eaaeab0a
1 changed files with 4 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
# - use -fPIC in host cflags for armv7 to fix print_options.c compile
|
||||
|
||||
pkgname=ffmpeg
|
||||
pkgver=2.5.4
|
||||
pkgver=2.6
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc='Complete and free Internet live audio and video broadcasting solution'
|
||||
|
@ -19,12 +19,13 @@ depends=(
|
|||
'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
|
||||
'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 'libvpx'
|
||||
'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
|
||||
'v4l-utils' 'libx264' 'xvidcore' 'zlib' 'x265' 'fribidi'
|
||||
'v4l-utils' 'xvidcore' 'zlib' 'x265' 'fribidi'
|
||||
'libx264.so=144'
|
||||
)
|
||||
makedepends=('libvdpau' 'yasm' 'hardening-wrapper')
|
||||
source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
|
||||
validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
|
||||
md5sums=('af92a816b642d32134a764d2d7f55b75'
|
||||
md5sums=('5bf6097833a3fea6a9e51b0a456c6922'
|
||||
'SKIP')
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue