summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2026-04-25upg: Refactor Arch patch to use upstreamable CMake logicAndreas Wendleder
- Reduced `v3.6.0.1.Arch.patch` from 1,172 lines to 496 lines by migrating from hardcoded deletions to robust, upstreamable fallbacks. - TBB: Replaced the complete deletion of `FindTBB.cmake` with a modern `find_package(TBB CONFIG)` fallback that correctly detects the system-provided TBB on Arch while preserving legacy VFX configurations. - USD: Replaced the manual removal of individual modular pxr dependencies (`gf`, `tf`, `usdImaging`, etc.) across 12+ files with a centralized `INTERFACE IMPORTED` CMake polyfill. This dynamically redirects all modular dependencies to the monolithic `usd_ms` target (and explicitly links `OpenGL::GL`) if it exists on the system. - Updated `PKGBUILD` sha256sums for the refined patch. Note: The refactored TBB and USD CMake logic has been prepared as PRs to upstream (dreamworksanimation). Future updates should see this patch shrink further as these fixes are merged.
2026-04-25v2.40.0.1 -> v3.6.0.1Andreas Wendleder
2026-02-06v2.40.0.1Andreas Wendleder
2025-11-19Drop.Gon Solo
2025-11-19Drop.Gon Solo
2025-11-19Omit double includes.Gon Solo
2025-11-15Build release.Gon Solo
2025-11-15v2.34.0.1Gon Solo
2025-08-19Use info::default_concurrency() instead of hard-coding.Gon Solo
2025-08-19Missing dependencies.Gon Solo
2025-08-18Initial commit.Gon Solo