Package Details: obs-multi-rtmp-git r461.179767e-1

Git Clone URL: https://aur.archlinux.org/obs-multi-rtmp-git.git (read-only, click to copy)
Package Base: obs-multi-rtmp-git
Description: Multiple RTMP outputs plugin for OBS Studio. Git version.
Upstream URL: https://github.com/sorayuki/obs-multi-rtmp
Licenses: GPL
Conflicts: obs-multi-rtmp
Provides: obs-multi-rtmp
Submitter: Jat
Maintainer: Jat
Last Packager: Jat
Votes: 2
Popularity: 0.000000
First Submitted: 2020-06-01 17:56 (UTC)
Last Updated: 2025-04-07 02:26 (UTC)

Latest Comments

wustdsh commented on 2025-04-05 15:58 (UTC)

Due to the upstream change to use obs-plugintemplate for packaging, PKGBUILD needs to make the following changes

--- PKGBUILD    2025-04-05 23:43:07.021238504 +0800
+++ PKGBUILD    2025-04-05 23:55:38.681447361 +0800
@@ -26,10 +26,10 @@
     # .github/scripts/.build.zsh

     # cmake_args
-    cmake --compile-no-warning-as-error --preset linux-x86_64 -G Ninja -DQT_VERSION=6 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=/usr
+    cmake --compile-no-warning-as-error --preset ubuntu-x86_64 -G Ninja -DQT_VERSION=6 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=/usr

     # cmake_build_args
-    cmake --build --preset linux-x86_64 --config RelWithDebInfo --parallel
+    cmake --build --preset ubuntu-x86_64 --config RelWithDebInfo --parallel

     # cmake_install_args
     cmake --install build_x86_64 --prefix release/RelWithDebInfo
@@ -41,7 +41,7 @@
     mkdir -p usr/lib/obs-plugins
     mkdir -p usr/share/obs/obs-plugins/obs-multi-rtmp

-    prefix="${srcdir}/${_pkgname}/release/RelWithDebInfo/dist/obs-multi-rtmp"
-    cp -a "${prefix}/bin/64bit/"* usr/lib/obs-plugins
-    cp -a "${prefix}/data/"* usr/share/obs/obs-plugins/obs-multi-rtmp
+    prefix="${srcdir}/${_pkgname}/release/RelWithDebInfo"
+    cp -a "${prefix}/lib/x86_64-linux-gnu/obs-plugins/"* usr/lib/obs-plugins
+    cp -a "${prefix}/share/obs/obs-plugins/obs-multi-rtmp/"* usr/share/obs/obs-plugins/obs-multi-rtmp
 }

carlosnewmusic commented on 2024-12-12 22:52 (UTC)

build error https://pastebin.com/F9z8m17v

capricornusx commented on 2023-01-07 19:54 (UTC)

$ yay -S obs-multi-rtmp-git:

CMake Error at CMakeLists.txt:171 (find_path): Could not find PLG_SODIR using the following files: obs-outputs.so

bazza commented on 2022-10-24 13:38 (UTC)

Error "OBS Studio - 28.0.3-2"

CMake Error at CMakeLists.txt:74 (find_package):
  By not providing "FindLibObs.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "LibObs", but
  CMake did not find one.

Jat commented on 2021-11-05 09:04 (UTC)

@carlosnewmusic fixed on upstream

carlosnewmusic commented on 2021-10-25 17:37 (UTC)

build error https://pastebin.com/8zXTRfBn