* [gentoo-commits] repo/gentoo:master commit in: media-plugins/obs-scale-to-sound/
@ 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: 30cf22983f9d4d09b8150c6d78abbcefd0bee637
Author: Kai Krakow <kai <AT> kaishome <DOT> de>
AuthorDate: Sat Jul 20 12:41:07 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=30cf2298
media-plugins/obs-scale-to-sound: add 1.2.4
Signed-off-by: Kai Krakow <kai <AT> kaishome.de>
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
media-plugins/obs-scale-to-sound/Manifest | 1 +
.../obs-scale-to-sound-1.2.4.ebuild | 25 ++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/media-plugins/obs-scale-to-sound/Manifest b/media-plugins/obs-scale-to-sound/Manifest
new file mode 100644
index 000000000000..c581b9a21a83
--- /dev/null
+++ b/media-plugins/obs-scale-to-sound/Manifest
@@ -0,0 +1 @@
+DIST obs-scale-to-sound-1.2.4.tar.gz 57091 BLAKE2B 13b8a401cc42f711848f1875d7146cd5cdfeb3cdbb9f8f57a95294fc7c2834e468baba1d69292d378e475b76eb74b822a49b1929e48fa3281ffd4c53da340f24 SHA512 6b96c8540d3edbae5e508ba3c4e3531adab32f38c06286798a0d7d85daf73964130024410aca70f0619a041721a3806756ca25ab73924363187185f4e380faf6
diff --git a/media-plugins/obs-scale-to-sound/obs-scale-to-sound-1.2.4.ebuild b/media-plugins/obs-scale-to-sound/obs-scale-to-sound-1.2.4.ebuild
new file mode 100644
index 000000000000..906d0fa4cd9f
--- /dev/null
+++ b/media-plugins/obs-scale-to-sound/obs-scale-to-sound-1.2.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="OBS filter plugin that scales a source reactively to sound levels"
+HOMEPAGE="https://github.com/dimtpap/obs-scale-to-sound"
+
+if [[ ${PV} == 9999 ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/dimtpap/obs-scale-to-sound.git"
+else
+ SRC_URI="https://github.com/dimtpap/obs-scale-to-sound/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}"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/obs-scale-to-sound/
@ 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: 432c0336f5bba54965a6b5ac34340e5ba35d3f39
Author: Kai Krakow <kai <AT> kaishome <DOT> de>
AuthorDate: Sat Jul 20 12:40:54 2024 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Tue Jan 21 13:54:00 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=432c0336
media-plugins/obs-scale-to-sound: 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-scale-to-sound/metadata.xml | 16 ++++++++++++++
.../obs-scale-to-sound-9999.ebuild | 25 ++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/media-plugins/obs-scale-to-sound/metadata.xml b/media-plugins/obs-scale-to-sound/metadata.xml
new file mode 100644
index 000000000000..7782d53b5bb3
--- /dev/null
+++ b/media-plugins/obs-scale-to-sound/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/dimtpap/obs-scale-to-sound/issues</bugs-to>
+ <remote-id type="github">dimtpap/obs-scale-to-sound</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/media-plugins/obs-scale-to-sound/obs-scale-to-sound-9999.ebuild b/media-plugins/obs-scale-to-sound/obs-scale-to-sound-9999.ebuild
new file mode 100644
index 000000000000..906d0fa4cd9f
--- /dev/null
+++ b/media-plugins/obs-scale-to-sound/obs-scale-to-sound-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="OBS filter plugin that scales a source reactively to sound levels"
+HOMEPAGE="https://github.com/dimtpap/obs-scale-to-sound"
+
+if [[ ${PV} == 9999 ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/dimtpap/obs-scale-to-sound.git"
+else
+ SRC_URI="https://github.com/dimtpap/obs-scale-to-sound/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}"
^ 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-scale-to-sound/ 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