| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 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/sc3-plugins/ |
Upload File : |
PORTNAME= sc3-plugins
DISTVERSIONPREFIX= Version-
DISTVERSION= 3.9.0
PORTREVISION= 11
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org
COMMENT= Extension plugins for the SuperCollider3 audio synthesis server
WWW= https://github.com/supercollider/sc3-plugins
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/license.txt
BUILD_DEPENDS= ${LOCALBASE}/include/SuperCollider/SCVersion.txt:audio/supercollider \
${LOCALBASE}/include/boost/intrusive/unordered_set.hpp:devel/boost-libs \
${LOCALBASE}/include/fftw3.h:math/fftw3
LIB_DEPENDS= libfftw3f.so:math/fftw3-float \
libstk.so:audio/stk
OPTIONS_DEFINE= SUPERNOVA
OPTIONS_DEFAULT= SUPERNOVA
SUPERNOVA_DESC= Build plugins for supernova
OPTIONS_SUB= yes
USES= compiler:c++11-lang cmake localbase pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= supercollider
GH_TUPLE= timblechmann:nova-simd:3140689:n/external_libraries/nova-simd
CMAKE_ARGS+= -DSYSTEM_STK:BOOL=ON
CMAKE_ARGS+= -DSC_PATH:STRING=${LOCALBASE}/include/SuperCollider/ # see https://github.com/supercollider/sc3-plugins/issues/170
SUPERNOVA_CMAKE_BOOL= SUPERNOVA
post-patch:
@${REINPLACE_CMD} -e ' \
s|/usr/local|${PREFIX}|' \
${WRKSRC}/cmake_modules/*.cmake
.include <bsd.port.mk>