freebsd-ports/audio/libbs2b/Makefile
Daniel Engberg b9a34290c5 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)
2023-12-17 20:04:30 +01:00

25 lines
601 B
Makefile

PORTNAME= libbs2b
DISTVERSION= 3.1.0
PORTREVISION= 8
CATEGORIES= audio
MASTER_SITES= SF/bs2b/${PORTNAME}/${DISTVERSION}
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/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libsndfile.so:audio/libsndfile
USES= gmake libtool localbase pathfix pkgconfig tar:bzip2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>