Package Details: obs-studio-git 30.2.3.r364.gb854f61-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
Licenses: GPL-2.0-only
Conflicts: obs-studio
Provides: obs-studio
Submitter: ledti
Maintainer: benklett (xiota)
Last Packager: xiota
Votes: 101
Popularity: 1.25
First Submitted: 2014-03-12 22:29 (UTC)
Last Updated: 2024-11-07 23:26 (UTC)

Dependencies (47)

Required by (143)

Sources (3)

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 .. 20 21 22 23 24 25 26 27 28 29 30 .. 35 Next › Last »

kescherAUR commented on 2019-03-30 20:16 (UTC)

@benklett Fresh copy of the repo, already disabled ccache and disabling parallel compilation didn't help. I still get the same error.

benklett commented on 2019-03-28 18:37 (UTC)

filthyAUR, That's unfortunate. Sadly I am not able to reproduce.

Have you tried starting with a fresh copy of this repository, disabling ccache (if you have it enabled ofc) and disabling parallel compilation?

kescherAUR commented on 2019-03-28 10:31 (UTC) (edited on 2019-03-28 10:32 (UTC) by kescherAUR)

Currently getting theese errors while building:

/usr/include/vlc/libvlc_media.h:841:41: error: unknown type name ‘libvlc_picture_type_t’; did you mean ‘libvlc_media_type_t’?
/usr/include/vlc/libvlc_media.h:870:40: error: unknown type name ‘libvlc_picture_type_t’; did you mean ‘libvlc_media_type_t’?
/usr/include/vlc/libvlc_events.h:242:13: error: unknown type name ‘libvlc_picture_t’
make[2]: *** [plugins/vlc-video/CMakeFiles/vlc-video.dir/build.make:63: plugins/vlc-video/CMakeFiles/vlc-video.dir/vlc-video-plugin.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1076: plugins/vlc-video/CMakeFiles/vlc-video.dir/all] Error 2
make: *** [Makefile:152: all] Error 2
==> ERROR: A failure occurred in build().
Error making: obs-studio-git

benklett commented on 2019-03-27 18:35 (UTC)

laichiaheng, because it has a vlc video source plugin: https://github.com/obsproject/obs-studio/tree/master/plugins/vlc-video

laichiaheng commented on 2019-03-27 18:31 (UTC)

Why does it need vlc?

HamishTPB commented on 2018-01-23 20:10 (UTC) (edited on 2018-01-23 20:23 (UTC) by HamishTPB)

Benklett - Thanks :-D

It uses luajit rather than normal lua I think - either way it works great for me now with both after I rebuilt from your latest commit.

EDIT: I already installed luajit-git manually

benklett commented on 2018-01-23 20:02 (UTC)

HamishTPB, I added python and swig as dependencies.

I could not add lua support because it would not compile. ATM I do not have further information on why this is happening, but I will update the package when this is fixed.

HamishTPB commented on 2018-01-23 19:17 (UTC)

The new version of OBS studio has scripting support but this is not enabled in this build (spoke to OBS peeps and they said it has to be enabled explicitly). Can it be enabled, please?

benklett commented on 2018-01-12 17:58 (UTC)

Thank you for your comment copygirl,

I changed the PKGBUILD according to your comment. Please report if anything breaks.