fix dependencies
This commit is contained in:
parent
c53637f7cf
commit
e1af1b9ddd
6
.SRCINFO
6
.SRCINFO
@ -10,6 +10,12 @@ pkgbase = butt
|
|||||||
depends = libpng12
|
depends = libpng12
|
||||||
depends = portaudio
|
depends = portaudio
|
||||||
depends = libfdk-aac
|
depends = libfdk-aac
|
||||||
|
depends = libvorbis
|
||||||
|
depends = libogg
|
||||||
|
depends = lame
|
||||||
|
depends = flac
|
||||||
|
depends = opus
|
||||||
|
depends = libsamplerate
|
||||||
optdepends = icecast
|
optdepends = icecast
|
||||||
source = http://sourceforge.net/projects/butt/files/butt/butt-0.1.16/butt-0.1.16.tar.gz
|
source = http://sourceforge.net/projects/butt/files/butt/butt-0.1.16/butt-0.1.16.tar.gz
|
||||||
source = butt-gcc6.patch
|
source = butt-gcc6.patch
|
||||||
|
|||||||
2
PKGBUILD
2
PKGBUILD
@ -9,7 +9,7 @@ pkgdesc="butt (broadcast using this tool) is an easy to use, multi OS streaming
|
|||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
url="http://butt.sourceforge.net/"
|
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')
|
optdepends=('icecast')
|
||||||
source=("http://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz"
|
source=("http://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz"
|
||||||
"butt-gcc6.patch")
|
"butt-gcc6.patch")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user