mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
media-video/obs-streamfx: drop 0.11.1
* no way to overwrite LibObs_DIR to a local downloaded copy Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
This commit is contained in:
@@ -1,38 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake git-r3
|
||||
|
||||
M_PV="0.11.0"
|
||||
|
||||
DESCRIPTION="OBS® Studio plugin which adds many new effects."
|
||||
HOMEPAGE="https://github.com/Xaymar/obs-StreamFX"
|
||||
|
||||
EGIT_REPO_URI="https://github.com/Xaymar/obs-StreamFX.git"
|
||||
EGIT_COMMIT="${M_PV}"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
RDEPEND="
|
||||
media-video/obs-studio
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
#fix CMakeLists.txt libdir
|
||||
sed -i 's|"lib/obs-plugins/"|"${CMAKE_INSTALL_LIBDIR}/obs-plugins/"|g' "${S}/CMakeLists.txt"
|
||||
cmake_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
||||
local mycmakeargs+=(
|
||||
-DSTRUCTURE_PACKAGEMANAGER=TRUE
|
||||
-DPACKAGE_NAME="obs-streamfx"
|
||||
)
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user