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 .. 23 24 25 26 27 28 29 30 31 32 Next › Last »

ArcticVanguard commented on 2015-01-26 22:36 (UTC)

Fixed Lucki and Freso's issues, thanks guys. Note it's gonna show up as a downgrade, just fair warning.

Lucki commented on 2015-01-26 22:26 (UTC)

With the latest Imagemagick, the cmake option: "-DLIBOBS_PREFER_IMAGEMAGICK=OFF" isn't needed anymore.

Freso commented on 2015-01-15 10:48 (UTC)

Please replace `echo $(git rev-list --count master).$(git rev-parse --short master)` in the PKGBUILD with `git describe --long --tags | sed -r 's/([^-]*-g)/r\1/;s/-/./g'` as per https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines#Git ?

ArcticVanguard commented on 2014-12-05 17:03 (UTC)

Can anyone else confirm it not building without icu? x265 is a dependency of ffmpeg, so that should already be installed. If you have ffmpeg but not x265, your dependencies are broken somewhere. Next version of the pkgbuild will fix the imagemagick problem hopefully, let me know if the fix causes any more issues.

ubuntuaddicted commented on 2014-11-27 10:46 (UTC)

second to what Moter8 stated, i had recently built ffmpeg from a ffmpeg_libnvenc fork and misread your comment and thought I needed x265-hg. This caused this package to fail to build so i just had to switch from using x265-hg to x265 and it built just fine. Note also that obs-studio doesn't currently use x265 at all so it's not a dependency. obs-studio doesn't currently use ffmpeg as it's encoder, it uses x264

Moter8 commented on 2014-11-24 21:01 (UTC)

Fails building with x265-hg. With x265 it compiled, should probably get added as dependency?

computerquip commented on 2014-11-05 01:18 (UTC)

Oh, I also wouldn't add a dependency on the no-hdri AUR package... it will break everyone's system as it doesn't actually fulfill everything the official package provides... and ImageMagick likes to change library names depending on how its built.