* [gentoo-commits] repo/gentoo:master commit in: media-plugins/obs-move-transition/
@ 2025-01-21 13:54 Jimi Huotari
0 siblings, 0 replies; 2+ messages in thread
From: Jimi Huotari @ 2025-01-21 13:54 UTC (permalink / raw
To: gentoo-commits
commit: 2e4b89d11d3f5fe6b8e4662889880eb2558dbe5d
Author: Kai Krakow <kai <AT> kaishome <DOT> de>
AuthorDate: Sat Jul 20 12:36:34 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=2e4b89d1
media-plugins/obs-move-transition: 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-move-transition/metadata.xml | 16 ++++++++++
.../obs-move-transition-9999.ebuild | 34 ++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/media-plugins/obs-move-transition/metadata.xml b/media-plugins/obs-move-transition/metadata.xml
new file mode 100644
index 000000000000..b7dc863263a4
--- /dev/null
+++ b/media-plugins/obs-move-transition/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-move-transition/issues</bugs-to>
+ <remote-id type="github">exeldro/obs-move-transition</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/media-plugins/obs-move-transition/obs-move-transition-9999.ebuild b/media-plugins/obs-move-transition/obs-move-transition-9999.ebuild
new file mode 100644
index 000000000000..7109e87881af
--- /dev/null
+++ b/media-plugins/obs-move-transition/obs-move-transition-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="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
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/obs-move-transition/
@ 2025-01-21 13:54 Jimi Huotari
0 siblings, 0 replies; 2+ messages in thread
From: Jimi Huotari @ 2025-01-21 13:54 UTC (permalink / raw
To: gentoo-commits
commit: d9fcea571390f265dcdd6ba62777d3087946ab59
Author: Kai Krakow <kai <AT> kaishome <DOT> de>
AuthorDate: Sat Jul 20 12:36:45 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=d9fcea57
media-plugins/obs-move-transition: add 3.1.1
Signed-off-by: Kai Krakow <kai <AT> kaishome.de>
Signed-off-by: Jimi Huotari <chiitoo <AT> 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
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-01-21 13:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-21 13:54 [gentoo-commits] repo/gentoo:master commit in: media-plugins/obs-move-transition/ Jimi Huotari
-- strict thread matches above, loose matches on Subject: below --
2025-01-21 13:54 Jimi Huotari
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox