@Psilovybin All of these have received soname bumps. You either have a partially upgraded system or need to recompile your custom ffmpeg
package (which is what provides libavcodec.so
).
Search Criteria
Package Details: obs-studio-git 31.0.1.r96.g80ea1b1-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.22 |
First Submitted: | 2014-03-12 22:29 (UTC) |
Last Updated: | 2025-02-14 04:51 (UTC) |
Dependencies (60)
- at-spi2-core (at-spi2-core-gitAUR)
- 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-amd-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR)
- 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 40 more dependencies...
Required by (145)
- 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 125 more...
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 21 22 .. 35 Next › Last »
wuestengecko commented on 2021-04-07 23:28 (UTC)
Psilovybin commented on 2021-04-07 23:03 (UTC)
getting a libaom, libx264 and libx265 error on build
usr/bin/ld: warning: libaom.so.2, needed by /usr/lib/libavcodec.so.58, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libx264.so.160, needed by /usr/lib/libavcodec.so.58, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libx265.so.192, needed by /usr/lib/libavcodec.so.58, not found (try using -rpath or -rpath-link)
val.vgms commented on 2021-04-01 22:01 (UTC)
pipewire
is now needed as a dependency, or the package will fail to compile
wuestengecko commented on 2021-04-01 13:13 (UTC)
I can confirm what @HurricanePootis speculated about, pipewire
is in fact a make dependency now. Not having it installed will cause failure during cmake
.
HurricanePootis commented on 2021-03-31 19:49 (UTC) (edited on 2021-03-31 20:07 (UTC) by HurricanePootis)
Hey, OBS just pushed a bunch of Wayland patches to the master branch as of 3/31/2021, which now allows OBS to record the entire screen and sections of it using pipewire. In addition to OBS being able to use pipewire
as a dependency, it also requires xdg-desktop-portal
for OBS to actually use pipewire.
Basically, I am suggesting that you add pipewire
and xdg-desktop-portal
as optional dependencies for Wayland support.
Also, thinking about it more, OBS probably needs to build against pipewire too, I guess. Not too sure on that, but OBS is obviously now linked against pipewire, so I think there is a pretty high chance that pipewire is also a make dependency.
Edit: Just ldd all of the libraries in /usr/lib/obs-plugins/
, and one of them is built against pipewire. I am 99% sure this means that OBS needs to build against pipewire now.
tytan652 commented on 2021-03-24 11:49 (UTC)
Maybe you could also add obs-vst sub-module.
ifohancroft commented on 2021-03-14 02:24 (UTC) (edited on 2021-03-14 02:35 (UTC) by ifohancroft)
Here's a patch for PKGBUILD to build OBS Studio with the VST plugin:
--- obs-studio-git/PKGBUILD 2021-03-14 04:12:38.593752926 +0200
+++ modified/obs-studio-git/PKGBUILD 2021-03-14 04:27:22.926994433 +0200
@@ -27,8 +27,9 @@
source=("$pkgname::git+https://github.com/obsproject/obs-studio.git#branch=master"
"git+https://github.com/Mixer/ftl-sdk.git"
"git+https://github.com/obsproject/obs-browser.git"
+ "git+https://github.com/obsproject/obs-vst.git"
"fix_python_binary_loading.patch")
-md5sums=("SKIP" "SKIP" "SKIP"
+md5sums=("SKIP" "SKIP" "SKIP" "SKIP"
"051b90f05e26bff99236b8fb1ad377d1")
prepare() {
@@ -45,6 +46,7 @@
cd $pkgname
git config submodule.plugins/obs-outputs/ftl-sdk.url $srcdir/ftl-sdk
git config submodule.plugins/obs-browser.url $srcdir/obs-browser
+ git config submodule.plugins/obs-vst.url $srcdir/obs-vst
git submodule update
}
HurricanePootis commented on 2021-02-17 01:59 (UTC)
Just built the package, and I can say it builds with the browser-plugin now!
benklett commented on 2021-02-16 22:03 (UTC)
Great, thank you max
max2320 commented on 2021-02-16 21:37 (UTC) (edited on 2021-02-16 21:38 (UTC) by max2320)
Just applied the fixes to cef-minimal
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)