Date: Sun, 12 Oct 2025 21:07:44 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 43e0ee5c86e0 - main - multimedia/wlrobs: unbreak build after 6185551ef81e Message-ID: <202510122107.59CL7ijk065081@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=43e0ee5c86e0830b5289af8a2b7dd4858b63a817 commit 43e0ee5c86e0830b5289af8a2b7dd4858b63a817 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2025-10-12 20:53:41 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2025-10-12 21:07:39 +0000 multimedia/wlrobs: unbreak build after 6185551ef81e meson.build:7:6: ERROR: Dependency "libobs" not found, tried cmake CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:233 (message): Could NOT find SIMDe (missing: SIMDe_INCLUDE_DIR) (found version "0.0.0") Reason given by package: Ensure SIMD Everywhere is available in local library paths. Call Stack (most recent call first): /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:603 (_FPHSA_FAILURE_MESSAGE) /usr/local/lib/cmake/libobs/finders/FindSIMDe.cmake:78 (find_package_handle_standard_args) /usr/local/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package) /usr/local/lib/cmake/libobs/libobsConfig.cmake:34 (find_dependency) CMakeLists.txt:20 (find_package) Reported by: pkg-fallout --- multimedia/wlrobs/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/multimedia/wlrobs/Makefile b/multimedia/wlrobs/Makefile index bfe0ce7e960a..44764a370c04 100644 --- a/multimedia/wlrobs/Makefile +++ b/multimedia/wlrobs/Makefile @@ -11,6 +11,7 @@ WWW= https://hg.sr.ht/~scoopta/wlrobs LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING.md +BUILD_DEPENDS= simde>0:devel/simde # XXX Move to RUN_DEPENDS in obs-studio LIB_DEPENDS= libwayland-client.so:graphics/wayland \ libobs.so:multimedia/obs-studiohome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510122107.59CL7ijk065081>
