diff options
Diffstat (limited to 'community/ices')
-rw-r--r-- | community/ices/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/ices/APKBUILD b/community/ices/APKBUILD index 5ab8f1584d..09299c6391 100644 --- a/community/ices/APKBUILD +++ b/community/ices/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=ices pkgver=2.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="Source client for broadcasting in MP3 format to an icecast2 server" url="http://icecast.org/ices.php" arch="all" @@ -12,7 +12,7 @@ makedepends="libogg-dev libxml2-dev libvorbis-dev libshout-dev alsa-lib-dev lame-dev perl-dev python2-dev libxml2-dev linux-headers" subpackages="$pkgname-doc" source="http://downloads.us.xiph.org/releases/ices/$pkgname-$pkgver.tar.gz" - +replaces="ices2" builddir=$srcdir/$pkgname-$pkgver prepare() { @@ -25,6 +25,7 @@ build() { ./configure \ --prefix=/usr \ --datadir=/usr/share/doc/ \ + --with-alsa \ --with-lame \ --with-vorbis \ --with-python \ |