Commit Graph

21 Commits

Author SHA1 Message Date
0baf1715ed fix: define OF_VERSION_MAJOR/MINOR so Vec3/Vec2 compile the glm branch 2026-03-15 22:29:33 +01:00
564ede7bd9 fix: rename .build -> _build to avoid OF addon source grep exclusion 2026-03-15 22:15:42 +01:00
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