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

Maxime Gauduin alucryd at archlinux.org
Wed Jul 15 08:33:37 UTC 2015


    Date: Wednesday, July 15, 2015 @ 10:33:36
  Author: alucryd
Revision: 242248

Enable libwebp

Modified:
  ffmpeg/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-15 07:50:26 UTC (rev 242247)
+++ PKGBUILD	2015-07-15 08:33:36 UTC (rev 242248)
@@ -1,22 +1,23 @@
 # $Id$
 # Maintainer:  Ionut Biru <ibiru at archlinux.org>
 # Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Maintainer:  Maxime Gauduin <alucryd at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 # Contributor: Paul Mattal <paul at archlinux.org>
 
 pkgname=ffmpeg
 pkgver=2.7.1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete and free Internet live audio and video broadcasting solution'
 arch=('i686' 'x86_64')
 url='http://ffmpeg.org/'
-license=('GPL')
+license=('GPL3')
 depends=(
       'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
-      'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'opencore-amr'
-      'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore'
-      'zlib' 'fribidi' 'libssh'
+      'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libwebp'
+      'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex' 'v4l-utils'
+      'xvidcore' 'zlib' 'fribidi' 'libssh'
       'libvorbisenc.so' 'libvorbis.so' 'libvpx.so' 'libx264.so' 'libx265.so'
 )
 makedepends=('libvdpau' 'yasm' 'hardening-wrapper')
@@ -57,6 +58,7 @@
     --enable-libv4l2 \
     --enable-libvorbis \
     --enable-libvpx \
+    --enable-libwebp \
     --enable-libx264 \
     --enable-libx265 \
     --enable-libxvid \



More information about the arch-commits mailing list