URL sources no longer work and it is a package issue according to the dev team ref: https://github.com/obsproject/obs-studio/issues/11227
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.54 |
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-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR)
- 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 2 3 4 5 6 7 8 .. 35 Next › Last »
zangoku commented on 2024-08-31 08:19 (UTC)
benklett commented on 2024-07-20 20:28 (UTC)
I am myself not happy with the current situation, the package from DigitOtter is only a workaround for obs-studio not being compatible with the current version of ffnvcodec-headers from Arch.
The option I am currently using is to edit the PKGBUILD of ffnvcodec-headers-12-1.
For instance with yay: yay -S ffnvcodec-headers-12-1 --editmenu
. Press enter, enter, 1.
Replace the line beginning with provides=
, with provides=("ffnvcodec-headers=${pkgver}")
.
Save and close the editor.
After the package is installed obs-studio-git should build fine.
Another option could be to install the downgrade package to downgrade ffnvcodec-headers before compiling obs-studio-git like so:
sudo downgrade ffnvcodec-headers
Select the version 12.1.14.0
and press enter. After the installation is complete obs-studio-git will install just fine.
You can also add the ffnvcodec package to your IgnorePkg in /etc/pacman.conf:
IgnorePkg = <<list of packages separated by space if you already have some>> ffnvcodec-headers
That way you won't have to downgrade everytime.
xAsh commented on 2024-07-16 22:05 (UTC)
Can you edit the PKGBUILD to make it accept ffnvcodec-headers-12-1 as a dependency? I did it locally, but it will be overwritten on each update.
jdfthetech commented on 2024-07-05 01:59 (UTC)
With latest Nvidia Extra install (555 drivers), was able to get this to compile by editing the line ffnvcodec-headers<=12.1.14.0
to this: ffnvcodec-headers<=12.2.72.0
I have tested and everything runs fine at this time.
RileyMeta commented on 2024-06-26 19:44 (UTC) (edited on 2024-06-26 19:45 (UTC) by RileyMeta)
The dependency check fails because the new version that it's looking for is installed under a different name. It's looking for ffnvcodec-headers<=12.1.14.0
: ffnvcodec-headers "greater than or equal" to version "12.1.14.0", but the newest version of the headers is installed under ffnvcodec-headers-12-1
followed by the version number "12.1.14.0-1". It's looking for something that doesn't exist ffnvcodec-headers
version 12.1.14.0-1
. I'm not 100% positive, but this should be fixable with a wildcard (*) after "ffnvcodec-headers"*<=12.1.14.0
so it will match any dependencies that have that in their name AND it'll check for the correct version.
Pulec commented on 2024-06-25 11:11 (UTC) (edited on 2024-06-25 11:12 (UTC) by Pulec)
With
local/ffnvcodec-headers-12-1 12.1.14.0-1
I built it fine just now. But I had to remove the version dependency on https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=obs-studio-git#n33
I am not sure why the dependency check failed.
spikerguy commented on 2024-06-14 19:22 (UTC) (edited on 2024-06-14 19:36 (UTC) by spikerguy)
Like mentioned by others
there is mismatch in ffnvcodec-headers pkg version
-- Found Libpci: /usr/lib/libpci.so
-- Found Libdrm: /usr/lib/libdrm.so
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find FFnvcodec: Found unsuitable version "12.2.72.0", required
range is "12.0.0.0...<12.2.0.0" (found /usr/include)
Reason given by package: Ensure FFnvcodec headers are available in local include paths.
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:598 (_FPHSA_FAILURE_MESSAGE)
cmake/Modules/FindFFnvcodec.cmake:78 (find_package_handle_standard_args)
plugins/obs-ffmpeg/cmake/legacy.cmake:119 (find_package)
cmake/Modules/ObsHelpers.cmake:473 (include)
plugins/obs-ffmpeg/CMakeLists.txt:3 (legacy_check)
Failed here.
As this is needed for nvidia I have it disabled to compile it using this flag.
-DENABLE_NATIVE_NVENC=OFF \
RileyMeta commented on 2024-06-12 01:32 (UTC)
If you don't mind building it manually with makepkg
, you can just change the line from "ffnvcodec-headers<=12.1.14.0"
to "ffnvcodec-headers"
. Maintainer might want to change it to something like "ffnvcodec-headers<=12.1" because currently that package does install properly, it's just named "ffnvcodec-headers-12-1 12.1.14.0-1" which might be confusing the script.
Make sure you have the correct version installed, remove the check (<=...) and it should build properly.
danievdm commented on 2024-05-24 10:30 (UTC)
I'm getting the same error as everyone else for the ffnvcodec dependency, but I do have that dependency installed for obs-studio-git. Surely the issue is the build file for either obs-studio-git or ffnvcodec-headers-12-1 needed to be updated to align by the maintainers?
zangoku commented on 2024-05-21 20:44 (UTC)
thank you @wustdsh I edited the pkgbuild of that package and got it working
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)