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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Wed Oct 9 20:32:10 UTC 2013


    Date: Wednesday, October 9, 2013 @ 22:32:10
  Author: bpiotrowski
Revision: 196251

upgpkg: ffmpeg 1:2.0.2-2

- re-enable GnuTLS support

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-09 18:22:59 UTC (rev 196250)
+++ PKGBUILD	2013-10-09 20:32:10 UTC (rev 196251)
@@ -5,7 +5,7 @@
 
 pkgname=ffmpeg
 pkgver=2.0.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')
@@ -12,7 +12,7 @@
 url="http://ffmpeg.org/"
 license=('GPL')
 depends=(
-      'alsa-lib' 'bzip2' 'fontconfig' 'gsm' 'lame' 'libass'
+      'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass'
       'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 'libvpx'
       'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
       'v4l-utils' 'x264' 'xvidcore' 'zlib'
@@ -31,6 +31,7 @@
     --enable-avresample \
     --enable-dxva2 \
     --enable-fontconfig \
+    --enable-gnutls \
     --enable-gpl \
     --enable-libass \
     --enable-libbluray \




More information about the arch-commits mailing list