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 C6CBF15813A for ; Tue, 21 Jan 2025 13:54:29 +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 9B08B341B52 for ; Tue, 21 Jan 2025 13:54:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1ACAAE01E4; Tue, 21 Jan 2025 13:54:22 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id AEAFFE0391 for ; Tue, 21 Jan 2025 13:54:21 +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 C696E340DD9 for ; Tue, 21 Jan 2025 13:54:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6258F2558 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: <1737467644.ce5fc7f9c1fcafadb574457637ead87e22167ebd.chiitoo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/obs-composite-blur/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/obs-composite-blur/Manifest media-plugins/obs-composite-blur/obs-composite-blur-1.1.0.ebuild X-VCS-Directories: media-plugins/obs-composite-blur/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: ce5fc7f9c1fcafadb574457637ead87e22167ebd 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: 7b963d6a-3706-43bf-994c-3cba01d1da1e X-Archives-Hash: b1784638f303e41b861b24abc0ec76b6 commit: ce5fc7f9c1fcafadb574457637ead87e22167ebd Author: Kai Krakow kaishome de> AuthorDate: Fri Aug 9 21:53:39 2024 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Tue Jan 21 13:54:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce5fc7f9 media-plugins/obs-composite-blur: add 1.1.0 Signed-off-by: Kai Krakow kaishome.de> Signed-off-by: Jimi Huotari gentoo.org> media-plugins/obs-composite-blur/Manifest | 1 + .../obs-composite-blur-1.1.0.ebuild | 34 ++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/media-plugins/obs-composite-blur/Manifest b/media-plugins/obs-composite-blur/Manifest new file mode 100644 index 000000000000..432c98661c28 --- /dev/null +++ b/media-plugins/obs-composite-blur/Manifest @@ -0,0 +1 @@ +DIST obs-composite-blur-1.1.0.tar.gz 10568387 BLAKE2B 0b0908a0fe302fed3e2f53d0f3bcfbbd0337dcec3b2e32011ebbb8e1ad85f34ddfe020091efaa39750b1b32997985c046351c5a88ea427689c7082363883560a SHA512 740986e7b84fd93b8c7db006e686c1b091d1982e551542c7e4364a32fa2f9d93f5e6107f0ed335f2c0e18602714cf806eb93e53d57c87e5de02f83c847faa650 diff --git a/media-plugins/obs-composite-blur/obs-composite-blur-1.1.0.ebuild b/media-plugins/obs-composite-blur/obs-composite-blur-1.1.0.ebuild new file mode 100644 index 000000000000..79dddc2ad624 --- /dev/null +++ b/media-plugins/obs-composite-blur/obs-composite-blur-1.1.0.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="OBS plugin that provides different blur algorithms, and proper compositing" +HOMEPAGE="https://github.com/FiniteSingularity/obs-composite-blur" + +if [[ ${PV} == 9999 ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/FiniteSingularity/obs-composite-blur.git" +else + SRC_URI="https://github.com/FiniteSingularity/obs-composite-blur/archive/refs/tags/v${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 +}