mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/ffmpeg to 2.5.2-2.1
This commit is contained in:
parent
82879a63a4
commit
ee9d46af23
1 changed files with 7 additions and 11 deletions
|
@ -4,15 +4,12 @@
|
|||
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
|
||||
# Contributor: Paul Mattal <paul@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - drop x265 until it builds on ARM
|
||||
#
|
||||
# ALARM: David Beauchamp <david@archlinuxarm.org>
|
||||
# - drop hardening-wrapper from makedepends
|
||||
|
||||
pkgname=ffmpeg
|
||||
pkgver=2.5.2
|
||||
pkgrel=2
|
||||
pkgrel=2.1
|
||||
epoch=1
|
||||
pkgdesc='Complete and free Internet live audio and video broadcasting solution'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -22,7 +19,8 @@ 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')
|
||||
'v4l-utils' 'libx264' 'xvidcore' 'zlib' 'x265' 'fribidi'
|
||||
)
|
||||
makedepends=('libvdpau' 'yasm')
|
||||
source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
|
||||
validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
|
||||
|
@ -36,17 +34,16 @@ build() {
|
|||
--prefix=/usr \
|
||||
--disable-debug \
|
||||
--disable-static \
|
||||
--disable-stripping \
|
||||
--enable-avisynth \
|
||||
--enable-avresample \
|
||||
--enable-decoder=atrac3 \
|
||||
--enable-decoder=atrac3p \
|
||||
--enable-dxva2 \
|
||||
--enable-fontconfig \
|
||||
--enable-gnutls \
|
||||
--enable-gpl \
|
||||
--enable-libass \
|
||||
--enable-libbluray \
|
||||
--enable-libfreetype \
|
||||
--enable-libfribidi \
|
||||
--enable-libgsm \
|
||||
--enable-libmodplug \
|
||||
--enable-libmp3lame \
|
||||
|
@ -63,15 +60,14 @@ build() {
|
|||
--enable-libvorbis \
|
||||
--enable-libvpx \
|
||||
--enable-libx264 \
|
||||
--enable-libx265 \
|
||||
--enable-libxvid \
|
||||
--enable-pic \
|
||||
--enable-postproc \
|
||||
--enable-runtime-cpudetect \
|
||||
--enable-shared \
|
||||
--enable-swresample \
|
||||
--enable-vdpau \
|
||||
--enable-version3 \
|
||||
--enable-x11grab
|
||||
--enable-x11grab \
|
||||
|
||||
make
|
||||
make tools/qt-faststart
|
||||
|
|
Loading…
Reference in a new issue