Search Criteria
Package Details: obs-streamfx-unstable 0.12.0b299-3
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/Xaymar/obs-StreamFX |
Licenses: | GPL2 |
Conflicts: | obs-streamfx |
Provides: | obs-streamfx |
Submitter: | Freso |
Maintainer: | Freso |
Last Packager: | Freso |
Votes: | 1 |
Popularity: | 0.010485 |
First Submitted: | 2022-09-20 14:04 (UTC) |
Last Updated: | 2023-05-25 08:52 (UTC) |
Dependencies (20)
- curl (curl-minimal-git, curl-git, curl-quiche-git, curl-http3-ngtcp2)
- ffmpeg (ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-yt-dlp-bin, ffmpeg-shinobi, ffmpeg-ndi, ffmpeg-mmal, ffmpeg-amd-full-git, ffmpeg-amd-full, ffmpeg-gpl-bin, ffmpeg-v4l2-request-git, ffmpeg-headless, ffmpeg-cuda, ffmpeg-full, ffmpeg-full-git, ffmpeg-decklink, ffmpeg-git, ffmpeg-nonvidia, ffmpeg-libfdk_aac, ffmpeg-mpp, ffmpeg-nocuda, ffmpeg-intel-full-git, ffmpeg-obs)
- gtk-update-icon-cache (gtk3-git, gtk-rc, gtk-update-icon-cache-git)
- jansson (jansson-git)
- libxinerama (libxinerama-randr-git)
- libxkbcommon-x11 (libxkbcommon-x11-git)
- nlohmann-json (nlohmann-json-git)
- obs-studio (rpan-studio, obs-hevc-vaapi-git, obs-studio-git, obs-studio-ftl, obs-studio-amf, obs-studio-rc, obs-studio-tytan652, obs-studio-browser)
- qt6-base (qt6-base-git, qt6-base-headless)
- cmake (cmake-git) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- jack (jack-git, jack2-git, pipewire-common-jack-git, pipewire-full-jack-git, jack2, pipewire-jack) (make)
- libfdk-aac (fdk-aac-free) (make)
- libxcomposite (make)
- luajit (luajit-2.1-lua52-git, luajit-openresty) (make)
- ninja (ninja-git, ninja-samurai, ninja-kitware, ninja-mem, python-ninja) (make)
- python (nogil-python, python36, python32, python39, python38, python37, python310, python312) (make)
- swig (swig-git) (make)
- vlc (libvlc, vlc-decklink, vlc-git, vlc-luajit) (make)
- x264 (x264-ymod-git, x264-tmod-git, x264-git) (make)
Latest Comments
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.