Files
ports/multimedia/shaka-packager
Jimmy Olgeni b16c9815c9 multimedia/shaka-packager: Use system libraries
Build with USE_SYSTEM_DEPENDENCIES so the port links against the system
abseil, curl, mbedtls, libpng, libwebm, libxml2, nlohmann-json and
protobuf instead of the bundled copies.

Only the packager and mpd_generator tools are built; the unit test suite
(which requires a bundled mongoose and googletest) is skipped.  A couple
of source patches adjust for the system abseil, whose MutexLock API is
older than the copy vendored by upstream.
2026-07-13 16:37:18 +02:00
..