Install this version:
emerge -a =media-video/obs-multi-rtmp-0.6.0.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-video/obs-multi-rtmp-0.6.0.1
Or alternatively:
emerge --autounmask-write -a =media-video/obs-multi-rtmp-0.6.0.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.6.0.1 | 8 | ~amd64 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="OBS Simulcast support plugin"
HOMEPAGE="https://github.com/sorayuki/obs-multi-rtmp"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/sorayuki/obs-multi-rtmp.git"
else
SRC_URI="https://github.com/sorayuki/obs-multi-rtmp/archive/refs/tags/$PV-obs31.tar.gz -> ${P}-obs31.tar.gz"
KEYWORDS="~amd64"
fi
S="${WORKDIR}/${P}-obs31"
LICENSE="GPL-2"
SLOT="0"
IUSE="+obs-frontend-api +qt"
DEPEND="
qt? ( dev-qt/qtbase:6 )
>=media-video/obs-studio-31
"
RDEPEND="
${DEPEND}
"
PATCHES=(
"${FILESDIR}/cmake.patch"
)
src_unpack() {
default
if [[ ${PV} == 9999 ]]; then
git-r3_src_unpack
fi
}
src_configure() {
local mycmakeargs+=(
-DENABLE_FRONTEND_API=$(usex obs-frontend-api ON OFF)
-DENABLE_QT=$(usex qt ON OFF)
)
cmake_src_configure
}
Manage flags for this package:
euse -i <flag> -p media-video/obs-multi-rtmp |
euse -E <flag> -p media-video/obs-multi-rtmp |
euse -D <flag> -p media-video/obs-multi-rtmp
qt? ( dev-qt/qtbase:6 ) >=media-video/obs-studio-31
qt? ( dev-qt/qtbase:6 ) >=media-video/obs-studio-31
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | obs-multi-rtmp-0.6.0.1-obs31.tar.gz | 402624 bytes | https://github.com/sorayuki/obs-multi-rtmp/archive/refs/tags/0.6.0.1-obs31.tar.gz |