Commit Graph

72 Commits

Author SHA1 Message Date
d1c00820d3 fix: explicitly link bundled OF static libs (tess2, kiss) via USER_LDFLAGS 2026-03-15 22:11:55 +01:00
8dfc7669a5 fix: add libblas-dev:arm64 and liblapack-dev:arm64 for linker 2026-03-15 22:09:13 +01:00
4aa9b5a540 fix: include addon libs/ dir directly for flat header layout (tinyxml.h) 2026-03-15 22:04:33 +01:00
1644159194 fix: include addon-bundled libs/*/include dirs (tinyxml in ofxXmlSettings) 2026-03-15 22:01:36 +01:00
76bf9feb81 fix: include bundled OF addon src dirs (ofxXmlSettings etc) from addons.make 2026-03-15 21:57:07 +01:00
64c1f26000 fix: add ofxPiMapper src subdirs to include path for FboSource.h 2026-03-15 21:52:28 +01:00
538043b7f2 build: explicitly inject OF include paths to fix cross-compile find() failures 2026-03-15 21:47:30 +01:00
ff3fa766ae build: pass PKG_CONFIG_LIBDIR to make for cross-compile pkg-config checks 2026-03-15 21:25:59 +01:00
93e7bd58b2 build: add librtaudio-dev:arm64 for RtAudio.h cross-compile 2026-03-15 21:19:34 +01:00
863b480a3f fix: add GST_VERSION variable for aarch64 cross-compilation 2026-03-15 21:11:45 +01:00
1423f8d390 fix: use pkg-config wrapper script instead of exporting PKG_CONFIG_PATH (avoids OF Makefile bug) 2026-03-15 21:07:07 +01:00
1dd92750cf fix: use --force-overwrite for arm64 dev packages to bypass shared man page conflicts 2026-03-15 20:39:53 +01:00
9c8a37f59b fix: avoid arm64/amd64 -dev header conflicts, generate missing .pc files for zmq/psl 2026-03-15 20:29:55 +01:00
a35863b3c5 fix: add arm64 multiarch dev packages and PKG_CONFIG_PATH for OF cross-compile 2026-03-15 20:17:55 +01:00
fa595d655e fix: cross-compile ofxPiMapper via PLATFORM_ARCH=aarch64 make override (no uname fake needed) 2026-03-15 20:15:51 +01:00
242dfb267a fix: move ofxPiMapper native build to setup.sh (OF Makefile doesn't support cross-compile) 2026-03-15 18:02:52 +01:00
7617034320 fix: remove --omit=optional from frontend npm install (rollup native deps) 2026-03-15 17:56:53 +01:00
98c3a12bbe fix: build.sh now accepts REPO_URL arg, clones repo, and auto-pushes artifacts 2026-03-15 17:46:30 +01:00
722908e235 feat: implement setup and build scripts for MPVJ deployment and cross-compilation 2026-03-15 17:39:24 +01:00
f7897dfa83 fix: add fallback for hostname setting in setup script for non-systemd environments 2026-03-15 17:34:38 +01:00
093319b903 fix: improve systemd service setup check for active status in setup script 2026-03-15 17:32:41 +01:00
a1039259a2 fix: enhance systemd service setup for containerized environments and add cross-compile support 2026-03-15 17:29:32 +01:00
ea11fc95f2 fix: enhance user detection for non-login environments in setup script 2026-03-15 17:16:39 +01:00
2a4a3a15ac fix: install whiptail if not present for interactive prompts in setup script 2026-03-15 17:13:05 +01:00
82813baa58 fix: implement path-agnostic source patching and refine global compatibility header logic 2026-03-15 15:56:17 +01:00
705b698b1d fix: enforce -O0 optimization and VRP disable to bypass compiler crashes on Pi 3B 2026-03-15 09:16:35 +01:00
e0e06978b2 fix: enforce clean ofxPiMapper addon state and implement high-powered global compatibility header to resolve syntax and namespace errors 2026-03-15 09:04:01 +01:00
c0589b6c5e fix: dial back optimization to -O2 and disable VRP pass to bypass internal compiler error on ARM 2026-03-15 08:59:42 +01:00
24910547c4 fix: enforce clean ofxPiMapper clone and robust global patching to resolve corrupted syntax errors 2026-03-14 21:45:09 +01:00
b480892b6a fix: implement surgical cleanup of old patches to resolve C++ syntax errors in ofxPiMapper 2026-03-14 19:31:38 +01:00
dbed62a6c4 fix: add source scrubbing step to remove failed patch attempts and fix redefinition errors 2026-03-14 10:44:57 +01:00
ad7287ae86 fix: use a single compatibility header for make_unique to prevent redefinition errors 2026-03-14 08:10:28 +01:00
5770be2b8b fix: revert to C++11 for binary symbol compatibility and implement custom make_unique for ofxPiMapper 2026-03-13 20:13:41 +01:00
1c034f1e89 fix: enforce global flags and clean build for ofxPiMapper to resolve undefined reference errors 2026-03-13 16:33:45 +01:00
043e2123f4 fix: move manual dependency installation outside of download block to ensure they are always verified 2026-03-13 14:16:57 +01:00
01da5b6044 fix: use robust loop for idempotent header patching to avoid find -exec syntax errors 2026-03-13 12:47:33 +01:00
6380b8325d fix: make setup script patches idempotent to prevent double-namespace bugs 2026-03-13 12:44:16 +01:00
320f72c03b fix: add freeglut3-dev and libxxf86vm-dev to dependency list to resolve final linking errors 2026-03-13 12:34:32 +01:00
7d191814ac fix: extend global patch to include std::make_unique for ofxPiMapper C++20 compatibility 2026-03-13 10:14:30 +01:00
4c655a0512 fix: apply global C++17/20 compatibility patches to ofxPiMapper source 2026-03-12 21:52:19 +01:00
6cc9d88842 fix: fix heredoc terminator indentation causing syntax error in setup script 2026-03-12 19:42:25 +01:00
eecfe398d7 fix: patch ofxPiMapper VideoSource.h to use std::unique_ptr for C++20 compatibility 2026-03-11 22:16:39 +01:00
00286161b3 fix: ignore non-critical warnings treated as errors during compilation on modern systems 2026-03-11 14:42:35 +01:00
963bed0dd3 fix: add librtaudio-dev to dependency list to resolve RtAudio.h compilation error 2026-03-11 12:34:54 +01:00
1c9f6ee2c3 fix: restore libfreeimage-dev to dependency list to resolve FreeImage.h compilation error 2026-03-11 11:57:51 +01:00
326f56129d fix: add libpulse-dev and libudev-dev to Trixie dependency list to satisfy OF build system 2026-03-11 11:28:46 +01:00
feae1d01c1 fix: remove libtess2-dev and libfreeimage-dev from Trixie dependency list 2026-03-11 11:14:21 +01:00
ad3084659b fix: replace broken internal OF dependency script with manual Debian Trixie compatible list 2026-03-11 11:07:56 +01:00
ae29a8b20f fix: run internal OF dependency installer and clean up make command to avoid makefile syntax errors 2026-03-11 10:56:45 +01:00
3048cd371b fix: correct OpenFrameworks download URL to use 'aarch64' and add fallback for 'armv6l' 2026-03-11 10:50:05 +01:00