obs studio risko@funtoox99 ~/obs-studio/build
risko@funtoox99 ~ $ git clone --recursive https://github.com/obsproject/obs-studio.git
Cloning into 'obs-studio'...
remote: Enumerating objects: 99136, done.
remote: Counting objects: 100% (18727/18727), done.
remote: Compressing objects: 100% (887/887), done.
remote: Total 99136 (delta 18149), reused 17915 (delta 17837), pack-reused 80409
Receiving objects: 100% (99136/99136), 67.29 MiB | 10.50 MiB/s, done.
Resolving deltas: 100% (68868/68868), done.
risko@funtoox99 ~/obs-studio/build $ cmake -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_BROWSER=ON -DCEF_ROOT_DIR="../../cef_binary_5060_linux64" -DENABLE
_AJA=OFF ..
-- OBS: Application Version: 29.1.0-164-g575c085f7 - Build Number: 1
-- The C compiler identification is GNU 11.3.0
-- The CXX compiler identification is GNU 11.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found OpenGL: /usr/lib/libOpenGL.so
-- Found FFmpeg: /usr/lib64/../lib64/libavcodec.so (found version "58.91.100") found components: avcodec avdevice avutil avformat
-- Found CURL: /usr/lib64/libcurl.so (found version "8.1.2")
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find Luajit (missing: LUAJIT_LIB)
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
cmake/Modules/FindLuajit.cmake:67 (find_package_handle_standard_args)
deps/obs-scripting/obslua/cmake/legacy.cmake:11 (find_package)
cmake/Modules/ObsHelpers.cmake:519 (include)
deps/obs-scripting/obslua/CMakeLists.txt:3 (legacy_check)
-- Configuring incomplete, errors occurred!
See also "/home/risko/obs-studio/build/CMakeFiles/CMakeOutput.log".
* dev-lua/luajit [1]
Available versions: (2) 2.1.0_beta3
{lua52compat static-libs}
Homepage: http://luajit.org/
Description: Just-In-Time Compiler for the Lua programming language
[1] "lang-kit" /var/git/meta-repo/kits/lang-kit
Found 2 matches
risko@funtoox99 ~/obs-studio/build $ sudo emerge -av dev-lua/luajit
risko@funtoox99 ~ $ cd obs-studio/
risko@funtoox99 ~/obs-studio $ cd build
risko@funtoox99 ~/obs-studio/build $ cmake -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_BROWSER=ON -DCEF_ROOT_DIR="../../cef_binary_5060_linux64" -DENABLE_AJA=OFF ..
-- OBS: Application Version: 29.1.0-164-g575c085f7 - Build Number: 2
-- Found FFmpeg: /usr/lib64/libavcodec.so (found version "58.91.100") found components: avcodec avdevice avutil avformat
-- Found Luajit: /usr/sbin/../lib/libluajit-5.1.so
-- Found SWIG: /usr/bin/swig (found suitable version "3.0.12", minimum required is "3")
-- OBS: ENABLED obslua
-- Found Luajit: /usr/lib/libluajit-5.1.so
-- OBS: obs-scripting -> Luajit found.
-- Found Python: /usr/bin/python3.9 (found version "3.9.17") found components: Interpreter Development Development.Module Development.Embed
-- OBS: ENABLED obspython
-- OBS: obs-scripting -> Python 3.9.17 found.
-- OBS: Using system Jansson library.
-- Found X11: /usr/include
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.5.4")
-- XCB[XCB]: Found component XCB
-- Found XCB: /usr/lib64/libxcb.so found components: XCB
-- Found X11_XCB: /usr/lib64/libX11-xcb.so
-- Found OpenGL: /usr/lib/libOpenGL.so found components: EGL
-- Found Wayland: /usr/lib64/libwayland-client.so;/usr/lib64/libwayland-server.so;/usr/lib64/libwayland-egl.so;/usr/lib64/libwayland-cursor.so
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found FFmpeg: /usr/lib64/libavformat.so (found version "58.45.100") found components: avformat avutil swscale swresample avcodec
-- Found ZLIB: /usr/lib/libz.so (found version "1.2.13")
-- OBS: Qt version: 5
-- Found LibUUID: /usr/lib/libuuid.so
-- OBS: -> PulseAudio found - audio monitoring enabled
-- Checking for modules 'gio-2.0;gio-unix-2.0'
-- Found gio-2.0, version 2.70.0
-- Found gio-unix-2.0, version 2.70.0
-- Found Gio: /usr/lib64/libgio-2.0.so
-- Found Wayland: /usr/lib64/libwayland-client.so;/usr/lib64/libwayland-server.so;/usr/lib64/libwayland-egl.so;/usr/lib64/libwayland-cursor.so found components: Client
-- Found Xkbcommon: /usr/lib64/libxkbcommon.so
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
-- XCB[XCB]: Found component XCB
-- XCB[XFIXES]: Found component XFIXES
-- XCB[RANDR]: Found component RANDR
-- XCB[SHM]: Found component SHM
-- XCB[XINERAMA]: Found component XINERAMA
-- XCB[COMPOSITE]: Found component COMPOSITE
-- Found XCB: /usr/lib64/libxcb.so;/usr/lib64/libxcb-xfixes.so;/usr/lib64/libxcb-randr.so;/usr/lib64/libxcb-shm.so;/usr/lib64/libxcb-xinerama.so;/usr/lib64/libxcb-composite.so found components: XCB XFIXES RANDR SHM XINERAMA COMPOSITE
-- OBS: ENABLED linux-capture
-- OBS: ENABLED linux-pulseaudio
-- Found Libv4l2: /usr/lib/libv4l2.so
-- Found FFmpeg: /usr/lib64/libavcodec.so (found version "58.91.100") found components: avcodec avutil avformat
-- Found Udev: /usr/lib64/libudev.so
-- OBS: ENABLED linux-v4l2
-- OBS: DISABLED linux-jack
-- Found ALSA: /usr/lib/libasound.so (found version "1.2.4")
-- OBS: ENABLED linux-alsa
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find PipeWire: Found unsuitable version "", but required is at
least "0.3.33" (found PIPEWIRE_LIBRARIES-NOTFOUND)
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:592 (_FPHSA_FAILURE_MESSAGE)
cmake/Modules/FindPipeWire.cmake:79 (find_package_handle_standard_args)
plugins/linux-pipewire/CMakeLists.txt:9 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/risko/obs-studio/build/CMakeFiles/CMakeOutput.log".
See also "/home/risko/obs-studio/build/CMakeFiles/CMakeError.log".
risko@funtoox99 ~/obs-studio/build $ sudo emerge -av media-video/pipewire
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild N ] media-video/pipewire-0.3.71::gnome-kit USE="X gstreamer ssl v4l zeroconf -bluetooth -doc -echo-cancel -examples -extra -jack-client -jack-sdk -lv2 -pipewire-alsa -systemd -test" 2,057 KiB
Total: 1 package (1 new), Size of downloads: 2,057 KiB
Would you like to merge these packages? [Yes/No]
Comments
Post a Comment