Search Criteria
Package Details: obs-streamfx-unstable 0.12.0b372-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/obs-streamfx-unstable.git (read-only, click to copy) |
---|---|
Package Base: | obs-streamfx-unstable |
Description: | Bring your stream back to life with modern effects! (unstable/testing version) |
Upstream URL: | https://github.com/DAMIOSKIDEV/obs-StreamFX-free |
Keywords: | effects obs obs-plugin obs-studio |
Licenses: | GPL-2.0-only |
Conflicts: | obs-streamfx |
Provides: | obs-streamfx |
Submitter: | Freso |
Maintainer: | Freso |
Last Packager: | Freso |
Votes: | 1 |
Popularity: | 0.000033 |
First Submitted: | 2022-09-20 14:04 (UTC) |
Last Updated: | 2024-10-13 15:05 (UTC) |
Dependencies (20)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR)
- gtk-update-icon-cache (gtk-update-icon-cache-gitAUR)
- jansson (jansson-gitAUR)
- libxinerama (libxinerama-randr-gitAUR)
- libxkbcommon-x11 (libxkbcommon-x11-gitAUR)
- nlohmann-json (nlohmann-json-gitAUR)
- obs-studio (obs-studio-libertyAUR, obs-studio-gitAUR, obs-studio-rcAUR, obs-studio-tytan652AUR, obs-studio-browserAUR)
- qt6-base (qt6-base-headlessAUR, qt6-base-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, jack2, pipewire-jack) (make)
- libfdk-aac (libfdk-aac-gitAUR) (make)
- libxcomposite (make)
- luajit (luajit-2.1-lua52-gitAUR, luajit-gitAUR, luajit-openrestyAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- swig (swig-gitAUR) (make)
- vlc (vlc-luajitAUR, vlc-gitAUR) (make)
- x264 (x264-tmod-gitAUR, x264-gitAUR) (make)
Latest Comments
brauliobo commented on 2024-04-14 18:59 (UTC)
segfault here too
rkmax commented on 2023-06-28 01:09 (UTC)
After installing, I got "segmentation fault (core dumped) obs"
Freso commented on 2022-10-18 20:47 (UTC)
@shirok1 I pretty much just copied https://aur.archlinux.org/packages/obs-streamfx so if this build method breaks for you here, it would probably also break for you on that package. This -unstable package is just a stop-gap message until upstream release a new version for OBS, then I’ll request to have this deleted or merged into obs-streamfx… So what I’m trying to get at is that if you want a change done to the PKGBUILD, it’s probably better to suggest it over there, and I’ll be happy to copy the change here. :)
shirok1 commented on 2022-10-07 16:47 (UTC) (edited on 2022-10-07 16:47 (UTC) by shirok1)
My
makepkg.conf
chose lld as the linker and clang as the compiler, while thisPKGBUILD
used a CMake parameter to force the use of gcc as the compiler, producing an incorrect build artifact.