summaryrefslogtreecommitdiff
path: root/extra/ffmpeg
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-29 03:33:12 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-29 03:33:12 +0000
commit59b98e5d487a93e706f9a34568b6dc1bd317e89e (patch)
treef4e6438f0d880ab85ad1fa777100866e8d5728b1 /extra/ffmpeg
parentdef73efccccb818d214cb818e8b4de8385444a43 (diff)
Sat Mar 29 03:28:40 UTC 2014
Diffstat (limited to 'extra/ffmpeg')
-rw-r--r--extra/ffmpeg/PKGBUILD16
1 files changed, 9 insertions, 7 deletions
diff --git a/extra/ffmpeg/PKGBUILD b/extra/ffmpeg/PKGBUILD
index 59fe84bd5..d334d5934 100644
--- a/extra/ffmpeg/PKGBUILD
+++ b/extra/ffmpeg/PKGBUILD
@@ -1,26 +1,27 @@
-# $Id: PKGBUILD 206354 2014-02-24 10:37:56Z bpiotrowski $
+# $Id: PKGBUILD 208905 2014-03-28 15:46:19Z bpiotrowski $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
# Contributor: Paul Mattal <paul@archlinux.org>
pkgname=ffmpeg
-pkgver=2.1.4
-pkgrel=1
+pkgver=2.2
+pkgrel=2
epoch=1
pkgdesc='Complete and free Internet live audio and video broadcasting solution'
arch=('i686' 'x86_64')
url='http://ffmpeg.org/'
license=('GPL')
depends=(
- 'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass'
+ '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' 'x264' 'xvidcore' 'zlib'
+ 'v4l-utils' 'x264' 'xvidcore' 'zlib' 'x265'
)
makedepends=('libvdpau' 'yasm')
-source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2)
-md5sums=('dedc28003a77c69432c42ab16e5f6982')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('744febca199548c9393b1f1ed05ccdd8'
+ 'SKIP')
build() {
cd $pkgname-$pkgver
@@ -53,6 +54,7 @@ build() {
--enable-libvorbis \
--enable-libvpx \
--enable-libx264 \
+ --enable-libx265 \
--enable-libxvid \
--enable-pic \
--enable-postproc \