@benklett Thanks for fixing that, I appreciate your efforts!
Search Criteria
Package Details: obs-studio-git 31.0.2.r138.g3e84469-1
Package Actions
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: | benklett |
Votes: | 107 |
Popularity: | 4.43 |
First Submitted: | 2014-03-12 22:29 (UTC) |
Last Updated: | 2025-03-27 23:15 (UTC) |
Dependencies (59)
- at-spi2-core (at-spi2-core-gitAUR)
- curl (curl-gitAUR, curl-c-aresAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-headlessAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR)
- jackAUR (jack2-gitAUR, pipewire-full-jack-gitAUR, pipewire-jack-gitAUR, jack2, pipewire-jack)
- jansson (jansson-gitAUR)
- libpipewire (libpipewire-full-gitAUR, libpipewire-gitAUR)
- librist (librist-gitAUR)
- libvpl (intel-media-stack-binAUR, libvpl-gitAUR)
- libxcomposite
- libxdamage
- libxrandr (libxrandr-gitAUR)
- mbedtls (mbedtls-gitAUR, mbedtls-dtlsAUR)
- nspr (nspr-hgAUR)
- nss (nss-hgAUR)
- pciutils (pciutils-gitAUR)
- qrcodegencpp-cmake
- qt6-svg
- rnnoise (rnnoise-gitAUR)
- speexdsp (speexdsp-gitAUR)
- alsa-lib (make)
- Show 39 more dependencies...
Required by (146)
- catppuccin-obs-theme-git (requires obs-studio)
- distroav (requires obs-studio)
- distroav-bin (requires obs-studio)
- distroav-git (requires obs-studio)
- droidcam-obs-plugin (requires obs-studio)
- droidcam-obs-plugin-bin (requires obs-studio)
- droidcam-obs-plugin-git (requires obs-studio)
- glava-git (requires obs-studio) (make)
- glava-git (requires obs-studio) (optional)
- glava-ridged (requires obs-studio) (optional)
- looking-glass (requires obs-studio) (make)
- looking-glass-git (requires obs-studio) (make)
- looking-glass-host (requires obs-studio) (make)
- looking-glass-host-git (requires obs-studio) (make)
- looking-glass-module-dkms (requires obs-studio) (make)
- looking-glass-module-dkms-git (requires obs-studio) (make)
- looking-glass-rc (requires obs-studio) (make)
- looking-glass-rc-host (requires obs-studio) (make)
- looking-glass-rc-module-dkms (requires obs-studio) (make)
- lyrica (requires obs-studio) (optional)
- Show 126 more...
Sources (5)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 36 Next › Last »
dhtseany commented on 2024-03-27 22:29 (UTC)
dhtseany commented on 2024-03-26 17:09 (UTC)
I again want to bring up Jack being left out of the CMAKE section. There's no point in having all of the Jack dependencies if you're not going to build the app with it's support and it's widely used and officially supported upstream. Please add -DENABLE_JACK=ON \
back to the CMAKE section.
dingodoppelt commented on 2024-03-26 01:42 (UTC)
Thank you very much for the fix @benklett!
Rucker commented on 2024-03-25 21:59 (UTC) (edited on 2024-03-25 22:01 (UTC) by Rucker)
Thanks for the patch! Just confirmed that it does in fact work
benklett commented on 2024-03-25 20:31 (UTC)
Hello, I pushed an update right now to fix the compile error. I was at a conference last week and therefore not able to fix the build. I am sorry for that.
no-prophet commented on 2024-03-17 04:27 (UTC)
@dingodoppelt It worked. Thank you for the advice, and thanks to @Davidyz for the fix.
dingodoppelt commented on 2024-03-17 00:32 (UTC)
@no-prophet see @Davidyz's answer. Until the maintainer updates this package this'll be the only way to compile it. Sadly the maintainer seems to have been inactive for some months now.
no-prophet commented on 2024-03-16 06:59 (UTC)
Fails to build (libajantv2 is installed)
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find LibAJANTV2 (missing: AJA_LIBRARIES_INCLUDE_DIR) Call Stack (most recent call first): /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) cmake/Modules/FindLibAJANTV2.cmake:98 (find_package_handle_standard_args) plugins/aja/cmake/legacy.cmake:17 (find_package) cmake/Modules/ObsHelpers.cmake:473 (include) plugins/aja/CMakeLists.txt:3 (legacy_check)
-- Configuring incomplete, errors occurred! ==> ERROR: A failure occurred in build(). Aborting... -> error making: obs-studio-git-exit status 4
Davidyz commented on 2024-03-11 20:20 (UTC)
At the moment the official build instruction included the cmake option -DENABLE_AJA=0
. The building failed for me until I added this option to the cmake
command in the build
function of this PKGBUILD
. I don't know enough about obs (or cpp in general) but if your build fails please consider this. Here's my complete build
function:
build() {
cmake -B build -S $pkgname \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_BROWSER=ON \
-DCEF_ROOT_DIR="/opt/cef-obs" \
-DENABLE_LIBFDK=ON \
-DENABLE_AJA=0 \
-Wno-dev
cmake --build build
}
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)