From: "Jimi Huotari" <chiitoo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/obs-source-clone/
Date: Tue, 21 Jan 2025 13:54:19 +0000 (UTC) [thread overview]
Message-ID: <1737467644.c45424a2ebc3533a5c30b850f080290614562815.chiitoo@gentoo> (raw)
commit: c45424a2ebc3533a5c30b850f080290614562815
Author: Kai Krakow <kai <AT> kaishome <DOT> de>
AuthorDate: Fri Aug 9 23:47:21 2024 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Tue Jan 21 13:54:04 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c45424a2
media-plugins/obs-source-clone: new package, add 9999
Signed-off-by: Kai Krakow <kai <AT> kaishome.de>
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
media-plugins/obs-source-clone/metadata.xml | 16 ++++++++++
.../obs-source-clone/obs-source-clone-9999.ebuild | 34 ++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/media-plugins/obs-source-clone/metadata.xml b/media-plugins/obs-source-clone/metadata.xml
new file mode 100644
index 000000000000..20a780472f1d
--- /dev/null
+++ b/media-plugins/obs-source-clone/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person" proxied="yes">
+ <email>hurikhan77+bgo@gmail.com</email>
+ <name>Kai Krakow</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/exeldro/obs-source-clone/issues</bugs-to>
+ <remote-id type="github">exeldro/obs-source-clone</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/media-plugins/obs-source-clone/obs-source-clone-9999.ebuild b/media-plugins/obs-source-clone/obs-source-clone-9999.ebuild
new file mode 100644
index 000000000000..28cdc9231c00
--- /dev/null
+++ b/media-plugins/obs-source-clone/obs-source-clone-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 to clone sources"
+HOMEPAGE="https://github.com/exeldro/obs-source-clone"
+
+if [[ ${PV} == 9999 ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/exeldro/obs-source-clone.git"
+else
+ SRC_URI="https://github.com/exeldro/obs-source-clone/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
+}
next reply other threads:[~2025-01-21 13:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-21 13:54 Jimi Huotari [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-21 13:54 [gentoo-commits] repo/gentoo:master commit in: media-plugins/obs-source-clone/ Jimi Huotari
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1737467644.c45424a2ebc3533a5c30b850f080290614562815.chiitoo@gentoo \
--to=chiitoo@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox