[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Sun Dec 11 23:08:54 UTC 2011


    Date: Sunday, December 11, 2011 @ 18:08:54
  Author: ibiru
Revision: 144951

update to 0.9, enable pulse

Modified:
  ffmpeg/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-12-11 21:22:27 UTC (rev 144950)
+++ PKGBUILD	2011-12-11 23:08:54 UTC (rev 144951)
@@ -4,17 +4,17 @@
 # Contributor: Paul Mattal <paul at archlinux.org>
 
 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 @@
     --enable-libschroedinger \
     --enable-libopenjpeg \
     --enable-librtmp \
+    --enable-libpulse \
     --enable-gpl \
     --enable-version3 \
     --enable-runtime-cpudetect \




More information about the arch-commits mailing list