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

Ionut Biru ibiru at archlinux.org
Tue Nov 8 14:58:04 UTC 2011


    Date: Tuesday, November 8, 2011 @ 09:58:04
  Author: ibiru
Revision: 142322

use latest changes to fix vlc h264 issue.

Modified:
  ffmpeg/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-08 14:49:05 UTC (rev 142321)
+++ PKGBUILD	2011-11-08 14:58:04 UTC (rev 142322)
@@ -4,17 +4,17 @@
 # Contributor: Paul Mattal <paul at archlinux.org>
 
 pkgname=ffmpeg
-pkgver=20111105
+pkgver=20111108
 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')
+depends=('bzip2' 'lame' 'sdl' 'libvorbis' 'xvidcore' 'zlib' 'x264' 'libtheora' 'opencore-amr' 'alsa-lib' 'libvdpau' 'libxfixes' 'schroedinger' 'libvpx' 'libva' 'openjpeg' 'rtmpdump' 'speex' 'gsm')
 makedepends=('yasm' 'git')
 #git clone git://git.videolan.org/ffmpeg.git
 source=(ftp://ftp.archlinux.org/other/ffmpeg/${pkgname}-${pkgver}.tar.xz)
-md5sums=('d1889c07a929cd0efaf7f486ff2f55e0')
+md5sums=('bad7e47f6974cee62d98ce9de710076c')
 
 build() {
   cd "$srcdir/$pkgname"
@@ -27,6 +27,8 @@
     --enable-libx264 \
     --enable-libvpx \
     --enable-libtheora \
+    --enable-libgsm \
+    --enable-libspeex \
     --enable-postproc \
     --enable-shared \
     --enable-x11grab \




More information about the arch-commits mailing list