From cb9c375209c236c16557878a1b864f91de27b88d Mon Sep 17 00:00:00 2001 From: root Date: Mon, 12 Dec 2011 23:14:53 +0000 Subject: Mon Dec 12 23:14:53 UTC 2011 --- extra/ffmpeg/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'extra/ffmpeg') diff --git a/extra/ffmpeg/PKGBUILD b/extra/ffmpeg/PKGBUILD index daff81008..6d15fa99e 100644 --- a/extra/ffmpeg/PKGBUILD +++ b/extra/ffmpeg/PKGBUILD @@ -1,20 +1,20 @@ -# $Id: PKGBUILD 143216 2011-11-23 13:53:15Z ibiru $ +# $Id: PKGBUILD 144952 2011-12-11 23:12:10Z ibiru $ # Maintainer : Ionut Biru # Contributor: Tom Newsom # Contributor: Paul Mattal pkgname=ffmpeg -pkgver=20111123 +pkgver=20111211 pkgrel=1 pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix" arch=('i686' 'x86_64') url="http://ffmpeg.org/" license=('GPL') -depends=('bzip2' 'lame' 'sdl' 'libvorbis' 'xvidcore' 'zlib' 'x264' 'libtheora' 'opencore-amr' 'alsa-lib' 'libvdpau' 'libxfixes' 'schroedinger' 'libvpx' 'libva' 'openjpeg' 'rtmpdump' 'speex' 'gsm') +depends=(alsa-lib bzip2 gsm lame libpulse libtheora libva libvdpau libvorbis libvpx opencore-amr openjpeg rtmpdump schroedinger sdl speex x264 xvidcore zlib) makedepends=('yasm' 'git') #git clone git://git.videolan.org/ffmpeg.git source=(ftp://ftp.archlinux.org/other/ffmpeg/${pkgname}-${pkgver}.tar.xz) -md5sums=('8ec30d05efe0f6cc6f702933e6781e8e') +md5sums=('75d512bf5137d0b055e54313702ef5fc') build() { cd "$srcdir/$pkgname" @@ -37,6 +37,7 @@ build() { --enable-libschroedinger \ --enable-libopenjpeg \ --enable-librtmp \ + --enable-libpulse \ --enable-gpl \ --enable-version3 \ --enable-runtime-cpudetect \ -- cgit v1.2.3-54-g00ecf