403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/audio/dragonfly-reverb-lv2/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/audio/dragonfly-reverb-lv2/Makefile
PORTNAME=	dragonfly-reverb
DISTVERSION=	3.2.7
CATEGORIES=	audio multimedia

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Bundle of free audio effects
WWW=		https://github.com/michaelwillis/dragonfly-reverb

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	lv2>0:audio/lv2 \
		bash:shells/bash
LIB_DEPENDS=	libdbus-1.so:devel/dbus \
		libpulse.so:audio/pulseaudio

USES=		compiler:c++11-lang gl gmake localbase pkgconfig shebangfix xorg
USE_GL=		gl
USE_XORG=	x11 xext xrandr

USE_GITHUB=	yes
GH_ACCOUNT=	michaelwillis
GH_TUPLE=	DISTRHO:DPF:93ce247:DISTRHO_DPF/dpf \
		DISTRHO:pugl:48032d1:pugl/dpf/dgl/src/pugl-upstream

SHEBANG_FILES=	dpf/utils/generate-ttl.sh

MAKE_ARGS=	LINUX=true # it fails to set it for BSD for some reason even though the code seems to intend to do this

CXXFLAGS+=	-I${FILESDIR}

EFFECTS=	DragonflyEarlyReflections DragonflyHallReverb DragonflyPlateReverb DragonflyRoomReverb

OPTIONS_DEFINE=		APPS VST
OPTIONS_DEFAULT=	APPS VST
OPTIONS_SUB=		yes

APPS_DESC=		Install apps instantiating effects in Jack sound server
APPS_LIB_DEPENDS=	libjack.so:audio/jack

VST_DESC=		Install VST plugins

# project doesn't have the install target: https://github.com/michaelwillis/dragonfly-reverb/issues/80

do-install:
	${MKDIR} ${STAGEDIR}${PREFIX}/lib/lv2
.for r in ${EFFECTS}
	cd ${WRKSRC}/bin && ${COPYTREE_SHARE} ${r}.lv2 ${STAGEDIR}${PREFIX}/lib/lv2
.endfor

do-install-APPS-on:
.for r in ${EFFECTS}
	${INSTALL_PROGRAM} ${WRKSRC}/bin/${r} ${STAGEDIR}${PREFIX}/bin
.endfor

do-install-VST-on:
	${MKDIR} ${STAGEDIR}${PREFIX}/lib/vst
.for r in ${EFFECTS}
	${INSTALL_LIB} ${WRKSRC}/bin/${r}-vst.so ${STAGEDIR}${PREFIX}/lib/vst
.endfor

.include <bsd.port.mk>

Youez - 2016 - github.com/yon3zu
LinuXploit