summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosef Miegl2018-07-17 17:39:49 +0200
committerJosef Miegl2018-07-17 17:39:49 +0200
commite1af1b9ddd5a0e524a455d4049c3d11e24324e21 (patch)
treef557ac3f3b672c0ab552a5598a9531ba09c23d89 /PKGBUILD
parentc53637f7cfafa083a8a25c9d78a754fc59a34ed1 (diff)
downloadaur-e1af1b9ddd5a0e524a455d4049c3d11e24324e21.tar.gz
fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2935b06e09f..f5dd47ed0965 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="butt (broadcast using this tool) is an easy to use, multi OS streaming
arch=('i686' 'x86_64')
license=('GPL2')
url="http://butt.sourceforge.net/"
-depends=('fltk' 'libpng12' 'portaudio' 'libfdk-aac')
+depends=('fltk' 'libpng12' 'portaudio' 'libfdk-aac' 'libvorbis' 'libogg' 'lame' 'flac' 'opus' 'libsamplerate')
optdepends=('icecast')
source=("http://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz"
"butt-gcc6.patch")