c15e251cc9
Changes in Rubber Band v1.8.2 * Fix a number of small memory leaks * Make stretcher more robust to being fed invalid input (with NaNs) * Include iOS build file * Various platform build fixes and improvements The API is unchanged and the library is binary compatible with version 1.7.
25 lines
764 B
Makefile
25 lines
764 B
Makefile
# $NetBSD: Makefile,v 1.3 2019/07/30 08:57:14 nia Exp $
|
|
|
|
DISTNAME= rubberband-1.8.2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= https://breakfastquay.com/files/releases/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://breakfastquay.com/rubberband/
|
|
COMMENT= Audio time-stretching and pitch-shifting library
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config gmake
|
|
USE_LANGUAGES= c c++
|
|
|
|
PKGCONFIG_OVERRIDE+= rubberband.pc.in
|
|
|
|
.include "../../audio/ladspa/buildlink3.mk"
|
|
.include "../../audio/libsamplerate/buildlink3.mk"
|
|
.include "../../audio/libsndfile/buildlink3.mk"
|
|
.include "../../audio/vamp-plugin-sdk/buildlink3.mk"
|
|
.include "../../math/fftw/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|