summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2015-07-21 19:12:23 +0200
committerJohannes Dewender2015-07-21 19:12:23 +0200
commitd76e7b3665125af69fc47a8c670b6fdd5a2869f2 (patch)
treefe31ad09ae3f5d00bd12cece263a3d22572ad0d4
parent4715ad0c43fc414ca881f29906d47648d81ed3ca (diff)
downloadaur-d76e7b3665125af69fc47a8c670b6fdd5a2869f2.tar.gz
enable libwebp
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0707a28e40c3..4dc61609abd7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = lib32-ffmpeg
pkgdesc = Complete and free Internet live audio and video broadcasting solution for Linux/Unix (32 bit)
pkgver = 2.7.1
- pkgrel = 4
+ pkgrel = 5
epoch = 1
url = http://ffmpeg.org/
arch = x86_64
- license = GPL
+ license = GPL3
makedepends = yasm
makedepends = hardening-wrapper
depends = ffmpeg
@@ -14,6 +14,7 @@ pkgbase = lib32-ffmpeg
depends = lib32-gnutls
depends = lib32-sdl
depends = lib32-libva
+ depends = lib32-libwebp
depends = lib32-libass
depends = lib32-libbluray
depends = lib32-fribidi
diff --git a/PKGBUILD b/PKGBUILD
index 4dd2c057207d..0aaf434df7af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,15 +6,15 @@
_pkgbasename=ffmpeg
pkgname=lib32-$_pkgbasename
pkgver=2.7.1
-pkgrel=4
+pkgrel=5
epoch=1
pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix (32 bit)"
arch=('x86_64')
url="http://ffmpeg.org/"
-license=('GPL')
+license=('GPL3')
depends=("$_pkgbasename"
'lib32-alsa-lib' 'lib32-fontconfig'
- 'lib32-gnutls' 'lib32-sdl' 'lib32-libva'
+ 'lib32-gnutls' 'lib32-sdl' 'lib32-libva' 'lib32-libwebp'
'lib32-libass' 'lib32-libbluray' 'lib32-fribidi'
'lib32-gsm' 'lib32-libmodplug' 'lib32-lame'
'lib32-opus' 'lib32-libpulse' 'lib32-schroedinger'
@@ -56,6 +56,7 @@ build() {
--enable-libtheora \
--enable-libv4l2 \
--enable-libvorbis \
+ --enable-libwebp \
--enable-libx264 \
--enable-libxvid \
--enable-shared \