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

Ionut Biru ibiru at archlinux.org
Mon Oct 31 13:55:44 UTC 2011


    Date: Monday, October 31, 2011 @ 09:55:44
  Author: ibiru
Revision: 141585

use ffmpeg master snapshot. now are we using new api

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-31 13:05:32 UTC (rev 141584)
+++ PKGBUILD	2011-10-31 13:55:44 UTC (rev 141585)
@@ -4,7 +4,7 @@
 # Contributor: Paul Mattal <paul at archlinux.org>
 
 pkgname=ffmpeg
-pkgver=20111003
+pkgver=20111030
 pkgrel=1
 pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('yasm' 'git')
 #git clone git://git.videolan.org/ffmpeg.git
 source=(ftp://ftp.archlinux.org/other/ffmpeg/${pkgname}-${pkgver}.tar.xz)
-md5sums=('38139817bee918a5664c549adb487468')
+md5sums=('414bbe4184530f82368f4a29e3e71b51')
 
 build() {
   cd "$srcdir/$pkgname"
@@ -38,7 +38,8 @@
     --enable-gpl \
     --enable-version3 \
     --enable-runtime-cpudetect \
-    --disable-debug
+    --disable-debug \
+    --disable-static
 
   make
   make tools/qt-faststart




More information about the arch-commits mailing list