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

Ionut Biru ibiru at archlinux.org
Sat Mar 13 22:02:38 UTC 2010


    Date: Saturday, March 13, 2010 @ 17:02:38
  Author: ibiru
Revision: 72280

upgpkg: ffmpeg 22511-1
change version to actually reflect the revision, rebuild against x264 20100312, enable runtime-cpudetection

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-03-13 22:00:18 UTC (rev 72279)
+++ PKGBUILD	2010-03-13 22:02:38 UTC (rev 72280)
@@ -1,20 +1,22 @@
 # $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-# Maintainer: Paul Mattal <paul at archlinux.org>
+# Contributor: Paul Mattal <paul at archlinux.org>
 
 pkgname=ffmpeg
-pkgver=30526
+pkgver=22511
 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=('lame' 'sdl' 'libvorbis' 'faad2>=2.7' 'faac' 'xvidcore' 'zlib' 'imlib2' 'x264>=20100107' 'libtheora' 'opencore-amr>=0.1.2' 'alsa-lib' 'libvdpau' 'libxfixes')
+depends=('lame' 'sdl' 'libvorbis' 'faad2>=2.7' 'faac' 'xvidcore' 'zlib' 'imlib2' 'x264>=20100312' 'libtheora' 'opencore-amr>=0.1.2' 'alsa-lib' 'libvdpau' 'libxfixes')
+makedepends=('yasm')
 options=('force')
 #remake snapshot with: svn export svn://svn.ffmpeg.org/ffmpeg/trunk/@21104
 source=(ftp://ftp.archlinux.org/other/ffmpeg/ffmpeg-${pkgver}.tar.bz2)
 #source=(http://ffmpeg.org/releases//releases/ffmpeg-${pkgver}.tar.bz2)
-md5sums=('36710a8fa2bb91556c355aeb0e662c81')
+sha256sums=('da9f5a89f41b1358b1d07a4dc77fba14c686ac3d9765fdc865d8e7c211782267')
 
 build() {
   cd "$srcdir/$pkgname" || return 1
@@ -37,7 +39,8 @@
   --enable-libopencore_amrnb \
   --enable-libopencore_amrwb \
   --enable-version3 \
-  --enable-nonfree || return 1 # libfaac is nonfree
+  --enable-nonfree \
+  --enable-runtime-cpudetect || return 1 # libfaac is nonfree
 
   make || return 1
   make tools/qt-faststart || return 1




More information about the arch-commits mailing list