aboutsummaryrefslogtreecommitdiffstats
path: root/main/libshout/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/libshout/APKBUILD')
-rw-r--r--main/libshout/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/main/libshout/APKBUILD b/main/libshout/APKBUILD
index 4975a16d1a..fef4536387 100644
--- a/main/libshout/APKBUILD
+++ b/main/libshout/APKBUILD
@@ -2,14 +2,16 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=libshout
pkgver=2.4.1
-pkgrel=0
+pkgrel=1
pkgdesc="Library for accessing a shoutcast/icecast server"
url="http://www.icecast.org/"
arch="all"
license="LGPL"
depends=
-depends_dev=""
-makedepends="$depends_dev libtheora-dev libvorbis-dev speex-dev"
+# speex-dev has an isuse to add proper provides
+# probaby due to an abuild issue so we need to set speex-dev to depends-dev
+depends_dev="speex-dev"
+makedepends="$depends_dev libtheora-dev libvorbis-dev"
install=""
subpackages="$pkgname-doc $pkgname-dev"
source="http://downloads.xiph.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"