Rename libyabridge to libyabridge-vst2

This commit is contained in:
Robbert van der Helm
2020-11-28 13:08:49 +01:00
parent cd23fe254b
commit c6eb55dc6d
2 changed files with 7 additions and 5 deletions
+2
View File
@@ -23,6 +23,8 @@ imcomplete list of things that still have to be done before this can be used:
- Update yabridgectl to handle buth VST2 and VST3 plugins.
- Update all documentation to refer to VST2 and VST3 support separately, and
figure out how to do this in the least confusing way possible.
- Mention that this update will break all existing symlinks and that the old
`libyabridge.so` file should be removed when upgrading.
- Update all the AUR packages.
![yabridge screenshot](https://raw.githubusercontent.com/robbert-vdh/yabridge/master/screenshot.png)
+5 -5
View File
@@ -71,13 +71,13 @@ xcb_dep = dependency('xcb')
include_dir = include_directories('src/include')
# The application consists of a VST plugin (yabridge) that calls a winelib
# program (yabridge-host) that can host Windows VST plugins. More information
# about the way these two components work together can be found in the readme
# file.
# The application consists of a plugin (`libyabridge-{vst2,vst3}.so`) that calls
# a Winelib application (`yabridge-{host,group}{,-32}.exe`) that can host
# Windows VST plugins. More information about the way these two components work
# together can be found in `docs/architecture.md`.
shared_library(
'yabridge',
'yabridge-vst2',
[
'src/common/configuration.cpp',
'src/common/logging.cpp',