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

Ionut Biru ibiru at archlinux.org
Sat Jun 26 15:01:53 UTC 2010


    Date: Saturday, June 26, 2010 @ 11:01:52
  Author: ibiru
Revision: 84120

upgpkg: ffmpeg 23792-1
added libva and openjpeg support, faad2 dropped upstream

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-26 14:59:02 UTC (rev 84119)
+++ PKGBUILD	2010-06-26 15:01:52 UTC (rev 84120)
@@ -4,18 +4,18 @@
 # Contributor: Paul Mattal <paul at archlinux.org>
 
 pkgname=ffmpeg
-pkgver=23619
+pkgver=23792
 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' 'faad2>=2.7' 'faac' 'xvidcore' 'zlib' 'x264' 'libtheora' 'opencore-amr' 'alsa-lib' 'libvdpau' 'libxfixes' 'schroedinger' 'libvpx')
+depends=('bzip2' 'lame' 'sdl' 'libvorbis' 'faac' 'xvidcore' 'zlib' 'x264' 'libtheora' 'opencore-amr' 'alsa-lib' 'libvdpau' 'libxfixes' 'schroedinger' 'libvpx' 'libva' 'openjpeg')
 makedepends=('yasm')
 #remake snapshot with: svn export svn://svn.ffmpeg.org/ffmpeg/trunk/@23619
 source=(ftp://ftp.archlinux.org/other/ffmpeg/ffmpeg-${pkgver}.tar.xz)
 #source=(http://ffmpeg.org/releases//releases/ffmpeg-${pkgver}.tar.bz2)
-md5sums=('8326d9d504d340c390337fe9a2d302e4')
+md5sums=('ae746d08502b11bc1d91dd8b2fc0f8e1')
 
 build() {
   cd "$srcdir/$pkgname" || return 1
@@ -26,7 +26,6 @@
     --enable-libmp3lame \
     --enable-libvorbis \
     --enable-libfaac \
-    --enable-libfaad \
     --enable-libxvid \
     --enable-libx264 \
     --enable-libvpx \
@@ -38,6 +37,7 @@
     --enable-libopencore_amrnb \
     --enable-libopencore_amrwb \
     --enable-libschroedinger \
+    --enable-libopenjpeg \
     --enable-version3 \
     --enable-nonfree \
     --enable-runtime-cpudetect \




More information about the arch-commits mailing list