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

Ionuț Mircea Bîru ioni at nymeria.archlinux.org
Thu Feb 7 09:11:27 UTC 2013


    Date: Thursday, February 7, 2013 @ 10:11:25
  Author: ioni
Revision: 177558

update to 1.1
fixes/implements FS#33311, FS#33206, FS#33312, FS#32145, FS#31737, FS#31604

Modified:
  ffmpeg/trunk/PKGBUILD

----------+
 PKGBUILD |   54 ++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 34 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-07 05:59:16 UTC (rev 177557)
+++ PKGBUILD	2013-02-07 09:11:25 UTC (rev 177558)
@@ -4,46 +4,60 @@
 # Contributor: Paul Mattal <paul at archlinux.org>
 
 pkgname=ffmpeg
-pkgver=1.0.1
+pkgver=1.1
 pkgrel=1
 epoch=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=(alsa-lib bzip2 gsm lame libpulse libtheora libva libvorbis libvpx opencore-amr openjpeg rtmpdump schroedinger sdl speex v4l-utils x264 xvidcore zlib)
-makedepends=('yasm' 'git' 'libvdpau')
+depends=(
+      'alsa-lib' 'bzip2' 'fontconfig' 'frei0r-plugins' 'gsm' 'lame' 'libass'
+      'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 'libvpx'
+      'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
+      'v4l-utils' 'x264' 'xvidcore' 'zlib'
+      )
+makedepends=('libvdpau' 'yasm')
 source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2)
-md5sums=('dbbb88ce5525dea22b24aaa098a9bcc2')
+sha256sums=('12d4f6268fc181987a55eb4c444d8b9cffcdcc3a8e61ce9f7ce6969faffe410f')
 
 build() {
   cd $pkgname-$pkgver
 
   ./configure \
     --prefix=/usr \
+    --disable-debug \
+    --disable-static \
+    --enable-avresample \
+    --enable-fontconfig \
+    --enable-frei0r \
+    --enable-gpl \
+    --enable-libass \
+    --enable-libbluray \
+    --enable-libfreetype \
+    --enable-libgsm \
+    --enable-libmodplug \
     --enable-libmp3lame \
-    --enable-libvorbis \
-    --enable-libxvid \
-    --enable-libx264 \
-    --enable-libvpx \
-    --enable-libtheora \
-    --enable-libgsm \
-    --enable-libspeex \
-    --enable-postproc \
-    --enable-shared \
-    --enable-x11grab \
     --enable-libopencore_amrnb \
     --enable-libopencore_amrwb \
-    --enable-libschroedinger \
     --enable-libopenjpeg \
+    --enable-libopus \
+    --enable-libpulse \
     --enable-librtmp \
-    --enable-libpulse \
+    --enable-libschroedinger \
+    --enable-libspeex \
+    --enable-libtheora \
     --enable-libv4l2 \
-    --enable-gpl \
+    --enable-libvorbis \
+    --enable-libvpx \
+    --enable-libx264 \
+    --enable-libxvid \
+    --enable-postproc \
+    --enable-runtime-cpudetect \
+    --enable-shared \
     --enable-version3 \
-    --enable-runtime-cpudetect \
-    --disable-debug \
-    --disable-static
+    --enable-x11grab
+ 
 
   make
   make tools/qt-faststart




More information about the arch-commits mailing list