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.90
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 »

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.

ashpie commented on 2021-09-18 09:48 (UTC) (edited on 2021-09-20 13:38 (UTC) by ashpie)

@val.vgms it builds with 88.2.8 too, so you can use the cef-minimal-obs-studio-browser-bin package

val.vgms commented on 2021-09-17 20:35 (UTC)

replying to @zangoku

I downgraded cef-minimal to version 87.1.14. Had to edit the PKG build of said package, looking for the details on https://cef-builds.spotifycdn.com/index.html#linux64

zangoku commented on 2021-09-17 17:02 (UTC)

no longer builds error: conversion from ‘int’ to ‘CefRefPtr<CefV8Accessor>’ {aka ‘scoped_refptr<CefV8Accessor>’} is ambiguous 120 | CefRefPtr<CefV8Value> obsStudioObj = CefV8Value::CreateObject(0, 0);