git: 9a490a2f40d7 - 2025Q4 - multimedia/wlrobs: unbreak build after f8c7e0b354e7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Oct 2025 01:51:06 UTC
The branch 2025Q4 has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9a490a2f40d710dda7db9de2fb83ec7888c08e8d
commit 9a490a2f40d710dda7db9de2fb83ec7888c08e8d
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2025-10-12 20:53:41 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2025-10-14 01:50:43 +0000
multimedia/wlrobs: unbreak build after f8c7e0b354e7
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
(cherry picked from commit 43e0ee5c86e0830b5289af8a2b7dd4858b63a817)
---
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-studio