Changeset View
Changeset View
Standalone View
Standalone View
head/audio/carla/Makefile
# $FreeBSD$ | # $FreeBSD$ | ||||
PORTNAME= Carla | PORTNAME= Carla | ||||
DISTVERSIONPREFIX= v | DISTVERSIONPREFIX= v | ||||
DISTVERSION= 1.9.12 | DISTVERSION= 1.9.12 | ||||
PORTREVISION= 1 | PORTREVISION= 2 | ||||
CATEGORIES= audio | CATEGORIES= audio | ||||
MAINTAINER= yuri@FreeBSD.org | MAINTAINER= yuri@FreeBSD.org | ||||
COMMENT= Audio LV2 plugin host for Jack and PulseAudio | COMMENT= Audio LV2 plugin host for Jack and PulseAudio | ||||
LICENSE= GPLv2 | LICENSE= GPLv2 | ||||
LICENSE_FILE= ${WRKSRC}/doc/GPL.txt | LICENSE_FILE= ${WRKSRC}/doc/GPL.txt | ||||
Show All 10 Lines | |||||
USE_PYQT= core_run gui_run sip svg_run widgets_run xml_build # "sip" should be "sip_build", but "import PyQt5.QtCore" wants "sip". See bug#225040 | USE_PYQT= core_run gui_run sip svg_run widgets_run xml_build # "sip" should be "sip_build", but "import PyQt5.QtCore" wants "sip". See bug#225040 | ||||
USE_GNOME= gtk20 gtk30 | USE_GNOME= gtk20 gtk30 | ||||
USE_QT= core gui widgets buildtools_build | USE_QT= core gui widgets buildtools_build | ||||
USE_XORG= x11 | USE_XORG= x11 | ||||
USE_LDCONFIG= ${PREFIX}/lib/carla | USE_LDCONFIG= ${PREFIX}/lib/carla | ||||
SHEBANG_FILES= data/carla-single source/native-plugins/resources/* | SHEBANG_FILES= data/carla-single source/native-plugins/resources/* | ||||
MAKE_ARGS= HAVE_QT4=false \ | MAKE_ARGS= HAVE_QT4=false \ | ||||
EXTERNAL_PLUGINS=false | EXTERNAL_PLUGINS=false \ | ||||
# Give the Makefile the proper versioned binaries of PyQt | |||||
BINARY_ALIAS= pyuic5=${LOCALBASE}/bin/pyuic5-${PYTHON_VER} \ | |||||
pyrcc5=${LOCALBASE}/bin/pyrcc5-${PYTHON_VER} | |||||
OPTIONS_DEFINE= FFMPEG FLUIDSYNTH LINUXSAMPLER | OPTIONS_DEFINE= FFMPEG FLUIDSYNTH LINUXSAMPLER | ||||
OPTIONS_DEFAULT= FFMPEG FLUIDSYNTH JACK LINUXSAMPLER | OPTIONS_DEFAULT= FFMPEG FLUIDSYNTH JACK LINUXSAMPLER | ||||
OPTIONS_MULTI= BACKEND | OPTIONS_MULTI= BACKEND | ||||
OPTIONS_MULTI_BACKEND= JACK PULSEAUDIO | OPTIONS_MULTI_BACKEND= JACK PULSEAUDIO | ||||
BACKEND_DESC= Audio backend | BACKEND_DESC= Audio backend | ||||
LINUXSAMPLER_DESC= Use LinuxSampler: a software audio sampler | LINUXSAMPLER_DESC= Use LinuxSampler: a software audio sampler | ||||
Show All 18 Lines |