From 208674bb0e65e134def0004f88c7e03ab311e0c0 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 13 Aug 2023 10:49:10 +0200 Subject: [PATCH] libshout: adopted port --- libshout/.signature | 4 ++-- libshout/Pkgfile | 13 ++++++------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/libshout/.signature b/libshout/.signature index d169598ff..5481cb0e4 100644 --- a/libshout/.signature +++ b/libshout/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF35tD8SM02s1S02kRGspncD4FEv4GLNHcdonCS9gGb9V1glg8dgrJRYevPeHhXKvQs/tjkw/3bUs7VWy02fOK1wE= -SHA256 (Pkgfile) = 2f3f736b326251fc8d44aad521e3f39eb83e16ad5f54dfe5a263f4d4f429a063 +RWSagIOpLGJF38voghXT4BWJhVlig5LzBTlGMsXK8g3SlYJ+cD8eBAPZsxOPxHDN9uAoB1PZhbUf3xyHVrmyWPKv6FqChil6dA0= +SHA256 (Pkgfile) = 4e794cead5c499f032d5563c693bbf59b540d554061a9d5281eb3c2ec3a44c15 SHA256 (.footprint) = f7952310f302b5db2138ce6d9184bc440e82319eef0692679c4961eb2a86de26 SHA256 (libshout-2.4.6.tar.gz) = 39cbd4f0efdfddc9755d88217e47f8f2d7108fa767f9d58a2ba26a16d8f7c910 diff --git a/libshout/Pkgfile b/libshout/Pkgfile index 2a82fb3fc..45416137b 100644 --- a/libshout/Pkgfile +++ b/libshout/Pkgfile @@ -1,6 +1,6 @@ # Description: Library for communicating with an icecast server. # URL: https://www.icecast.org/ -# Maintainer: Danny Rawlins, crux at romster dot me +# Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: libtheora openssl speex name=libshout @@ -9,12 +9,11 @@ release=1 source=(https://downloads.us.xiph.org/releases/$name/$name-$version.tar.gz) build() { - cd $name-$version + cd $name-$version - ./configure --prefix=/usr + ./configure --prefix=/usr - make - make install DESTDIR=$PKG - rm -r $PKG/usr/share/doc + make + make install DESTDIR=$PKG + rm -r $PKG/usr/share/doc } -