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:
5ca2d59888

PR:		275403
Approved by:	portmgr (maintainer timeout, 2+ weeks)
This commit is contained in:
Daniel Engberg 2023-12-16 16:33:16 +01:00
parent f28f4efaad
commit b9a34290c5
2 changed files with 10 additions and 4 deletions

View file

@ -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/

View file

@ -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