From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D26B715813A for ; Tue, 21 Jan 2025 13:54:48 +0000 (UTC) Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A96A9342FED for ; Tue, 21 Jan 2025 13:54:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 266BAE05C1; Tue, 21 Jan 2025 13:54:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0CCB2E05C1 for ; Tue, 21 Jan 2025 13:54:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 54B7E341455 for ; Tue, 21 Jan 2025 13:54:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECA8C25DB for ; Tue, 21 Jan 2025 13:54:19 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1737467645.7501a46f3f4a4c89d064484f3295a23648bddc24.chiitoo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/obs-3d-effect/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/obs-3d-effect/metadata.xml media-plugins/obs-3d-effect/obs-3d-effect-9999.ebuild X-VCS-Directories: media-plugins/obs-3d-effect/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 7501a46f3f4a4c89d064484f3295a23648bddc24 X-VCS-Branch: master Date: Tue, 21 Jan 2025 13:54:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ecbf838d-f773-4010-9a67-8b8dd174b0b3 X-Archives-Hash: 5d7c26a661a840408037a5915958c0c8 commit: 7501a46f3f4a4c89d064484f3295a23648bddc24 Author: Kai Krakow kaishome de> AuthorDate: Sat Jul 20 12:39:52 2024 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Tue Jan 21 13:54:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7501a46f media-plugins/obs-3d-effect: new package, add 9999 Signed-off-by: Kai Krakow kaishome.de> Signed-off-by: Jimi Huotari gentoo.org> media-plugins/obs-3d-effect/metadata.xml | 16 ++++++++++ .../obs-3d-effect/obs-3d-effect-9999.ebuild | 34 ++++++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/media-plugins/obs-3d-effect/metadata.xml b/media-plugins/obs-3d-effect/metadata.xml new file mode 100644 index 000000000000..a4ab8644c2bc --- /dev/null +++ b/media-plugins/obs-3d-effect/metadata.xml @@ -0,0 +1,16 @@ + + + + + hurikhan77+bgo@gmail.com + Kai Krakow + + + proxy-maint@gentoo.org + Proxy Maintainers + + + https://github.com/exeldro/obs-3d-effect/issues + exeldro/obs-3d-effect + + diff --git a/media-plugins/obs-3d-effect/obs-3d-effect-9999.ebuild b/media-plugins/obs-3d-effect/obs-3d-effect-9999.ebuild new file mode 100644 index 000000000000..8776d64de77e --- /dev/null +++ b/media-plugins/obs-3d-effect/obs-3d-effect-9999.ebuild @@ -0,0 +1,34 @@ +# 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 adding 3D effect filter" +HOMEPAGE="https://github.com/exeldro/obs-3d-effect" + +if [[ ${PV} == 9999 ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/exeldro/obs-3d-effect.git" +else + SRC_URI="https://github.com/exeldro/obs-3d-effect/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_configure() { + local mycmakeargs=( + -DLIB_OUT_DIR=/lib64/obs-plugins + -DLINUX_PORTABLE=OFF + ) + + cmake_src_configure +}