Package Details: obs-studio-git 30.1.1.r33.g3a10355-1

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
Keywords: obs-studio
Licenses: GPL2
Conflicts: obs-studio
Provides: obs-studio
Submitter: ledti
Maintainer: benklett
Last Packager: benklett
Votes: 95
Popularity: 0.72
First Submitted: 2014-03-12 22:29 (UTC)
Last Updated: 2024-04-01 15:47 (UTC)

Required by (142)

Sources (4)

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)

This is a -git package, that means you have to update it! Please do not flag it out of date because of the version number. The version number will automatically increase to the version of the latest commit. If you want to have the stable versions, please install the package obs-studio from [community].

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 32 Next › Last »

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 with options=('!lto') and install it
  • change this PKGBUILD's build dependency from cef-minimal-obs to cef-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.

ChrisLane commented on 2021-12-13 10:30 (UTC)

As @zangoku said, this no longer builds. Also, it no longer runs for me since some python updates: obs: error while loading shared libraries: libpython3.9.so.1.0: cannot open shared object file: No such file or directory

zangoku commented on 2021-12-09 06:13 (UTC) (edited on 2021-12-09 06:13 (UTC) by zangoku)

No longer builds since last cef-minimal-obs-studio-browser-bin update.