author | Antonio Rojas
<arojas@archlinux.org> 2018-01-30 21:15:15 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2018-01-30 21:15:15 UTC |
parent | 0243b627968bffb86950d4a50525a41a6996a91e |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 64edb4a..2ef67c2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,7 +9,7 @@ pkgbase=mlt pkgname=(mlt mlt-python-bindings) pkgver=6.6.0 -pkgrel=2 +pkgrel=3 pkgdesc="An open source multimedia framework" arch=(x86_64) url="http://www.mltframework.org" @@ -38,6 +38,7 @@ build() { } package_mlt() { + depends=(libebur128) optdepends=('sdl_image: for SDL plugin' 'libsamplerate: for libavresample plugin' 'sox: for SOX (Audio Swiss Army Knife) plugin' @@ -50,8 +51,7 @@ package_mlt() { 'libexif: for auto rotate plugin' 'frei0r-plugins: for additional effects' 'movit: opengl plugin' - 'opencv: openCV plugin' - 'libebur128: plus module') + 'opencv: openCV plugin') cd mlt-$pkgver make DESTDIR="$pkgdir" install