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 706EF15813A for ; Tue, 21 Jan 2025 13:54:56 +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 49036342FAE for ; Tue, 21 Jan 2025 13:54:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53048E0729; Tue, 21 Jan 2025 13:54:23 +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 348C7E0718 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 4C4A2340C3C 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 B1FC62578 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.d9fcea571390f265dcdd6ba62777d3087946ab59.chiitoo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/obs-move-transition/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/obs-move-transition/Manifest media-plugins/obs-move-transition/obs-move-transition-3.1.1.ebuild X-VCS-Directories: media-plugins/obs-move-transition/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: d9fcea571390f265dcdd6ba62777d3087946ab59 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: 3bb753ba-8a56-4fc0-b7ba-c00cc7c00aa5 X-Archives-Hash: 9d3ba8441ae6ec4db73471d0db4a1ba6 commit: d9fcea571390f265dcdd6ba62777d3087946ab59 Author: Kai Krakow kaishome de> AuthorDate: Sat Jul 20 12:36:45 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=d9fcea57 media-plugins/obs-move-transition: add 3.1.1 Signed-off-by: Kai Krakow kaishome.de> Signed-off-by: Jimi Huotari gentoo.org> media-plugins/obs-move-transition/Manifest | 1 + .../obs-move-transition-3.1.1.ebuild | 34 ++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/media-plugins/obs-move-transition/Manifest b/media-plugins/obs-move-transition/Manifest new file mode 100644 index 000000000000..39904f1bb089 --- /dev/null +++ b/media-plugins/obs-move-transition/Manifest @@ -0,0 +1 @@ +DIST obs-move-transition-3.1.1.tar.gz 168984 BLAKE2B 1b9f54c4cb92a80e1618e263b17bfd438841c3a28957b26de4a7e1d31a984c7b01082040c42a8d015be38d348d35bb2ac9abfb4cae4cc4d649096485473213f1 SHA512 26ed4a8b7251797d7086bf2ba4d23b48bd8a7126af04dd0c2a88137feffd4f99449eaef59a4d6feb1ccff45b6b48767964c15411f09182f5961cb14d4cd80ef3 diff --git a/media-plugins/obs-move-transition/obs-move-transition-3.1.1.ebuild b/media-plugins/obs-move-transition/obs-move-transition-3.1.1.ebuild new file mode 100644 index 000000000000..7109e87881af --- /dev/null +++ b/media-plugins/obs-move-transition/obs-move-transition-3.1.1.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="Move transition for OBS Studio" +HOMEPAGE="https://github.com/exeldro/obs-move-transition" + +if [[ ${PV} == 9999 ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/exeldro/obs-move-transition.git" +else + SRC_URI="https://github.com/exeldro/obs-move-transition/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 +}