[arch-commits] Commit in libshout/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Wed Mar 8 13:10:13 UTC 2017


    Date: Wednesday, March 8, 2017 @ 13:10:13
  Author: jgc
Revision: 290130

upgpkg: libshout 1:2.4.1-3

OpenSSL 1.1

Modified:
  libshout/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-08 12:23:56 UTC (rev 290129)
+++ PKGBUILD	2017-03-08 13:10:13 UTC (rev 290130)
@@ -5,17 +5,22 @@
 
 pkgname=libshout
 pkgver=2.4.1
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="Library for accessing a shoutcast/icecast server"
 arch=('i686' 'x86_64')
 depends=('libvorbis' 'libtheora' 'speex' 'openssl')
-url="http://www.icecast.org/"
+url="https://www.icecast.org/"
 options=('!emptydirs')
 license=('LGPL')
 source=("http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz")
 md5sums=('89cebf8cb0197f639cde69c95177fe47')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e 's/SSLeay_add_all_algorithms/OpenSSL_add_all_algorithms/g' -i src/tls.c
+}
+
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var



More information about the arch-commits mailing list