https://github.com/obsproject/obs-studio/pull/5155 This was merged yesterday, I suspect some changes to the PKGBUILD will be needed to build.
Search Criteria
Package Details: obs-studio-git 31.0.2.r138.g3e84469-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: | benklett |
Votes: | 107 |
Popularity: | 3.55 |
First Submitted: | 2014-03-12 22:29 (UTC) |
Last Updated: | 2025-03-27 23:15 (UTC) |
Dependencies (59)
- at-spi2-core (at-spi2-core-gitAUR)
- curl (curl-gitAUR, curl-c-aresAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-headlessAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR)
- jackAUR (jack2-gitAUR, pipewire-full-jack-gitAUR, pipewire-jack-gitAUR, jack2, pipewire-jack)
- jansson (jansson-gitAUR)
- libpipewire (libpipewire-full-gitAUR, libpipewire-gitAUR)
- librist (librist-gitAUR)
- libvpl (intel-media-stack-binAUR, libvpl-gitAUR)
- libxcomposite
- libxdamage
- libxrandr (libxrandr-gitAUR)
- mbedtls (mbedtls-gitAUR, mbedtls-dtlsAUR)
- nspr (nspr-hgAUR)
- nss (nss-hgAUR)
- pciutils (pciutils-gitAUR)
- qrcodegencpp-cmake
- qt6-svg
- rnnoise (rnnoise-gitAUR)
- speexdsp (speexdsp-gitAUR)
- alsa-lib (make)
- Show 39 more dependencies...
Required by (146)
- catppuccin-obs-theme-git (requires obs-studio)
- distroav (requires obs-studio)
- distroav-bin (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)
- Show 126 more...
Sources (5)
Latest Comments
« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 .. 36 Next › Last »
ChrisLane commented on 2022-03-18 09:15 (UTC)
ArchBoxHero commented on 2022-02-28 02:15 (UTC) (edited on 2022-02-28 02:17 (UTC) by ArchBoxHero)
Yea I am not getting this to build -getting this:
[ 92%] Linking CXX executable obs
/usr/bin/ld: /usr/lib/librsvg-2.so.2: undefined reference to `cairo_tag_end'
/usr/bin/ld: /usr/lib/librsvg-2.so.2: undefined reference to `cairo_svg_surface_get_document_unit'
/usr/bin/ld: /usr/lib/librsvg-2.so.2: undefined reference to `pango_color_parse_with_alpha'
/usr/bin/ld: /usr/lib/librsvg-2.so.2: undefined reference to `cairo_tag_begin'
/usr/bin/ld: /usr/lib/librsvg-2.so.2: undefined reference to `cairo_pdf_surface_set_thumbnail_size'
/usr/bin/ld: /usr/lib/librsvg-2.so.2: undefined reference to `cairo_pdf_surface_set_metadata'
/usr/bin/ld: /usr/lib/librsvg-2.so.2: undefined reference to `cairo_font_options_get_variations'
/usr/bin/ld: /usr/lib/librsvg-2.so.2: undefined reference to `cairo_svg_surface_set_document_unit'
/usr/bin/ld: /usr/lib/librsvg-2.so.2: undefined reference to `cairo_pdf_surface_set_page_label'
/usr/bin/ld: /usr/lib/librsvg-2.so.2: undefined reference to `cairo_pdf_surface_add_outline'
collect2: error: ld returned 1 exit statusc
make[2]: *** [UI/CMakeFiles/obs.dir/build.make:1574: UI/obs] Error 1
make[1]: *** [CMakeFiles/Makefile2:1858: UI/CMakeFiles/obs.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
benklett commented on 2022-02-27 09:41 (UTC)
I just had issues with luajit and libdl.so. If you have issues building the package, try a clean build first.
dr460nf1r3 commented on 2021-12-25 11:10 (UTC)
Oh well! I didn't notice there was still an old workaround in place which replaced the actual cef-minimal dependency with cef-minimal-obs-studio-browser-bin
. Thanks for making me aware, it works after removing it.
tytan652 commented on 2021-12-25 11:03 (UTC) (edited on 2021-12-25 11:08 (UTC) by tytan652)
@dr460nf1r3, the log you gave are with cef-minimal-obs-studio-browser-bin
which put the CEF in /opt/cef
. And the actual PKGBUILD check in /opt/cef-obs
.
My CEF packages put it in /opt/cef-obs
because they provide a specific version for OBS.
Note: OBS has added patches about Media Handling to the CEF that they will use for 27.2.
dr460nf1r3 commented on 2021-12-25 10:54 (UTC) (edited on 2021-12-25 10:54 (UTC) by dr460nf1r3)
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 :)
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.
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)