• src/doors/termgfx/libADLM

    From Rob Swindell (on Debian L@VERT to Git commit to main/sbbs/m on Mon Jun 29 20:25:00 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/10120119ea22ab733b114d7d
    Added Files:
    src/doors/termgfx/libADLMIDI/AUTHORS CMakeLists.txt LICENSE LICENSE.GPL-3.txt LICENSE.LGPL-2.1.txt src/doors/termgfx/libADLMIDI/cmake/FindLIBVLC.cmake src/doors/termgfx/libADLMIDI/cmake/djgpp/djgpp-cmake-core.sh djgpp-cmake.sh toolchain-djgpp.cmake src/doors/termgfx/libADLMIDI/cmake/mingw-dlls.cmake src/doors/termgfx/libADLMIDI/cmake/openwattcom-dos/custom-h/mymap.h myset.h src/doors/termgfx/libADLMIDI/cmake/openwattcom-dos/ow-cmake.sh toolchain-ow.cmake src/doors/termgfx/libADLMIDI/cmake/openwattcom/Linux-OpenWatcom-C.cmake Linux-OpenWatcom-CXX.cmake Linux-OpenWatcom.cmake ow-cmake.sh toolchain-ow.cmake src/doors/termgfx/libADLMIDI/cmake/win-ci/lib-sdk.cmd vlc-plugin.cmd winmm-drivers.cmd src/doors/termgfx/libADLMIDI/include/adlmidi.h src/doors/termgfx/libADLMIDI/libADLMIDI.pc.in src/doors/termgfx/libADLMIDI/src/adlmidi.cpp adlmidi_bankmap.h adlmidi_bankmap.tcc adlmidi_cvt.hpp adlmidi_db.h adlmidi_load.cpp adlmidi_midiplay.cpp adlmidi_midiplay.hpp adlmidi_opl3.cpp adlmidi_opl3.hpp adlmidi_private.cpp adlmidi_private.hpp adlmidi_ptr.hpp adlmidi_sequencer.cpp src/doors/termgfx/libADLMIDI/src/chips/common/mutex.hpp ptr.hpp src/doors/termgfx/libADLMIDI/src/chips/dosbox/dbopl.cpp dbopl.h src/doors/termgfx/libADLMIDI/src/chips/dosbox_opl3.cpp dosbox_opl3.h src/doors/termgfx/libADLMIDI/src/chips/java/JavaOPL3.hpp src/doors/termgfx/libADLMIDI/src/chips/java_opl3.cpp java_opl3.h src/doors/termgfx/libADLMIDI/src/chips/nuked/nukedopl3.c nukedopl3.h nukedopl3_174.c nukedopl3_174.h src/doors/termgfx/libADLMIDI/src/chips/nuked_opl3.cpp nuked_opl3.h nuked_opl3_v174.cpp nuked_opl3_v174.h src/doors/termgfx/libADLMIDI/src/chips/opal/LICENSE.txt README.old opal-pan.diff opal.hpp src/doors/termgfx/libADLMIDI/src/chips/opal_opl3.cpp opal_opl3.h opl_chip_base.h opl_chip_base.tcc src/doors/termgfx/libADLMIDI/src/cvt_mus2mid.hpp cvt_xmi2mid.hpp file_reader.hpp fraction.hpp inst_db.cpp midi_sequencer.h midi_sequencer.hpp midi_sequencer_impl.hpp oplinst.h src/doors/termgfx/libADLMIDI/src/structures/pl_list.hpp pl_list.tcc src/doors/termgfx/libADLMIDI/src/wopl/wopl_file.c wopl_file.h
    Log Message:
    termgfx: vendor libADLMIDI (OPL3/Nuked OPL3 MIDI synthesizer)

    Pinned snapshot, used to render Duke Nukem 3D's MIDI music to PCM
    in-process (OPL3 emulation, embedded instrument banks) for the SyncTERM audio-APC path. Vendored like Chocolate Duke3D -- not tracked upstream.

    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian L@VERT to Git commit to main/sbbs/m on Sat Jul 4 14:32:00 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/755471638f84b71d2d2d5a6b
    Modified Files:
    src/doors/termgfx/libADLMIDI/CMakeLists.txt
    Log Message:
    termgfx/libADLMIDI: raise cmake_minimum_required to 3.5 (CMake 4.x)

    CMake 4.x removed compatibility with cmake_minimum_required < 3.5, so the vendored libADLMIDI failed to configure ("Compatibility with CMake < 3.5 has been removed from CMake"), breaking both the SyncDOOM and SyncDuke builds. Use the range form 3.5...3.31 so the floor clears the 4.x error and policy behavior is pinned to a tested max. The other 3.2 reference (a VERSION_GREATER runtime check gating -fvisibility-inlines-hidden) needs no change -- with a >=3.5 floor it is always true.

    Reported by Accession on IRC (#synchronet).

    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net