fix dependencies

This commit is contained in:
Josef Miegl 2018-07-17 17:39:49 +02:00
parent c53637f7cf
commit e1af1b9ddd
2 changed files with 7 additions and 1 deletions

View File

@ -10,6 +10,12 @@ pkgbase = butt
depends = libpng12
depends = portaudio
depends = libfdk-aac
depends = libvorbis
depends = libogg
depends = lame
depends = flac
depends = opus
depends = libsamplerate
optdepends = icecast
source = http://sourceforge.net/projects/butt/files/butt/butt-0.1.16/butt-0.1.16.tar.gz
source = butt-gcc6.patch

View File

@ -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")