mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/ffmpeg to 2.6.1-1
This commit is contained in:
parent
bfacee0b27
commit
8e5c928e14
1 changed files with 5 additions and 4 deletions
|
@ -8,8 +8,8 @@
|
|||
# - use -fPIC in host cflags for armv7 to fix print_options.c compile
|
||||
|
||||
pkgname=ffmpeg
|
||||
pkgver=2.6
|
||||
pkgrel=3
|
||||
pkgver=2.6.1
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc='Complete and free Internet live audio and video broadcasting solution'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -19,13 +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' 'xvidcore' 'zlib' 'x265' 'fribidi'
|
||||
'v4l-utils' 'xvidcore' 'zlib' 'x265' 'fribidi' 'libssh'
|
||||
'libx264.so'
|
||||
)
|
||||
makedepends=('libvdpau' 'yasm' 'hardening-wrapper')
|
||||
source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
|
||||
validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
|
||||
md5sums=('5bf6097833a3fea6a9e51b0a456c6922'
|
||||
md5sums=('62b5a37525fdf79aedd4a51a64793ed7'
|
||||
'SKIP')
|
||||
|
||||
build() {
|
||||
|
@ -58,6 +58,7 @@ build() {
|
|||
--enable-librtmp \
|
||||
--enable-libschroedinger \
|
||||
--enable-libspeex \
|
||||
--enable-libssh \
|
||||
--enable-libtheora \
|
||||
--enable-libv4l2 \
|
||||
--enable-libvorbis \
|
||||
|
|
Loading…
Reference in a new issue