* [gentoo-commits] repo/gentoo:master commit in: media-plugins/obs-3d-effect/
@ 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: 7501a46f3f4a4c89d064484f3295a23648bddc24
Author: Kai Krakow <kai <AT> kaishome <DOT> de>
AuthorDate: Sat Jul 20 12:39:52 2024 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> 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 <kai <AT> kaishome.de>
Signed-off-by: Jimi Huotari <chiitoo <AT> 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 @@
+<?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-3d-effect/issues</bugs-to>
+ <remote-id type="github">exeldro/obs-3d-effect</remote-id>
+ </upstream>
+</pkgmetadata>
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
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/obs-3d-effect/
@ 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: efcd33e17b98f178712fd705683c7a8a4a0b59bc
Author: Kai Krakow <kai <AT> kaishome <DOT> de>
AuthorDate: Sat Jul 20 12:40:02 2024 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Tue Jan 21 13:54:05 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efcd33e1
media-plugins/obs-3d-effect: add 0.1.3
Signed-off-by: Kai Krakow <kai <AT> kaishome.de>
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
media-plugins/obs-3d-effect/Manifest | 1 +
.../obs-3d-effect/obs-3d-effect-0.1.3.ebuild | 34 ++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/media-plugins/obs-3d-effect/Manifest b/media-plugins/obs-3d-effect/Manifest
new file mode 100644
index 000000000000..1af8fe009d1d
--- /dev/null
+++ b/media-plugins/obs-3d-effect/Manifest
@@ -0,0 +1 @@
+DIST obs-3d-effect-0.1.3.tar.gz 52265 BLAKE2B 2ffa5395c4015f5fa2d7a1e10ec1fd1b5c9e884c20f06722bf59ca9ce15ed0f2b2fe0a1e729c11fe1d2493a5d546cedb985f72e7406e6f36065cf994801ade5a SHA512 1adc4bf8d925ea90bf4e1e88dae04848f116a18cc3746c83a4fcc8009da55ad692585d1a3c8c11878f6a463462e0e6bd89ef99e2f8c78deac197bfeb3236cd21
diff --git a/media-plugins/obs-3d-effect/obs-3d-effect-0.1.3.ebuild b/media-plugins/obs-3d-effect/obs-3d-effect-0.1.3.ebuild
new file mode 100644
index 000000000000..8776d64de77e
--- /dev/null
+++ b/media-plugins/obs-3d-effect/obs-3d-effect-0.1.3.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
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-01-21 13:55 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-3d-effect/ 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