Robbert van der Helm
a69072ef51
Add a readme section on using WINELOADER
2025-11-17 21:47:36 +01:00
Robbert van der Helm
15dcd8d059
Clarify the wow64 situation a bit more
2025-11-17 21:42:23 +01:00
Robbert van der Helm
88090a4028
Allow triggering CI builds by hand
...
GitHub removes artifacts after four months, so there may be situations
where this is useful.
2025-09-01 23:38:56 +02:00
Moon
1e826f072e
Correct link to COPR repository
2025-06-30 20:27:04 +02:00
Robbert van der Helm
acbb8063f3
Add compat notice about new WoW64 and bitbridge
2025-06-22 19:58:41 +02:00
Robbert van der Helm
918d24a16e
Update asio wrap to 1.34.2
...
This fixes a compatibility issue with newer asio versions.
2025-06-01 22:45:53 +02:00
Robbert van der Helm
5d257268a4
Remove system-asio build option
...
Asio has been shipping with `pkg-config` support since version 1.23, so
this is no longer needed.
2025-06-01 22:44:13 +02:00
Robbert van der Helm
6318f1623e
Revert removal of build.cpp_std default
...
I thought meson now handled this correctly, but it seems not.
2025-06-01 22:36:40 +02:00
Robbert van der Helm
0002273e4d
Drop the 32-bit libyabridge support for EnergyXT
...
I don't think anyone is using this, and it's triggering a bug in recent
Meson versions so just removing it for now should be fine.
2025-06-01 22:25:11 +02:00
yiannis ioannides
0f3e762953
Update README.md
2025-04-05 20:55:23 +02:00
Robbert van der Helm
61fa5c903e
Change Wine downgrade example to use Wine 9.21
2025-03-02 23:11:48 +01:00
Robbert van der Helm
005a20972d
Switch to the V4 GitHub actions
...
Because why have things keep working unchanged if you can deprecate
them!
2025-03-01 16:25:58 +01:00
Robbert van der Helm
74a76e60b7
Update tested versions
2025-02-27 22:24:03 +01:00
Robbert van der Helm
ca5343087f
Update tested Wine version
2024-12-01 19:59:13 +01:00
Robbert van der Helm
6376889bbe
Update changelog for path-auto changes
2024-12-01 19:58:41 +01:00
Robbert van der Helm
5151f1c447
Merge branch 'SakiiCode/master' ( #316 )
...
https://github.com/robbert-vdh/yabridge/pull/316
2024-12-01 19:57:53 +01:00
Robbert van der Helm
d509a6d500
Mention the GUI issues with Wine 9.22
2024-11-27 23:45:17 +01:00
Robbert van der Helm
3a26b3a63d
Fix typo
2024-11-27 23:44:04 +01:00
Robbert van der Helm
aa5c371c32
Try to load posix spawn addclosefrom_np at runtime
...
To work around the issue from
https://github.com/robbert-vdh/yabridge/issues/377 .
2024-11-27 23:39:37 +01:00
Robbert van der Helm
d9286758c0
Bump to version 5.1.1
5.1.1
2024-11-04 21:51:11 +01:00
Robbert van der Helm
95c45030b4
Use default-features instead of default_features
2024-11-04 21:50:49 +01:00
Robbert van der Helm
a82bd51c2e
Drop the 32-bit builds
...
If anyone needs these, they'll need to be configured for a new image.
GitHub Actions doesn't support Ubuntu 18.04 anymore.
2024-10-06 16:58:20 +02:00
Robbert van der Helm
66c6d2ff5c
Build yabridgectl on Ubuntu 20.04
2024-10-06 16:57:54 +02:00
Robbert van der Helm
2ad8aba5e3
Fix DPI scaling in Wine 9.17+
2024-10-06 16:46:12 +02:00
Robbert van der Helm
921d2e8f79
Update the tested versions
2024-10-06 16:35:23 +02:00
Robbert van der Helm
8d0507add7
Update tested Wine version
2024-05-04 16:14:00 +02:00
Robbert van der Helm
543208864a
Remove note about VST3 resizing issues in Renoise
2024-05-04 15:43:29 +02:00
Robbert van der Helm
84ffb08eb3
Also mention Wine 9.6 not working
...
The MR that would fix it is still being worked on.
2024-04-07 22:53:29 +02:00
Robbert van der Helm
8d508dc2fe
Fix segfault destroying libdbus connection
2024-04-07 22:49:00 +02:00
Robbert van der Helm
c50ef826fb
Update tested versions
2024-04-01 13:42:51 +02:00
Robbert van der Helm
db5e931114
Mention Wine 9.5 being borked
2024-03-25 21:57:49 +01:00
Sakii
ec74627b0c
Fix missing action on path-auto
2024-03-12 16:36:44 +01:00
Robbert van der Helm
49e696e42f
Update the copyright headers
...
Happy new year!
2024-01-09 19:25:38 +01:00
Robbert van der Helm
af905f8aae
Remove mentions of Ubuntu 18.04
...
Even Ubuntu 20.04 is so old at this point that there's no real reason to
keep supporting 18.04.
2023-12-23 16:42:55 +01:00
Robbert van der Helm
1b1fef7c08
Bump to version 5.1.0
5.1.0
2023-12-23 16:21:58 +01:00
Robbert van der Helm
5119ca6735
Reword the changelog
2023-12-23 16:20:52 +01:00
Robbert van der Helm
8cf9bb97ca
Update tested versions
2023-12-23 16:19:52 +01:00
Julius Berger
a583a806c9
Update README.md with information on Native Access 2+
...
Add information on how to get the Electron-based Native Access 2+ versions running with wine.
2023-12-23 15:40:05 +01:00
Robbert van der Helm
fdb8ef6848
Mention Ardour in the changelog
2023-12-10 23:36:18 +01:00
Robbert van der Helm
cb6a1dd0ff
Fix yabridge_version() in chainloaders
...
The function doesn't (and cannot) have the same name as the function
pointer, so `MAYBE_LOAD_FUNCTION()` does the wrong thing here. May as
well just do it manually.
2023-12-10 22:48:34 +01:00
Robbert van der Helm
f1a7ad4dcb
Implement yabridge_version for all plugin bridges
...
The host can use this to query the yabridge version in use.
2023-12-10 22:30:52 +01:00
Robbert van der Helm
d39d3a68c1
Add the chainloader side of yabridge_version
...
This can be used by hosts to determine which version of yabridge is in
use.
2023-12-10 22:24:41 +01:00
Robbert van der Helm
2b602c9fd6
Update tested Ardour version
2023-12-10 18:40:50 +01:00
Robbert van der Helm
f0718510aa
Fix yabridgectl sync flags in new CLI parser
...
This behavior changed, and flags now explicitly need this action to
function as flags.
2023-12-10 18:11:34 +01:00
Robbert van der Helm
d641bc767e
Update tested versions
2023-12-10 17:12:00 +01:00
Robbert van der Helm
bbec4f3163
Update yabridgectl for clap 4.x
...
This work has been sitting unfinished for ages. The original plan was to
also move it to CLAP's derive macros at the same time, but that makes
some of the path management more difficult.
2023-12-10 17:10:08 +01:00
Robbert van der Helm
b9ad1731b9
Add missing changelog entry
2023-11-26 20:32:55 +01:00
Robbert van der Helm
204e2a6aa1
Fix regression in socket path generation
...
The latest master branch version would log parsing errors, but that
results in cyclic dependencies. `info_` here would end up being used
before its initialized, which meant that the socket base directory and
thus the logging path would not include the plugin's name.
2023-11-26 14:15:07 +01:00
Robbert van der Helm
5323283609
Update tested versions
2023-11-26 14:03:33 +01:00
Robbert van der Helm
3534e94e91
Update the RLIMIT_RTTIME related instructions
2023-11-25 14:29:52 +01:00