aboutsummaryrefslogtreecommitdiffstats
path: root/main/libshout/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-10-29 15:19:57 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-11-07 16:46:09 +0000
commit3ac2734f08547043e723b6f020fd0033d70db413 (patch)
tree973ea4ea1c6a3fd8b9778d0e565c7fa9ae3501b5 /main/libshout/APKBUILD
parentf37750a244342f7241ca50c9a7c53aa84b768de9 (diff)
downloadaports-3ac2734f08547043e723b6f020fd0033d70db413.tar.bz2
aports-3ac2734f08547043e723b6f020fd0033d70db413.tar.xz
main/libshout: rebuild against openssl-1.1
Diffstat (limited to 'main/libshout/APKBUILD')
-rw-r--r--main/libshout/APKBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/main/libshout/APKBUILD b/main/libshout/APKBUILD
index b9c309308c..65c689e323 100644
--- a/main/libshout/APKBUILD
+++ b/main/libshout/APKBUILD
@@ -2,17 +2,19 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=libshout
pkgver=2.4.1
-pkgrel=4
+pkgrel=5
pkgdesc="Library for accessing a shoutcast/icecast server"
url="http://www.icecast.org/"
arch="all"
options="!check" # No test suite.
license="LGPL-2.1"
depends=
-makedepends="speex-dev libtheora-dev libvorbis-dev libressl-dev"
+makedepends="speex-dev libtheora-dev libvorbis-dev openssl-dev"
install=""
subpackages="$pkgname-doc $pkgname-dev"
-source="http://downloads.xiph.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"
+source="http://downloads.xiph.org/releases/$pkgname/$pkgname-$pkgver.tar.gz
+ 01-libshout-tls-compile-with-OpenSSL-1.1.0.patch
+ "
build() {
cd "$builddir"
@@ -31,4 +33,5 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="4d4b958947e020de3330d49d39d59220fc89315f25f653a7456b9aa24ca9566fca30bb3d65e6348e79958656096b6b864ea8885157d24e55c8d84d6604670219 libshout-2.4.1.tar.gz"
+sha512sums="4d4b958947e020de3330d49d39d59220fc89315f25f653a7456b9aa24ca9566fca30bb3d65e6348e79958656096b6b864ea8885157d24e55c8d84d6604670219 libshout-2.4.1.tar.gz
+af27d562fbf4f7be08317a97d69ae27d57618f4e6a5bc0131ce633b46a1a8f3cc24aa21ee12e427994d319e455afd8dbc3d061a6df6814958b9b787cfcb19ed8 01-libshout-tls-compile-with-OpenSSL-1.1.0.patch"