mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
media-plugins/obs-source-clone: update 9999
Part-of: https://github.com/gentoo/gentoo/pull/44360 Signed-off-by: Kai Krakow <kai@kaishome.de> Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
This commit is contained in:
parent
af30bbc4ab
commit
4208709fc3
@ -20,20 +20,11 @@ LICENSE="GPL-2"
|
|||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
>=media-video/obs-studio-30.2.0
|
>=media-video/obs-studio-31.1.0
|
||||||
"
|
"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
sed -i '/-Werror$/d' cmake/ObsPluginHelpers.cmake || die
|
sed -i '/-Werror$/d' cmake/linux/compilerconfig.cmake || die
|
||||||
cmake_src_prepare
|
cmake_src_prepare
|
||||||
}
|
}
|
||||||
|
|
||||||
src_configure() {
|
|
||||||
local mycmakeargs=(
|
|
||||||
-DLIB_OUT_DIR=/lib64/obs-plugins
|
|
||||||
-DLINUX_PORTABLE=OFF
|
|
||||||
)
|
|
||||||
|
|
||||||
cmake_src_configure
|
|
||||||
}
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user