mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/ffmpeg to 2.6.3-1
This commit is contained in:
parent
92dcb165cf
commit
b963e77439
1 changed files with 6 additions and 9 deletions
|
@ -8,7 +8,7 @@
|
|||
# - use -fPIC in host cflags for armv7 to fix print_options.c compile
|
||||
|
||||
pkgname=ffmpeg
|
||||
pkgver=2.6.2
|
||||
pkgver=2.6.3
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc='Complete and free Internet live audio and video broadcasting solution'
|
||||
|
@ -17,15 +17,15 @@ url='http://ffmpeg.org/'
|
|||
license=('GPL')
|
||||
depends=(
|
||||
'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
|
||||
'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis'
|
||||
'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex'
|
||||
'v4l-utils' 'xvidcore' 'zlib' 'fribidi' 'libssh'
|
||||
'libvpx.so' 'libx264.so' 'libx265.so'
|
||||
'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'opencore-amr'
|
||||
'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore'
|
||||
'zlib' 'fribidi' 'libssh'
|
||||
'libvorbisenc.so' 'libvorbis.so' 'libvpx.so' 'libx264.so' 'libx265.so'
|
||||
)
|
||||
makedepends=('libvdpau' 'yasm' 'hardening-wrapper')
|
||||
source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
|
||||
validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
|
||||
md5sums=('e75d598921285d6775f20164a91936ac'
|
||||
md5sums=('e2cc3c209f91393d35ab58598e41cf22'
|
||||
'SKIP')
|
||||
|
||||
build() {
|
||||
|
@ -65,10 +65,7 @@ build() {
|
|||
--enable-libx264 \
|
||||
--enable-libx265 \
|
||||
--enable-libxvid \
|
||||
--enable-runtime-cpudetect \
|
||||
--enable-shared \
|
||||
--enable-swresample \
|
||||
--enable-vdpau \
|
||||
--enable-version3 \
|
||||
--enable-x11grab \
|
||||
$CONFIG
|
||||
|
|
Loading…
Reference in a new issue