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

Maxime Gauduin alucryd at archlinux.org
Mon Sep 7 10:28:52 UTC 2015


    Date: Monday, September 7, 2015 @ 12:28:52
  Author: alucryd
Revision: 245448

upgpkg: ffmpeg 1:2.7.2-3

FS#46199: Enable LADSPA

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-07 09:52:14 UTC (rev 245447)
+++ PKGBUILD	2015-09-07 10:28:52 UTC (rev 245448)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=2.7.2
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
@@ -20,7 +20,8 @@
       'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
       'libvorbis.so' 'libvorbisenc.so' 'libvpx.so' 'libx264.so' 'libx265.so'
 )
-makedepends=('hardening-wrapper' 'libvdpau' 'yasm')
+makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
+optdepends=('ladspa: LADSPA filters')
 provides=(
       'libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
       'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
@@ -44,6 +45,7 @@
     --enable-fontconfig \
     --enable-gnutls \
     --enable-gpl \
+    --enable-ladspa \
     --enable-libass \
     --enable-libbluray \
     --enable-libfreetype \



More information about the arch-commits mailing list