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: 1.08
First Submitted: 2014-03-12 22:29 (UTC)
Last Updated: 2024-04-01 15:47 (UTC)

Required by (141)

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

ledti commented on 2014-07-16 11:40 (UTC)

@Weegee, Actually, it makes sense to prefer system libraries over static ones. I'll update the package in a bit to add jansson and add a few optional dependencies that I noticed, too. Thanks for reporting.

Weegee commented on 2014-07-16 09:00 (UTC)

Hey, I dropped the obs-git package as you've submitted your PKGBUILD earlier. However I get the following error when building obs-studio-git if I don't have jansson installed (i. e. OBS uses its own jansson version): https://paste.archlinux.de/G4u/

Jocce commented on 2014-07-15 20:27 (UTC)

Yeh i forgot to remove the comment, but i fixed it by reinstalling FFMpeg

ledti commented on 2014-07-15 20:09 (UTC)

Are you using ffmpeg from the extra repository? 'pacman -Qs x265 && pacman -Qs ffmpeg'

Jocce commented on 2014-07-15 15:51 (UTC)

Only me who get: /usr/bin/ld: warning: libx265.so.21, needed by /usr/lib/libavcodec.so.55, not found (try using -rpath or -rpath-link) /usr/lib/libavcodec.so.55: undefined reference to `x265_param_parse' /usr/lib/libavcodec.so.55: undefined reference to `x265_param_default_preset' /usr/lib/libavcodec.so.55: undefined reference to `x265_param_free' /usr/lib/libavcodec.so.55: undefined reference to `x265_max_bit_depth' /usr/lib/libavcodec.so.55: undefined reference to `x265_encoder_open_21' /usr/lib/libavcodec.so.55: undefined reference to `x265_encoder_headers' /usr/lib/libavcodec.so.55: undefined reference to `x265_param_alloc' /usr/lib/libavcodec.so.55: undefined reference to `x265_picture_init' /usr/lib/libavcodec.so.55: undefined reference to `x265_encoder_encode' /usr/lib/libavcodec.so.55: undefined reference to `x265_encoder_close' collect2: error: ld returned 1 exit status obs/CMakeFiles/obs.dir/build.make:555: recipe for target 'obs/obs' failed make[2]: *** [obs/obs] Error 1 CMakeFiles/Makefile2:261: recipe for target 'obs/CMakeFiles/obs.dir/all' failed make[1]: *** [obs/CMakeFiles/obs.dir/all] Error 2 Makefile:137: recipe for target 'all' failed make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Anyone know a solution?

ledti commented on 2014-07-14 05:55 (UTC)

I think it used to fail without qt5-tools, but you're right. Thanks for the tip. :)

HER0_01 commented on 2014-07-14 04:18 (UTC)

I am not sure that qt5-tools is actually a build dependancy. I was able to compile just fine without it.

ledti commented on 2014-06-07 14:04 (UTC)

CMake is already a makedepends. It's not required for run time. makedepends=('cmake' 'git' 'qt5-tools')

BlackJoe23 commented on 2014-06-06 22:05 (UTC)

please include cmake as dependency for convinience