libbs2b: updated URL

This commit is contained in:
Tim Biermann 2023-05-28 10:31:39 +02:00
parent cb63bfe5ee
commit f537280f93
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF300znNZTqWTImoY24jpX9lYz0bL5BQGxFMx2n8GteaMhePFkOiUCB9PdBrxwuEJrjjPIPuIdGWAAFqinTz01Wwg=
SHA256 (Pkgfile) = 63361404dac586a06f5b2c22448fdd2d969ac25d2afbb2896786d068fe7bb1c2
RWSagIOpLGJF320970DtBHjc587AVnf1Rn6cl2e964Z/lSzYUV4c0Pt+RlF6rLavEo+BJ2nkWBelMjQIXSWq2B44/MlUoS2vIA0=
SHA256 (Pkgfile) = 7130436f2e6e98d05fe343d0c2fc2634ae7d7ae0055e1816a5ff240beba52b02
SHA256 (.footprint) = fc4a9d48f6c62a349293e2065050f5cec893847ba894374a68eb87223f6762b5
SHA256 (libbs2b-3.1.0.tar.lzma) = b97164dd98fda4b05722fd68ffed2427b980dfb8316bbbbcfc0cde3ae5238cd5

View File

@ -1,5 +1,5 @@
# Description: Bauer stereophonic-to-binaural DSP effect library
# URL: http://bs2b.sourceforge.net
# URL: https://bs2b.sourceforge.net
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: libsndfile
@ -10,8 +10,10 @@ source=(https://downloads.sourceforge.net/sourceforge/bs2b/$name-$version.tar.lz
build() {
cd $name-$version
sed -i 's/dist-lzma/dist-xz/g' configure.ac
autoreconf -fvi
./configure --prefix=/usr
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make