summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a89677706adc..00ae89e6722b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = lib32-ffmpeg
pkgdesc = Complete solution to record, convert and stream audio and video (32 bit)
pkgver = 3.3.3
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = http://ffmpeg.org/
arch = x86_64
license = GPL3
- makedepends = hardening-wrapper
makedepends = lib32-ladspa
+ makedepends = lib32-libvdpau
makedepends = yasm
depends = ffmpeg
depends = lib32-alsa-lib
diff --git a/PKGBUILD b/PKGBUILD
index 76ad263dc23a..1bbc08b4c218 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_pkgbasename=ffmpeg
pkgname=lib32-$_pkgbasename
pkgver=3.3.3
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Complete solution to record, convert and stream audio and video (32 bit)"
arch=('x86_64')
@@ -46,7 +46,7 @@ depends=("$_pkgbasename"
'lib32-libx264'
'lib32-libvpx'
)
-makedepends=('hardening-wrapper' 'lib32-ladspa' 'yasm')
+makedepends=('lib32-ladspa' 'lib32-libvdpau' 'yasm')
optdepends=('lib32-ladspa: LADSPA filters')
provides=(
'libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'