diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-23 06:52:30 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-23 06:52:30 +0000 |
commit | 2e9fff98415058173cdbc33efb6ce692a8014a74 (patch) | |
tree | c816a8ae360cfb482855d7ad36f2555464279455 /community/ices | |
parent | 3adb5011329254bf62a3b422ae7cf3509ad930bd (diff) | |
download | aports-2e9fff98415058173cdbc33efb6ce692a8014a74.tar.bz2 aports-2e9fff98415058173cdbc33efb6ce692a8014a74.tar.xz |
community/ices: moved from testing, ices2 packages was redundant, set replaces to avoid conflicts
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 \ |