mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
audio/carla: Correct COMMENT, update pkg-descr, fix JACK option
This commit is contained in:
parent
8fda1b0ad5
commit
2b14bdf580
@ -1,10 +1,11 @@
|
||||
PORTNAME= Carla
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.3.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Audio LV2 plugin host for Jack and PulseAudio
|
||||
COMMENT= Audio plugin host for Jack and PulseAudio
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/doc/GPL.txt
|
||||
@ -42,15 +43,21 @@ OPTIONS_DEFAULT= FFMPEG FLUIDSYNTH JACK LINUXSAMPLER
|
||||
OPTIONS_MULTI= BACKEND
|
||||
OPTIONS_MULTI_BACKEND= JACK PULSEAUDIO
|
||||
BACKEND_DESC= Audio backend
|
||||
LINUXSAMPLER_DESC= Use LinuxSampler: a software audio sampler
|
||||
|
||||
FFMPEG_LIB_DEPENDS= libavutil.so:multimedia/ffmpeg
|
||||
FFMPEG_MAKE_ARGS_OFF= HAVE_FFMPEG=false
|
||||
|
||||
FLUIDSYNTH_LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth
|
||||
FLUIDSYNTH_MAKE_ARGS_OFF= HAVE_FLUIDSYNTH=false
|
||||
|
||||
LINUXSAMPLER_DESC= Use LinuxSampler: a software audio sampler
|
||||
LINUXSAMPLER_LIB_DEPENDS= liblinuxsampler.so:audio/linuxsampler
|
||||
LINUXSAMPLER_MAKE_ARGS_OFF= HAVE_LINUXSAMPLER=false
|
||||
|
||||
JACK_BUILD_DEPENDS= jackit>0:audio/jack
|
||||
JACK_RUN_DEPENDS= ${LOCALBASE}/lib/libjack.so:audio/jack
|
||||
JACK_MAKE_ARGS_OFF= HAVE_JACK=false
|
||||
|
||||
PULSEAUDIO_LIB_DEPENDS= libpulse-simple.so:audio/pulseaudio
|
||||
PULSEAUDIO_MAKE_ARGS_OFF= HAVE_PULSEAUDIO=false
|
||||
|
||||
|
@ -2,14 +2,13 @@ Carla is a fully-featured audio plugin host, with support for many audio drivers
|
||||
and plugin formats.
|
||||
|
||||
Features:
|
||||
* LADSPA, DSSI, LV2 and VST plugin formats
|
||||
* GIG, SF2 and SFZ sound banks
|
||||
* LADSPA, DSSI, LV2 and VST2, VST3 and AU plugin formats
|
||||
* SF2/3 and SFZ sound banks
|
||||
* Internal audio and midi file player
|
||||
* Automation of plugin parameters via MIDI CC
|
||||
* Full OSC control
|
||||
* Remote control over OSC
|
||||
* Rack and Patchbay engine modes, plus Single and Multi-Client if using JACK
|
||||
* Native audio drivers (ALSA, DirectSound, CoreAudio)
|
||||
* Native audio drivers (ALSA, DirectSound, CoreAudio, etc)
|
||||
and low-latency (ASIO and JACK)
|
||||
* Transport sync with JACK or Ableton Link
|
||||
|
||||
WWW: https://github.com/falkTX/Carla
|
||||
|
Loading…
Reference in New Issue
Block a user