summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-11-28 02:17:34 +0100
committersl1pkn072015-11-28 02:17:34 +0100
commit8c271c9e12099800cac23f7c609f91c6edf78d61 (patch)
tree2f0d8373daa6910be348d19fd663a5a3bff14ce2
parent704378c4c1d429cdf4a717169b04f81d49d214e9 (diff)
downloadaur-8c271c9e12099800cac23f7c609f91c6edf78d61.tar.gz
Update depends=()
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b7127161c16..6e2fa2118351 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,9 @@ pkgbase = vapoursynth-plugin-lsmashsource-git
license = LGPL
makedepends = git
depends = vapoursynth
- depends = ffmpeg
+ depends = libavformat.so
+ depends = libavcodec.so
+ depends = libswscale.so
depends = liblsmash.so
provides = vapoursynth-plugin-lsmashsource
conflicts = vapoursynth-plugin-lsmashsource
diff --git a/PKGBUILD b/PKGBUILD
index 22bf37a4752e..6bb40ebcd025 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,9 @@ arch=('i686' 'x86_64')
url='http://forum.doom9.org/showthread.php?t=167435'
license=('LGPL')
depends=('vapoursynth'
- 'ffmpeg'
+ 'libavformat.so'
+ 'libavcodec.so'
+ 'libswscale.so'
'liblsmash.so'
)
makedepends=('git')