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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri Sep 19 15:32:18 UTC 2014


    Date: Friday, September 19, 2014 @ 17:32:18
  Author: bpiotrowski
Revision: 222099

upgpkg: ffmpeg 1:2.4-2

- disable --enable-pic as it's implied by --enable-shared
- add --enable-libfribidi for support of Arabic text in the drawtext filter

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-19 14:45:01 UTC (rev 222098)
+++ PKGBUILD	2014-09-19 15:32:18 UTC (rev 222099)
@@ -1,4 +1,4 @@
-# $Id$
+#b $Id$
 # Maintainer:  Ionut Biru <ibiru at archlinux.org>
 # Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=2.4
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete and free Internet live audio and video broadcasting solution'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
       'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
       'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 'libvpx'
       'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
-      'v4l-utils' 'libx264' 'xvidcore' 'zlib' 'x265'
+      'v4l-utils' 'libx264' 'xvidcore' 'zlib' 'x265' 'fribidi'
 )
 makedepends=('libvdpau' 'yasm')
 source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
@@ -38,6 +38,7 @@
     --enable-libass \
     --enable-libbluray \
     --enable-libfreetype \
+    --enable-libfribidi \
     --enable-libgsm \
     --enable-libmodplug \
     --enable-libmp3lame \
@@ -56,7 +57,6 @@
     --enable-libx264 \
     --enable-libx265 \
     --enable-libxvid \
-    --enable-pic \
     --enable-runtime-cpudetect \
     --enable-shared \
     --enable-swresample \




More information about the arch-commits mailing list