1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
#
# Copyright (C) 2024 Linux Studio Plugins Project <https://lsp-plug.in/>
# (C) 2024 Vladimir Sadovnikov <sadko4u@gmail.com>
#
# This file is part of lsp-plugins
#
# lsp-plugins is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# any later version.
#
# lsp-plugins is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with lsp-plugins. If not, see <https://www.gnu.org/licenses/>.
#
# List of all plugin dependencies
PLUGIN_PACKAGE_NAME = lsp-plugins
PLUGIN_SHARED = \
LSP_PLUGINS_SHARED
PLUGIN_DEPENDENCIES = \
LSP_PLUGINS_AB_TESTER \
LSP_PLUGINS_ART_DELAY \
LSP_PLUGINS_AUTOGAIN \
LSP_PLUGINS_BEAT_BREATHER \
LSP_PLUGINS_CHORUS \
LSP_PLUGINS_CLIPPER \
LSP_PLUGINS_COMP_DELAY \
LSP_PLUGINS_COMPRESSOR \
LSP_PLUGINS_CROSSOVER \
LSP_PLUGINS_DYNA_PROCESSOR \
LSP_PLUGINS_EXPANDER \
LSP_PLUGINS_FILTER \
LSP_PLUGINS_FLANGER \
LSP_PLUGINS_GATE \
LSP_PLUGINS_GOTT_COMPRESSOR \
LSP_PLUGINS_GRAPH_EQUALIZER \
LSP_PLUGINS_IMPULSE_RESPONSES \
LSP_PLUGINS_IMPULSE_REVERB \
LSP_PLUGINS_LATENCY_METER \
LSP_PLUGINS_LIMITER \
LSP_PLUGINS_LOUD_COMP \
LSP_PLUGINS_MATCHER \
LSP_PLUGINS_MB_CLIPPER \
LSP_PLUGINS_MB_COMPRESSOR \
LSP_PLUGINS_MB_DYNA_PROCESSOR \
LSP_PLUGINS_MB_EXPANDER \
LSP_PLUGINS_MB_GATE \
LSP_PLUGINS_MB_LIMITER \
LSP_PLUGINS_MB_RINGMOD_SC \
LSP_PLUGINS_MIXER \
LSP_PLUGINS_NOISE_GENERATOR \
LSP_PLUGINS_OSCILLATOR \
LSP_PLUGINS_OSCILLOSCOPE \
LSP_PLUGINS_PARA_EQUALIZER \
LSP_PLUGINS_PHASE_DETECTOR \
LSP_PLUGINS_PHASER \
LSP_PLUGINS_PROFILER \
LSP_PLUGINS_REFERENCER \
LSP_PLUGINS_RETURN \
LSP_PLUGINS_RINGMOD_SC \
LSP_PLUGINS_ROOM_BUILDER \
LSP_PLUGINS_SAMPLER \
LSP_PLUGINS_SEND \
LSP_PLUGINS_SLAP_DELAY \
LSP_PLUGINS_SPECTRUM_ANALYZER \
LSP_PLUGINS_SURGE_FILTER \
LSP_PLUGINS_TRIGGER
|