wscript: update libjack version map, PipeWire switched to 0.3.PWVER in pipewire-0.3.77

This commit is contained in:
Nedko Arnaudov 2023-08-06 17:48:36 +03:00
parent 11850d6620
commit 2da0ec96f0
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ VERSION = str(JACK_VERSION_MAJOR) + '.' + str(JACK_VERSION_MINOR) + '.' + str(JA
# LADI/PipeWire-0.3.376 : 0.3.376 (jack-major=3, pipewire-libversion-minor=376)
# jackaudio/jack1-0.121 : 0.0.28 (JACK_API_CURRENT=0:JACK_API_REVISION=28:JACK_API_AGE=0)
# jackaudio/jack2-1.9.22 : 0.1.0
# PipeWire/PipeWire-0.3.77 : 0.3.377 # PipeWire switched to 0.3.PWVER in pipewire-0.3.77
# PipeWire/PipeWire-0.3.76 : 0.376.0
#
# Keep major at 0, as the shlib major is part of standard ld.so loading magic