overdubbing, multiplying, reversing and more. It allows for multiple simultaneous multi-channel loops limited only by your computer's available memory. WWW: http://essej.net/sooperlooper/ PR: ports/164642 Submitted by: mathias.picker@gmx.de
43 lines
1.1 KiB
Makefile
43 lines
1.1 KiB
Makefile
# New ports collection makefile for: rubberband
|
|
# Date created: 2012-01-08
|
|
# Whom: mathias.picker@gmx.de
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sooperlooper
|
|
PORTVERSION= 1.6.18
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://essej.net/sooperlooper/
|
|
|
|
MAINTAINER= miwi@freebsd.org
|
|
COMMENT= Vamp audio analysis plugin SDK
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
|
|
LIB_DEPENDS= fftw3.6:${PORTSDIR}/math/fftw3 \
|
|
jack.0:${PORTSDIR}/audio/jack \
|
|
lo.7:${PORTSDIR}/audio/liblo \
|
|
rubberband.2:${PORTSDIR}/audio/rubberband \
|
|
samplerate.1:${PORTSDIR}/audio/libsamplerate \
|
|
sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 \
|
|
sndfile.1:${PORTSDIR}/audio/libsndfile \
|
|
vamp-sdk.2:${PORTSDIR}/audio/vamp-plugin-sdk
|
|
RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_WX= 2.6+
|
|
WX_UNICODE= yes
|
|
CONFIGURE_ARGS= -with-wxconfig-path=${WX_CONFIG}
|
|
USE_LDCONFIG= yes
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
USE_GNOME= pkgconfig libxml2
|
|
|
|
.include <bsd.port.mk>
|