mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/ices2: added alsa support
This commit is contained in:
parent
989b2c78d0
commit
01492edc89
@ -3,7 +3,7 @@
|
||||
pkgname=ices2
|
||||
_pkgname=ices
|
||||
pkgver=2.0.1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="source client for broadcasting in Ogg Vorbis format to an icecast2 server."
|
||||
url="http://icecast.org/ices.php"
|
||||
arch="all"
|
||||
@ -18,7 +18,8 @@ _builddir=$srcdir/$_pkgname-$pkgver
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
./configure --prefix=/usr \
|
||||
--disable-sun-audio
|
||||
--disable-sun-audio \
|
||||
--enable-alsa
|
||||
make || return 1
|
||||
}
|
||||
package() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user