commit:     1a9044aa01793fefdeb9b68d0e9460b10f907b5d
Author:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Thu Feb 22 17:56:38 2024 +0000
Commit:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
CommitDate: Thu Feb 22 17:56:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1a9044aa

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 <AT> gmail.com>

 .../obs-streamfx/obs-streamfx-0.11.1.ebuild        | 38 ----------------------
 1 file changed, 38 deletions(-)

diff --git a/media-video/obs-streamfx/obs-streamfx-0.11.1.ebuild 
b/media-video/obs-streamfx/obs-streamfx-0.11.1.ebuild
deleted file mode 100644
index 5f25768945..0000000000
--- a/media-video/obs-streamfx/obs-streamfx-0.11.1.ebuild
+++ /dev/null
@@ -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
-}

Reply via email to