Erster Commit: nativer Linux-Port aus macOS-Bytecode
Läuft die Voice Acoustic VA-Remotecontrol (AllDSP AllControl) nativ unter Linux auf echtem wxGTK 3.0 — ohne Wine und ohne dekompilierten App-Code. Ausgeführt wird das unveränderte Python-2.7-Bytecode aus dem macOS-.app; C-Extensions (wxGTK/numpy/ scipy/PortAudio) kommen nativ aus Debian stretch. Enthält: va/ (Original-.pyc + pure-Python-Libs + Assets + launch.py mit den drei Linux-Fixes), Dockerfile/run.sh/entrypoint.sh, reference/ (dekompilierter Quellcode zum Debuggen) und README/STATUS. img.cache (378 MB, regenerierbar) ist per .gitignore ausgeschlossen. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# uncompyle6 version 3.9.3
|
||||
# Python bytecode version base 2.6 (62161)
|
||||
# Decompiled from: Python 3.9.25 (main, Oct 31 2025, 23:16:49)
|
||||
# [GCC 14.2.0]
|
||||
# Embedded file name: select.pyc
|
||||
# Compiled at: 2025-05-23 11:22:56
|
||||
|
||||
|
||||
def __load():
|
||||
import imp, os, sys
|
||||
try:
|
||||
dirname = os.path.dirname(__loader__.archive)
|
||||
except NameError:
|
||||
dirname = sys.prefix
|
||||
|
||||
path = os.path.join(dirname, 'select.pyd')
|
||||
mod = imp.load_dynamic(__name__, path)
|
||||
return
|
||||
|
||||
|
||||
__load()
|
||||
del __load
|
||||
|
||||
# okay decompiling pycode/select.pyc
|
||||
Reference in New Issue
Block a user