aboutsummaryrefslogtreecommitdiffstats
path: root/main/libshout/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/libshout/APKBUILD')
-rw-r--r--main/libshout/APKBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/main/libshout/APKBUILD b/main/libshout/APKBUILD
index cb8c9b56e87..733684f00fc 100644
--- a/main/libshout/APKBUILD
+++ b/main/libshout/APKBUILD
@@ -2,14 +2,19 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=libshout
pkgver=2.4.6
-pkgrel=0
+pkgrel=3
pkgdesc="Library for accessing a shoutcast/icecast server"
url="https://icecast.org/"
arch="all"
license="GPL-2.0-only"
-makedepends="speex-dev libtheora-dev libvorbis-dev openssl1.1-compat-dev"
+makedepends="speex-dev libtheora-dev libvorbis-dev openssl-dev>3"
subpackages="$pkgname-static $pkgname-doc $pkgname-dev"
-source="http://downloads.xiph.org/releases/libshout/libshout-$pkgver.tar.gz"
+source="https://downloads.xiph.org/releases/libshout/libshout-$pkgver.tar.gz"
+
+prepare() {
+ default_prepare
+ update_config_sub
+}
build() {
./configure \