mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
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:
parent
f28f4efaad
commit
b9a34290c5
2 changed files with 10 additions and 4 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue