aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2023-12-16 15:33:16 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2023-12-17 19:04:30 +0000
commitb9a34290c5ce02678b4cd0868cb53799e72e7458 (patch)
treece045644c23c47d78c45c73c5444c218fefa9461
parentf28f4efaadb20cc0efa8ef31660f6ac6ec06b604 (diff)
downloadports-b9a34290c5ce02678b4cd0868cb53799e72e7458.tar.gz
ports-b9a34290c5ce02678b4cd0868cb53799e72e7458.zip
audio/libbs2b: Don't clip floating point samples
Disable clamping as it causes incorrect behaviour While at it return port to pool as maintainer hasn't responded on multiple bug reports. Reference: https://github.com/strawberrymusicplayer/strawberry/issues/1320 Source: https://github.com/alexmarsev/libbs2b/commit/5ca2d59888df047f1e4b028e3a2fd5be8b5a7277 PR: 275403 Approved by: portmgr (maintainer timeout, 2+ weeks)
-rw-r--r--audio/libbs2b/Makefile11
-rw-r--r--audio/libbs2b/distinfo3
2 files changed, 10 insertions, 4 deletions
diff --git a/audio/libbs2b/Makefile b/audio/libbs2b/Makefile
index eb238a15cda8..0771d1a30e9a 100644
--- a/audio/libbs2b/Makefile
+++ b/audio/libbs2b/Makefile
@@ -1,10 +1,13 @@
PORTNAME= libbs2b
-PORTVERSION= 3.1.0
-PORTREVISION= 7
+DISTVERSION= 3.1.0
+PORTREVISION= 8
CATEGORIES= audio
-MASTER_SITES= SF/bs2b/${PORTNAME}/${PORTVERSION}
+MASTER_SITES= SF/bs2b/${PORTNAME}/${DISTVERSION}
-MAINTAINER= liangtai.s16@gmail.com
+PATCH_SITES= https://github.com/alexmarsev/${PORTNAME}/commit/
+PATCHFILES= 5ca2d59888df047f1e4b028e3a2fd5be8b5a7277.patch:-p1
+
+MAINTAINER= ports@FreeBSD.org
COMMENT= Bauer Stereophonic-to-Binaural DSP
WWW= https://bs2b.sourceforge.net/
diff --git a/audio/libbs2b/distinfo b/audio/libbs2b/distinfo
index 5f10832d8050..d2a79a4f238d 100644
--- a/audio/libbs2b/distinfo
+++ b/audio/libbs2b/distinfo
@@ -1,2 +1,5 @@
+TIMESTAMP = 1701158474
SHA256 (libbs2b-3.1.0.tar.bz2) = 4799974becdeeedf0db00115bc63f60ea3fe4b25f1dfdb6903505839a720e46f
SIZE (libbs2b-3.1.0.tar.bz2) = 606283
+SHA256 (5ca2d59888df047f1e4b028e3a2fd5be8b5a7277.patch) = 6e059e81766449469de2e58f9d46fb1a01e2a7917af24e4bb25167b13bc73f93
+SIZE (5ca2d59888df047f1e4b028e3a2fd5be8b5a7277.patch) = 3183