mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/ffmpeg to 2.7.1-2
This commit is contained in:
parent
448f51406d
commit
c98571becf
1 changed files with 6 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
# $Id$
|
||||
# Maintainer: Ionut Biru <ibiru@archlinux.org>
|
||||
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
|
||||
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
|
||||
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
|
||||
# Contributor: Paul Mattal <paul@archlinux.org>
|
||||
|
||||
|
@ -9,7 +10,7 @@
|
|||
|
||||
pkgname=ffmpeg
|
||||
pkgver=2.7.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
epoch=1
|
||||
pkgdesc='Complete and free Internet live audio and video broadcasting solution'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -17,9 +18,9 @@ url='http://ffmpeg.org/'
|
|||
license=('GPL')
|
||||
depends=(
|
||||
'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
|
||||
'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'opencore-amr'
|
||||
'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore'
|
||||
'zlib' 'fribidi' 'libssh'
|
||||
'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libwebp'
|
||||
'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')
|
||||
|
@ -62,6 +63,7 @@ build() {
|
|||
--enable-libv4l2 \
|
||||
--enable-libvorbis \
|
||||
--enable-libvpx \
|
||||
--enable-libwebp \
|
||||
--enable-libx264 \
|
||||
--enable-libx265 \
|
||||
--enable-libxvid \
|
||||
|
|
Loading…
Reference in a new issue