@Arisu 75.0.11 I couldn't find the package, can you give a download link, to downgrade
Search Criteria
Package Details: obs-studio-git 30.2.3.r364.gb854f61-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: | xiota |
Votes: | 101 |
Popularity: | 0.47 |
First Submitted: | 2014-03-12 22:29 (UTC) |
Last Updated: | 2024-11-07 23:26 (UTC) |
Dependencies (47)
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR)
- gtk-update-icon-cache (gtk-update-icon-cache-gitAUR)
- jackAUR (jack2-gitAUR, pipewire-full-jack-gitAUR, pipewire-jack-gitAUR, jack2, pipewire-jack)
- jansson (jansson-gitAUR)
- libajantv2AUR
- libdatachannel (libdatachannel-gitAUR, libdatachannel-niceAUR)
- librist (librist-gitAUR)
- libxinerama (libxinerama-randr-gitAUR)
- libxkbcommon-x11 (libxkbcommon-x11-gitAUR)
- mbedtls2
- onevpl (libvpl-gitAUR, libvpl)
- pciutils (pciutils-gitAUR)
- qrcodegencpp-cmakeAUR
- qt6-svg
- rnnoise (rnnoise-gitAUR)
- speexdsp (speexdsp-gitAUR)
- uthash
- asio (asio-gitAUR) (make)
- cef-minimal-obs-binAUR (make)
- Show 27 more dependencies...
Required by (145)
- catppuccin-obs-theme-git (requires obs-studio)
- distroav (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)
- nudgis-obs-plugin (requires obs-studio)
- Show 125 more...
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 18 19 20 21 22 23 24 25 26 27 28 .. 35 Next › Last »
friday13 commented on 2020-03-27 23:39 (UTC)
ashpie commented on 2020-03-25 22:15 (UTC)
@friday13 you need to downgrade your cef version (for example, downgrade cef-minimal/cef-standard to 75.0.11).
Maybe the dependency should be temporarily updated to this specific version?
friday13 commented on 2020-03-25 21:51 (UTC)
``` 53 | inline BrowserClient(BrowserSource bs_, bool sharing_avail, | ^~~~~~~~~~~~~ make[2]: [plugins/obs-browser/CMakeFiles/obs-browser.dir/build.make:93: plugins/obs-browser/CMakeFiles/obs-browser.dir/obs-browser-source.cpp.o] Error 1 make[2]: Leaving directory '/home/friday13/.cache/pikaur/build/obs-studio-git/src/obs-studio-git/build' make[1]: [CMakeFiles/Makefile2:1382: plugins/obs-browser/CMakeFiles/obs-browser.dir/all] Error 2 make[1]: Leaving directory '/home/friday13/.cache/pikaur/build/obs-studio-git/src/obs-studio-git/build' make: ** [Makefile:169: all] Error 2 ~~~
rado84 commented on 2020-03-24 10:07 (UTC)
Does this package crash when applying any changes to "Settings"? The "stable" package obs-studio does that.
benklett commented on 2020-03-03 14:49 (UTC)
Arisu, thank you for the fix. I confused the browser source with the linux browser source and thought it was in.
ashpie commented on 2020-03-02 21:31 (UTC)
benklett, thanks! Unfortunately, the browser plugin isn't used by cmake.
CMake Warning:
Manually-specified variables were not used by the project:
CEF_ROOT_DIR
I tried changing submodule.plugins/plugins/obs-browser.url
with submodule.plugins/obs-browser.url
and it works.
benklett commented on 2020-03-02 20:20 (UTC)
Arisu, I added the plugin.
ashpie commented on 2020-03-02 15:06 (UTC)
Building the browser plugin on linux was recently merged into master. Would it be relevant to enable it in this package?
git submodule init plugins/obs-browser
Add cef-minimal
as a makedepends
cmake args: -DBUILD_BROWSER=ON -DCEF_ROOT_DIR="/opt/cef"
wuest commented on 2020-02-12 13:28 (UTC)
As of (at the latest) 2020-02-12 mbedtls
no longer appears to be an optional dependency. If you're failing to build because of type errors in rtmp.c
, that's likely the issue.
Terence commented on 2019-10-19 22:54 (UTC) (edited on 2019-10-19 22:58 (UTC) by Terence)
Hey I'm getting the following:
CMake Error at UI/xdg-data/cmake_install.cmake:45 (file):
file INSTALL cannot find
"/mnt/WDC/Cache/aurutils/sync/obs-studio-git/src/obs-studio-git/UI/xdg-data/com.obsproject.Studio.desktop".
Call Stack (most recent call first):
UI/cmake_install.cmake:71 (include)
cmake_install.cmake:46 (include)
EDIT: I got it to work by applying the following:
diff --git a/UI/xdg-data/CMakeLists.txt b/UI/xdg-data/CMakeLists.txt
index 9acd14e83..45a1dba43 100644
--- a/UI/xdg-data/CMakeLists.txt
+++ b/UI/xdg-data/CMakeLists.txt
@@ -16,7 +16,7 @@ configure_file(
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/com.obsproject.Studio.appdata.xml
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/metainfo)
-install(FILES com.obsproject.Studio.desktop
+install(FILES obs.desktop
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/applications)
install(FILES ../forms/images/obs.png
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)