-
Notifications
You must be signed in to change notification settings - Fork 54
openFrameworks Cmake Dependancy Upgrades - Android NDK 24 / Android ARM64 / X86_64 / iOS / VS ARM64 / VS 2022 #231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
Author
|
Updated of #201 - Will Continue progress here |
Member
Author
|
Okay I'll have a look into this |
0632f12 to
a4e8ace
Compare
…droid-arm64 * commit '8e8d592680b3e1f4a35ee87a08f6182e5dd45e1b': Update README.md add linux aarch64 workflow (openframeworks#270) RPI - prepare to aarch64 (bullseye) (openframeworks#233) # Conflicts: # apothecary/formulas/libxml2/libxml2.sh
Merging to Bleeding Edge
github actions fix
Pugi update to v1.13
Bleeding Eldge
Echo target upload zip in build
Fix Github actions
Fix build.sh for bleeding head
Member
Author
|
All of this is merged in bleeding closing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Android NDK 24 Requirement for Android Studio 4.2+ and new Build Systems
Updated most build scripts
Android Features:
C++17 support
x86_64 Android Target
NDK 23b - Allows for builds with Gradle Systems / Android.mk / CMake In Android Studio
Update to Dependency Libraries
Fixed a bunch of Android configure scripts for NDK 23 + and CMake option / make
Apothecary Changes:
Fixed some documentation
Added to some scripts SHA hash security to check if source zip has been modified / mostly build security for OpenSSL and Curl where these are highly important for clients auditing openFrameworks for security status
Updated Assimp from 4.0.1 to 5.2.9 - (Updated Cmake build system)
Updated uriparser from 0.8.5 to 0.9.7 - (New Cmake build system)
Updated pugixml from 1.9 to 1.11.4 - (New Cmake build system)
Updated OpenSSL from 1.1.0h to 1.1.1u (New Cmake build system, +security patches)
Updated cURL from 7.59.0 to 8.2.0 (New Cmake build system - fixed a bunch most platforms +security patches)
Updated OpenCV from 4.0.1 to 4.7.0 - (New CMake build system and fixed commands, emscripten, android, vs)
Updated tess2 - 1.0.2 - (New Cmake build system)
Updated FreeImage (2) from 3.17.0 to 3.19.0 (iOS/tvOS/Android - New CMake Build system - Custom Patched core - These patches are already being used in Unix Fedora core)
Updated libxml2 from 2.9.4 to 2.11.4 - (New Cmake build system)
Updated FreeType from 2.7 to 2.13.1 - (New Cmake build system)
Updated uri - (removed Boost from Android make, switched to CMake for Android)
Updated Cairo from 1.14.12 to 1.17.8 - (New Cmake build system)
Updated pixman from 0.34.0 to 0.40.0 - (New Cmake build system)
Updated pkg-config.sh from 0.28 to 0.29.2
Updated json from 3.6.1 to 3.11.2
Updated videoInput with - (New Cmake build system - patched core)
Updated GLFW 3.3.7 to 3.3.8 - (Updated Cmake build system)
Updated GLEW 1.11.0 to 2.2.0 - (Updated Cmake build system)
Updated LibUSB 1.0.26 to master - (New Cmake build system)
Updated GLM to latest master
Updated zlib to 1.2.13 - - (New Cmake build system)
Updated rtAudio to 6.0.0 - - (New Cmake build system)
Updated libPNG to 1.64.0 - - (New Cmake build system)
Other Notes:
Fixed Android Install for NDK 23 and new download links
FreeImage source code Updated to 3.18.0 for Android and patched for C++17
Removed FreeImage SubComponents (OpenEXR / LibRAWlite) removed from FreeImage util they update to support new compile targets. Updated github.com/danoli3/FreeImage to support C++17 and had to remove these broken libraries for now.
Fixed iOS Configure targets for tvOS / bitcode
Updated Docker to use CMake 3.22.1
Fixed linuxarmv7l/install.sh for new URL
Fixed other scripts in the process:
Updated pixman from 0.34.0 to 0.40.0
Updated pkg-config.sh from 0.28 to 0.29.2
Updated Cairo from 1.14.12 to 1.17.4
Current Issues: