[arch-commits] CVS update of extra/multimedia/ffmpeg (PKGBUILD)

Eric Belanger eric at archlinux.org
Sat Jul 7 00:11:43 UTC 2007


    Date: Friday, July 6, 2007 @ 20:11:43
  Author: eric
    Path: /home/cvs-extra/extra/multimedia/ffmpeg

Modified: PKGBUILD (1.27 -> 1.28)

upgpkg: ffmpeg 20070505-4
rebuilt without amrnb dependency


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


Index: extra/multimedia/ffmpeg/PKGBUILD
diff -u extra/multimedia/ffmpeg/PKGBUILD:1.27 extra/multimedia/ffmpeg/PKGBUILD:1.28
--- extra/multimedia/ffmpeg/PKGBUILD:1.27	Sun Jun 17 10:05:54 2007
+++ extra/multimedia/ffmpeg/PKGBUILD	Fri Jul  6 20:11:42 2007
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD,v 1.27 2007/06/17 14:05:54 paul Exp $
+# $Id: PKGBUILD,v 1.28 2007/07/07 00:11:42 eric Exp $
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 # Maintainer: Paul Mattal <paul at archlinux.org>
 
 pkgname=ffmpeg
 pkgver=20070505
-pkgrel=3
+pkgrel=4
 pkgdesc="FFMpeg is a complete and free Internet live audio and video broadcasting solution for Linux/Unix"
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('lame' 'sdl' 'libvorbis' 'a52dec' 'faad2' 'faac' 'libdts' 'xvidcore' 'zlib' 'imlib2' 'x264>=20070616' 'libtheora' 'amrnb')
+depends=('lame' 'sdl' 'libvorbis' 'a52dec' 'faad2' 'faac' 'libdts' 'xvidcore' 'zlib' 'imlib2' 'x264>=20070616' 'libtheora')
 source=(http://gerolde.archlinux.org/~paul/ffmpeg-$pkgver.tar.gz )
-url="http://ffmpeg.mplayerhq.hu/"
 md5sums=('ff3266a095b6e2cb150b23306514de1e')
+url="http://ffmpeg.mplayerhq.hu/"
 
 build() {
      cd $startdir/src/$pkgname || return 1
@@ -31,7 +31,7 @@
           --enable-libdts \
 	  --enable-x264 \
 	  --enable-libtheora \
-	  --enable-libamr-nb \
+	  --disable-libamr-nb \
           --enable-pp \
           --enable-shared \
           --enable-pthreads \




More information about the arch-commits mailing list