Use meson.native.binaries to point find_program at the versioned
python3 instead of patching meson.build, and keep the reinplace only
for upstream's run_command() calls that bypass the found program.
See: https://trac.macports.org/ticket/71963
Explicitly enable libvirt/vnc/spice, disable ovirt (no govirt port
exists to satisfy it), and add default-on vte and bash_completion
variants, so the build no longer depends on which optional libraries
happen to be installed.
Add the spice-protocol dependency (spice-gtk's pkg-config file requires
it but only build-depends on it) and enable spice/vnc explicitly, so
SPICE support is not silently dropped. Point meson at a versioned
python3 so the build does not rely on "port select python3".
Fixes: https://trac.macports.org/ticket/74206
Fixes: https://trac.macports.org/ticket/71963
Add a Remote Viewer.app that registers as a handler for .vv connection
files. The app is built as an AppleScript droplet that copies the file
to a temporary location (for quarantine compatibility) and launches
remote-viewer. The original file is removed if it contains
delete-this-file=1 (as remote-viewer does itself).
Includes an +app_as_root variant that prompts for administrator
privileges before launching. This is less secure but needed for USB
forwarding.
Classic Macintosh (68k) emulator supporting Mac 128K through IIx/SE30
with a graphical user interface. Emulates 68000/68020/68030 CPUs,
floppy, SCSI, audio, and networking.
Drop patch-futimens.diff and patch-mactypes.diff, both now merged upstream.
Add patch-configure-metal-link.diff: the Metal framework detection link test
in configure.ac did not pass -framework Metal to the linker, causing the test
to always fail and C_METAL to go undefined.