-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated build scripts and dependencies.
- Loading branch information
Showing
15 changed files
with
65 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/make -f | ||
# | ||
# Copyright (C) 2023 Linux Studio Plugins Project <https://lsp-plug.in/> | ||
# (C) 2023 Vladimir Sadovnikov <[email protected]> | ||
# Copyright (C) 2024 Linux Studio Plugins Project <https://lsp-plug.in/> | ||
# (C) 2024 Vladimir Sadovnikov <[email protected]> | ||
# | ||
# This file is part of lsp-plugins-impulse-reverb | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# | ||
# Copyright (C) 2023 Linux Studio Plugins Project <https://lsp-plug.in/> | ||
# (C) 2023 Vladimir Sadovnikov <[email protected]> | ||
# Copyright (C) 2024 Linux Studio Plugins Project <https://lsp-plug.in/> | ||
# (C) 2024 Vladimir Sadovnikov <[email protected]> | ||
# | ||
# This file is part of lsp-plugins-impulse-reverb | ||
# | ||
|
@@ -37,7 +37,7 @@ DEPENDENCIES = \ | |
TEST_DEPENDENCIES = \ | ||
LSP_TEST_FW | ||
|
||
DEFAULT_FEATURES = clap doc ladspa lv2 vst2 xdg | ||
DEFAULT_FEATURES = clap doc ladspa lv2 vst2 vst3 xdg | ||
|
||
#------------------------------------------------------------------------------ | ||
# Linux dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# | ||
# Copyright (C) 2023 Linux Studio Plugins Project <https://lsp-plug.in/> | ||
# (C) 2023 Vladimir Sadovnikov <[email protected]> | ||
# Copyright (C) 2024 Linux Studio Plugins Project <https://lsp-plug.in/> | ||
# (C) 2024 Vladimir Sadovnikov <[email protected]> | ||
# | ||
# This file is part of lsp-plugins-impulse-reverb | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# | ||
# Copyright (C) 2023 Linux Studio Plugins Project <https://lsp-plug.in/> | ||
# (C) 2023 Vladimir Sadovnikov <[email protected]> | ||
# Copyright (C) 2024 Linux Studio Plugins Project <https://lsp-plug.in/> | ||
# (C) 2024 Vladimir Sadovnikov <[email protected]> | ||
# | ||
# This file is part of lsp-plugins-impulse-reverb | ||
# | ||
|
@@ -61,3 +61,10 @@ vmajor = $(shell echo "$(strip $1)" | sed -E 's/([0-9]+)\.([0-9 | |
vminor = $(shell echo "$(strip $1)" | sed -E 's/([0-9]+)\.([0-9]+)\.([0-9]+)(-(.*))?/\2/') | ||
vmicro = $(shell echo "$(strip $1)" | sed -E 's/([0-9]+)\.([0-9]+)\.([0-9]+)(-(.*))?/\3/') | ||
vbranch = $(shell echo "$(strip $1)" | sed -E 's/([0-9]+)\.([0-9]+)\.([0-9]+)(-(.*))?/\5/') | ||
|
||
ifeq ("$(MSYSTEM)","") | ||
pathconv = $1 | ||
else | ||
pathconv = $(shell cygpath -w "$1") | ||
endif | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# | ||
# Copyright (C) 2023 Linux Studio Plugins Project <https://lsp-plug.in/> | ||
# (C) 2023 Vladimir Sadovnikov <[email protected]> | ||
# Copyright (C) 2024 Linux Studio Plugins Project <https://lsp-plug.in/> | ||
# (C) 2024 Vladimir Sadovnikov <[email protected]> | ||
# | ||
# This file is part of lsp-plugins-impulse-reverb | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# | ||
# Copyright (C) 2023 Linux Studio Plugins Project <https://lsp-plug.in/> | ||
# (C) 2023 Vladimir Sadovnikov <[email protected]> | ||
# Copyright (C) 2024 Linux Studio Plugins Project <https://lsp-plug.in/> | ||
# (C) 2024 Vladimir Sadovnikov <[email protected]> | ||
# | ||
# This file is part of lsp-plugins-impulse-reverb | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# | ||
# Copyright (C) 2023 Linux Studio Plugins Project <https://lsp-plug.in/> | ||
# (C) 2023 Vladimir Sadovnikov <[email protected]> | ||
# Copyright (C) 2024 Linux Studio Plugins Project <https://lsp-plug.in/> | ||
# (C) 2024 Vladimir Sadovnikov <[email protected]> | ||
# | ||
# This file is part of lsp-plugins-impulse-reverb | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# | ||
# Copyright (C) 2023 Linux Studio Plugins Project <https://lsp-plug.in/> | ||
# (C) 2023 Vladimir Sadovnikov <[email protected]> | ||
# Copyright (C) 2024 Linux Studio Plugins Project <https://lsp-plug.in/> | ||
# (C) 2024 Vladimir Sadovnikov <[email protected]> | ||
# | ||
# This file is part of lsp-plugins-impulse-reverb | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# | ||
# Copyright (C) 2023 Linux Studio Plugins Project <https://lsp-plug.in/> | ||
# (C) 2023 Vladimir Sadovnikov <[email protected]> | ||
# Copyright (C) 2024 Linux Studio Plugins Project <https://lsp-plug.in/> | ||
# (C) 2024 Vladimir Sadovnikov <[email protected]> | ||
# | ||
# This file is part of lsp-plugins-impulse-reverb | ||
# | ||
|
@@ -19,93 +19,93 @@ | |
# | ||
|
||
# Variables that describe dependencies | ||
LSP_3RD_PARTY_VERSION := 1.0.14 | ||
LSP_3RD_PARTY_VERSION := 1.0.15 | ||
LSP_3RD_PARTY_NAME := lsp-3rd-party | ||
LSP_3RD_PARTY_TYPE := hdr | ||
LSP_3RD_PARTY_INC_OPT := -idirafter | ||
LSP_3RD_PARTY_URL_RO := https://github.com/lsp-plugins/$(LSP_3RD_PARTY_NAME).git | ||
LSP_3RD_PARTY_URL_RW := [email protected]:lsp-plugins/$(LSP_3RD_PARTY_NAME).git | ||
|
||
LSP_COMMON_LIB_VERSION := 1.0.33 | ||
LSP_COMMON_LIB_VERSION := 1.0.34 | ||
LSP_COMMON_LIB_NAME := lsp-common-lib | ||
LSP_COMMON_LIB_TYPE := src | ||
LSP_COMMON_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_COMMON_LIB_NAME).git | ||
LSP_COMMON_LIB_URL_RW := [email protected]:lsp-plugins/$(LSP_COMMON_LIB_NAME).git | ||
|
||
LSP_DSP_LIB_VERSION := 1.0.20 | ||
LSP_DSP_LIB_VERSION := 1.0.21 | ||
LSP_DSP_LIB_NAME := lsp-dsp-lib | ||
LSP_DSP_LIB_TYPE := src | ||
LSP_DSP_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_DSP_LIB_NAME).git | ||
LSP_DSP_LIB_URL_RW := [email protected]:lsp-plugins/$(LSP_DSP_LIB_NAME).git | ||
|
||
LSP_DSP_UNITS_VERSION := 1.0.19 | ||
LSP_DSP_UNITS_VERSION := 1.0.20 | ||
LSP_DSP_UNITS_NAME := lsp-dsp-units | ||
LSP_DSP_UNITS_TYPE := src | ||
LSP_DSP_UNITS_URL_RO := https://github.com/lsp-plugins/$(LSP_DSP_UNITS_NAME).git | ||
LSP_DSP_UNITS_URL_RW := [email protected]:lsp-plugins/$(LSP_DSP_UNITS_NAME).git | ||
|
||
LSP_LLTL_LIB_VERSION := 1.0.16 | ||
LSP_LLTL_LIB_VERSION := 1.0.17 | ||
LSP_LLTL_LIB_NAME := lsp-lltl-lib | ||
LSP_LLTL_LIB_TYPE := src | ||
LSP_LLTL_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_LLTL_LIB_NAME).git | ||
LSP_LLTL_LIB_URL_RW := [email protected]:lsp-plugins/$(LSP_LLTL_LIB_NAME).git | ||
|
||
LSP_R3D_BASE_LIB_VERSION := 1.0.16 | ||
LSP_R3D_BASE_LIB_VERSION := 1.0.17 | ||
LSP_R3D_BASE_LIB_NAME := lsp-r3d-base-lib | ||
LSP_R3D_BASE_LIB_TYPE := src | ||
LSP_R3D_BASE_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_R3D_BASE_LIB_NAME).git | ||
LSP_R3D_BASE_LIB_URL_RW := [email protected]:lsp-plugins/$(LSP_R3D_BASE_LIB_NAME).git | ||
|
||
LSP_R3D_IFACE_VERSION := 1.0.16 | ||
LSP_R3D_IFACE_VERSION := 1.0.17 | ||
LSP_R3D_IFACE_NAME := lsp-r3d-iface | ||
LSP_R3D_IFACE_TYPE := src | ||
LSP_R3D_IFACE_URL_RO := https://github.com/lsp-plugins/$(LSP_R3D_IFACE_NAME).git | ||
LSP_R3D_IFACE_URL_RW := [email protected]:lsp-plugins/$(LSP_R3D_IFACE_NAME).git | ||
|
||
LSP_R3D_GLX_LIB_VERSION := 1.0.16 | ||
LSP_R3D_GLX_LIB_VERSION := 1.0.17 | ||
LSP_R3D_GLX_LIB_NAME := lsp-r3d-glx-lib | ||
LSP_R3D_GLX_LIB_TYPE := bin | ||
LSP_R3D_GLX_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_R3D_GLX_LIB_NAME).git | ||
LSP_R3D_GLX_LIB_URL_RW := [email protected]:lsp-plugins/$(LSP_R3D_GLX_LIB_NAME).git | ||
|
||
LSP_R3D_WGL_LIB_VERSION := 1.0.11 | ||
LSP_R3D_WGL_LIB_VERSION := 1.0.12 | ||
LSP_R3D_WGL_LIB_NAME := lsp-r3d-wgl-lib | ||
LSP_R3D_WGL_LIB_TYPE := bin | ||
LSP_R3D_WGL_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_R3D_WGL_LIB_NAME).git | ||
LSP_R3D_WGL_LIB_URL_RW := [email protected]:lsp-plugins/$(LSP_R3D_WGL_LIB_NAME).git | ||
|
||
LSP_RUNTIME_LIB_VERSION := 1.0.19 | ||
LSP_RUNTIME_LIB_VERSION := 1.0.20 | ||
LSP_RUNTIME_LIB_NAME := lsp-runtime-lib | ||
LSP_RUNTIME_LIB_TYPE := src | ||
LSP_RUNTIME_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_RUNTIME_LIB_NAME).git | ||
LSP_RUNTIME_LIB_URL_RW := [email protected]:lsp-plugins/$(LSP_RUNTIME_LIB_NAME).git | ||
|
||
LSP_TEST_FW_VERSION := 1.0.23 | ||
LSP_TEST_FW_VERSION := 1.0.24 | ||
LSP_TEST_FW_NAME := lsp-test-fw | ||
LSP_TEST_FW_TYPE := src | ||
LSP_TEST_FW_URL_RO := https://github.com/lsp-plugins/$(LSP_TEST_FW_NAME).git | ||
LSP_TEST_FW_URL_RW := [email protected]:lsp-plugins/$(LSP_TEST_FW_NAME).git | ||
|
||
LSP_TK_LIB_VERSION := 1.0.19 | ||
LSP_TK_LIB_VERSION := 1.0.20 | ||
LSP_TK_LIB_NAME := lsp-tk-lib | ||
LSP_TK_LIB_TYPE := src | ||
LSP_TK_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_TK_LIB_NAME).git | ||
LSP_TK_LIB_URL_RW := [email protected]:lsp-plugins/$(LSP_TK_LIB_NAME).git | ||
|
||
LSP_WS_LIB_VERSION := 1.0.19 | ||
LSP_WS_LIB_VERSION := 1.0.20 | ||
LSP_WS_LIB_NAME := lsp-ws-lib | ||
LSP_WS_LIB_TYPE := src | ||
LSP_WS_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_WS_LIB_NAME).git | ||
LSP_WS_LIB_URL_RW := [email protected]:lsp-plugins/$(LSP_WS_LIB_NAME).git | ||
|
||
# Plugin-related module dependencies | ||
LSP_PLUGIN_FW_VERSION := 1.0.21 | ||
LSP_PLUGIN_FW_VERSION := 1.0.22 | ||
LSP_PLUGIN_FW_NAME := lsp-plugin-fw | ||
LSP_PLUGIN_FW_TYPE := src | ||
LSP_PLUGIN_FW_URL_RO := https://github.com/lsp-plugins/$(LSP_PLUGIN_FW_NAME).git | ||
LSP_PLUGIN_FW_URL_RW := [email protected]:lsp-plugins/$(LSP_PLUGIN_FW_NAME).git | ||
|
||
LSP_PLUGINS_SHARED_VERSION := 1.0.20 | ||
LSP_PLUGINS_SHARED_VERSION := 1.0.21 | ||
LSP_PLUGINS_SHARED_NAME := lsp-plugins-shared | ||
LSP_PLUGINS_SHARED_TYPE := src | ||
LSP_PLUGINS_SHARED_URL_RO := https://github.com/lsp-plugins/$(LSP_PLUGINS_SHARED_NAME).git | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# | ||
# Copyright (C) 2023 Linux Studio Plugins Project <https://lsp-plug.in/> | ||
# (C) 2023 Vladimir Sadovnikov <[email protected]> | ||
# Copyright (C) 2024 Linux Studio Plugins Project <https://lsp-plug.in/> | ||
# (C) 2024 Vladimir Sadovnikov <[email protected]> | ||
# | ||
# This file is part of lsp-plugins-impulse-reverb | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# | ||
# Copyright (C) 2023 Linux Studio Plugins Project <https://lsp-plug.in/> | ||
# (C) 2023 Vladimir Sadovnikov <[email protected]> | ||
# Copyright (C) 2024 Linux Studio Plugins Project <https://lsp-plug.in/> | ||
# (C) 2024 Vladimir Sadovnikov <[email protected]> | ||
# | ||
# This file is part of lsp-plugins-impulse-reverb | ||
# | ||
|
@@ -25,7 +25,7 @@ ARTIFACT_TYPE = plug | |
ARTIFACT_DESC = LSP Impulse Reverb Plugin Series | ||
ARTIFACT_HEADERS = lsp-plug.in | ||
ARTIFACT_EXPORT_HEADERS = 0 | ||
ARTIFACT_VERSION = 1.0.17 | ||
ARTIFACT_VERSION = 1.0.18 | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# | ||
# Copyright (C) 2023 Linux Studio Plugins Project <https://lsp-plug.in/> | ||
# (C) 2023 Vladimir Sadovnikov <[email protected]> | ||
# Copyright (C) 2024 Linux Studio Plugins Project <https://lsp-plug.in/> | ||
# (C) 2024 Vladimir Sadovnikov <[email protected]> | ||
# | ||
# This file is part of lsp-plugins-impulse-reverb | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* Copyright (C) 2021 Linux Studio Plugins Project <https://lsp-plug.in/> | ||
* (C) 2021 Vladimir Sadovnikov <[email protected]> | ||
* Copyright (C) 2024 Linux Studio Plugins Project <https://lsp-plug.in/> | ||
* (C) 2024 Vladimir Sadovnikov <[email protected]> | ||
* | ||
* This file is part of lsp-plugins-impulse-reverb | ||
* Created on: 3 авг. 2021 г. | ||
|
@@ -27,7 +27,7 @@ | |
|
||
#define LSP_PLUGINS_IMPULSE_REVERB_VERSION_MAJOR 1 | ||
#define LSP_PLUGINS_IMPULSE_REVERB_VERSION_MINOR 0 | ||
#define LSP_PLUGINS_IMPULSE_REVERB_VERSION_MICRO 17 | ||
#define LSP_PLUGINS_IMPULSE_REVERB_VERSION_MICRO 18 | ||
|
||
#define LSP_PLUGINS_IMPULSE_REVERB_VERSION \ | ||
LSP_MODULE_VERSION( \ | ||
|
@@ -228,6 +228,8 @@ namespace lsp | |
LSP_LV2_URI("impulse_reverb_mono"), | ||
LSP_LV2UI_URI("impulse_reverb_mono"), | ||
"fggq", | ||
LSP_VST3_UID("inh1m fggq"), | ||
LSP_VST3UI_UID("inh1m fggq"), | ||
0, | ||
NULL, | ||
LSP_CLAP_URI("impulse_reverb_mono"), | ||
|
@@ -253,6 +255,8 @@ namespace lsp | |
LSP_LV2_URI("impulse_reverb_stereo"), | ||
LSP_LV2UI_URI("impulse_reverb_stereo"), | ||
"o9zj", | ||
LSP_VST3_UID("inh1s o9zj"), | ||
LSP_VST3UI_UID("inh1s o9zj"), | ||
0, | ||
NULL, | ||
LSP_CLAP_URI("impulse_reverb_stereo"), | ||
|