# Created by: mathias.picker@gmx.de
# $FreeBSD: tags/RELEASE_11_0_0/audio/sooperlooper/Makefile 417057 2016-06-18 10:19:29Z bapt $

PORTNAME=	sooperlooper
PORTVERSION=	1.7.3
PORTREVISION=	2
CATEGORIES=	audio
MASTER_SITES=	http://essej.net/sooperlooper/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Live audio looping sampler

LICENSE=	GPLv2

BUILD_DEPENDS=	ladspa>0:audio/ladspa
LIB_DEPENDS=	libjack.so:audio/jack \
		liblo.so:audio/liblo \
		libsamplerate.so:audio/libsamplerate \
		libsigc-2.0.so:devel/libsigc++20 \
		libsndfile.so:audio/libsndfile \
		librubberband.so:audio/rubberband \
		libvamp-sdk.so:audio/vamp-plugin-sdk \
		libfftw3.so:math/fftw3
RUN_DEPENDS=	ladspa>0:audio/ladspa

USES=		gmake ncurses pkgconfig
USE_GNOME=	libxml2
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

CFLAGS+=	-Wno-error=write-strings
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

OPTIONS_DEFINE=		ALSA WXGTK
OPTIONS_DEFAULT=	WXGTK
OPTIONS_SUB=		yes

ALSA_LIB_DEPENDS=	libasound.so:audio/alsa-lib
ALSA_CONFIGURE_ENV_OFF=	ac_cv_header_alsa_asoundlib_h=no
WXGTK_USE=		WX=3.0
WXGTK_CONFIGURE_ON=	--with-wxconfig-path=${WX_CONFIG}
WXGTK_CONFIGURE_OFF=	--without-gui

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MWXGTK}
DESKTOP_ENTRIES="SooperLooper" "" "${DATADIR}/sl_logo.xpm" "slgui" \
		"AudioVideo;Audio;Player;GTK;" ""
.endif

post-patch:
	@${FIND} ${WRKSRC} -name "configure" | ${XARGS} ${REINPLACE_CMD} -e \
		's|$$OPT_FLAGS|$$CXXFLAGS| ; \
		 /^CXXFLAGS/s|-g|$$CXXFLAGS| ; \
		 s|-fo-merge-constants|| ; \
		 s|-lpthread|-pthread|'

post-install:
.if ${PORT_OPTIONS:MWXGTK}
	(cd ${WRKSRC}/src/gui/pixmaps && ${INSTALL_DATA} sl_logo.xpm \
		${STAGEDIR}${DATADIR})
.endif

.include <bsd.port.mk>
