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

Ionuț Mircea Bîru ioni at nymeria.archlinux.org
Sat Feb 16 22:33:35 UTC 2013


    Date: Saturday, February 16, 2013 @ 23:33:35
  Author: ioni
Revision: 178120

disable frei0r for now,
is adding a circular dependency. FS#33812

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-16 22:16:06 UTC (rev 178119)
+++ PKGBUILD	2013-02-16 22:33:35 UTC (rev 178120)
@@ -5,14 +5,14 @@
 
 pkgname=ffmpeg
 pkgver=1.1.2
-pkgrel=1
+pkgrel=2
 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' 'fontconfig' 'frei0r-plugins' 'gsm' 'lame' 'libass'
+      'alsa-lib' 'bzip2' 'fontconfig' 'gsm' 'lame' 'libass'
       'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 'libvpx'
       'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
       'v4l-utils' 'x264' 'xvidcore' 'zlib'
@@ -30,7 +30,6 @@
     --disable-static \
     --enable-avresample \
     --enable-fontconfig \
-    --enable-frei0r \
     --enable-gpl \
     --enable-libass \
     --enable-libbluray \




More information about the arch-commits mailing list