media-plugins/obs-source-record: drop 0.4.4

Signed-off-by: Kai Krakow <kai@kaishome.de>
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
This commit is contained in:
Kai Krakow 2025-03-30 14:00:25 +02:00 committed by Jimi Huotari
parent 2215379944
commit 9b233e02b1
No known key found for this signature in database
GPG Key ID: FAC2CB8201626193
2 changed files with 0 additions and 40 deletions

View File

@ -1,2 +1 @@
DIST obs-source-record-0.4.4.tar.gz 67538 BLAKE2B b0f01ef05c08e8b7019b8206318992e38661434e0fd751cca6f0b460684a6983141e00478ffd27c32a6a37ea8276d43248c84758a90427b12a427bbe21f5ce9a SHA512 639fe3443065f4b37105da5a3757f2355fef63f8125bcf08c18e085ef4eab842a92b16a632d691eec0ca1a29c29ad0beee0942bae158ab100b25812a1e60d94d
DIST obs-source-record-0.4.6.tar.gz 67979 BLAKE2B 4b3047493c4a9affa2822b0c1458106b9049613f46a0d3678cefde64442292347d74119ea81fe07196abbd570e3f79bc7893aeb821ef32c87a07f4e79d727fea SHA512 5e393fb156744ade3ca3c129a030520ded0c76947688776bf7c02c47ab519b91f9115a990b568d32d14c22a56a15ed0b6b6f4c0855ca4f66bd36e87fcb1febe9

View File

@ -1,39 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Plugin for OBS Studio to make sources available to record via a filter"
HOMEPAGE="https://github.com/exeldro/obs-source-record"
if [[ ${PV} == 9999 ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/exeldro/obs-source-record.git"
else
SRC_URI="https://github.com/exeldro/obs-source-record/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64"
fi
LICENSE="GPL-2"
SLOT="0"
DEPEND="
>=media-video/obs-studio-30.2.0
"
RDEPEND="${DEPEND}"
src_prepare() {
sed -i '/-Werror$/d' cmake/ObsPluginHelpers.cmake || die
cmake_src_prepare
}
src_configure() {
local mycmakeargs=(
-DLIB_OUT_DIR=/lib64/obs-plugins
-DLINUX_PORTABLE=OFF
)
cmake_src_configure
}