The package currently fails to compile with
CMake Error at plugins/obs-browser/CMakeLists.txt:16 (message):
CEF Not found -- set CEF_ROOT_DIR or set BUILD_BROWSER=OFF.
in a clean chroot. I also tried using cef-minimal-obs-rc-bin
as suggested by @tytan652 but that doesn't help. Full logs are available here :)
Search Criteria
Package Details: obs-studio-git 30.2.3.r364.gb854f61-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/obs-studio-git.git (read-only, click to copy) |
---|---|
Package Base: | obs-studio-git |
Description: | Free and open source software for video recording and live streaming. |
Upstream URL: | https://github.com/obsproject/obs-studio |
Licenses: | GPL-2.0-only |
Conflicts: | obs-studio |
Provides: | obs-studio |
Submitter: | ledti |
Maintainer: | benklett (xiota) |
Last Packager: | xiota |
Votes: | 101 |
Popularity: | 1.28 |
First Submitted: | 2014-03-12 22:29 (UTC) |
Last Updated: | 2024-11-07 23:26 (UTC) |
Dependencies (47)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR)
- gtk-update-icon-cache (gtk-update-icon-cache-gitAUR)
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, jack2, pipewire-jack)
- jansson (jansson-gitAUR)
- libajantv2AUR
- libdatachannel (libdatachannel-gitAUR, libdatachannel-niceAUR)
- librist (librist-gitAUR)
- libxinerama (libxinerama-randr-gitAUR)
- libxkbcommon-x11 (libxkbcommon-x11-gitAUR)
- mbedtls2
- onevpl (libvpl-gitAUR, libvpl)
- pciutils (pciutils-gitAUR)
- qrcodegencpp-cmakeAUR
- qt6-svg
- rnnoise (rnnoise-gitAUR)
- speexdsp (speexdsp-gitAUR)
- uthash
- asio (asio-gitAUR) (make)
- cef-minimal-obs-binAUR (make)
- Show 27 more dependencies...
Required by (143)
- distroav (requires obs-studio)
- distroav-git (requires obs-studio)
- droidcam-obs-plugin (requires obs-studio)
- droidcam-obs-plugin-bin (requires obs-studio)
- droidcam-obs-plugin-git (requires obs-studio)
- glava-git (requires obs-studio) (make)
- glava-git (requires obs-studio) (optional)
- glava-ridged (requires obs-studio) (optional)
- looking-glass (requires obs-studio) (make)
- looking-glass-git (requires obs-studio) (make)
- looking-glass-host (requires obs-studio) (make)
- looking-glass-host-git (requires obs-studio) (make)
- looking-glass-module-dkms (requires obs-studio) (make)
- looking-glass-module-dkms-git (requires obs-studio) (make)
- looking-glass-rc (requires obs-studio) (make)
- looking-glass-rc-host (requires obs-studio) (make)
- looking-glass-rc-module-dkms (requires obs-studio) (make)
- lyrica (requires obs-studio) (optional)
- nudgis-obs-plugin (requires obs-studio)
- obs-3d-effect (requires obs-studio)
- Show 123 more...
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 .. 35 Next › Last »
dr460nf1r3 commented on 2021-12-25 10:54 (UTC) (edited on 2021-12-25 10:54 (UTC) by dr460nf1r3)
tytan652 commented on 2021-12-23 06:12 (UTC) (edited on 2021-12-25 11:00 (UTC) by tytan652)
You can switch to cef-minimal-obs-rc-bin
, since OBS Project fixed crashes on Linux related to it on master.
RC -> Release Candidate/Beta
Edit: The issue with CEF 4280 was fixed upstream. (Missing <atomic> headers issue)
dack commented on 2021-12-22 22:37 (UTC) (edited on 2021-12-22 22:38 (UTC) by dack)
This would not compile for me as-is. I tried on two different machines, and it kept failing when compiling the browser source components. I got it to work as follows:
- build
cef-minimal
withoptions=('!lto')
and install it - change this PKGBUILD's build dependency from
cef-minimal-obs
tocef-minimal
- change this PKGBUILD's
-DCEF_ROOT_DIR="/opt/cef-obs"
back to-DCEF_ROOT_DIR="/opt/cef"
benklett commented on 2021-12-14 19:54 (UTC)
tytan652, thank you for the tip, fixed it and updated the package. I had cef-minimal
still installed.
tytan652 commented on 2021-12-14 17:59 (UTC) (edited on 2021-12-14 18:03 (UTC) by tytan652)
To use cef-minimal-obs
you need to change -DCEF_ROOT_DIR="/opt/cef"
to -DCEF_ROOT_DIR="/opt/cef-obs"
.
startia commented on 2021-12-14 17:54 (UTC)
I needed to install cef-minimal package before installing this via AUR. Please add as dependencie as cef-minimal-obs-bin is not working.
ChrisLane commented on 2021-12-14 10:39 (UTC)
I was actually able to build this with the cef-minimal
package by adding options=(!lto)
to its PKGBUILD.
ChrisLane commented on 2021-12-14 10:12 (UTC)
Since deleting my cache files and trying again after your dependency changes, the build error has changed: https://gist.github.com/ChrisLane/f133b99aec2809bd579e8ac9a2d6db11
zangoku commented on 2021-12-14 05:51 (UTC)
Here is the error log
/home/zangoku/.cache/paru/clone/obs-studio-git/src/obs-studio-git/plugins/obs-browser/obs-browser-source.cpp: In lambda function:
/home/zangoku/.cache/paru/clone/obs-studio-git/src/obs-studio-git/plugins/obs-browser/obs-browser-source.cpp:166:28: error: ‘class CefWindowInfo’ has no member named ‘bounds’
166 | windowInfo.bounds.width = width;
| ^~~~~~
/home/zangoku/.cache/paru/clone/obs-studio-git/src/obs-studio-git/plugins/obs-browser/obs-browser-source.cpp:167:28: error: ‘class CefWindowInfo’ has no member named ‘bounds’
167 | windowInfo.bounds.height = height;
| ^~~~~~
make[2]: *** [plugins/obs-browser/CMakeFiles/obs-browser.dir/build.make:90: plugins/obs-browser/CMakeFiles/obs-browser.dir/obs-browser-source.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1381: plugins/obs-browser/CMakeFiles/obs-browser.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
error: failed to build 'obs-studio-git-27.1.3.r249.gea1ae5914-1':
error: packages failed to build: obs-studio-git-27.1.3.r249.gea1ae5914-1
benklett commented on 2021-12-13 22:44 (UTC)
@ChrisLane, please clone again or delete your build caches and try building again. If it does not build again, please give me a complete log file of the build.
Pinned Comments
thotypous commented on 2021-02-05 14:12 (UTC)
If you don't want to build this package yourself, hourly builds are available at https://aur.chaotic.cx
benklett commented on 2016-02-06 23:11 (UTC) (edited on 2016-08-10 14:01 (UTC) by benklett)