* [gentoo-commits] repo/gentoo:master commit in: media-plugins/obs-pipewire-audio-capture/
@ 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: 744758099d6e83320b0861c3f5ee08e0fecc2c0f
Author: Kai Krakow <kai <AT> kaishome <DOT> de>
AuthorDate: Sat Jul 20 12:33:21 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=74475809
media-plugins/obs-pipewire-audio-capture: new package, add 9999
Signed-off-by: Kai Krakow <kai <AT> kaishome.de>
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
.../obs-pipewire-audio-capture/metadata.xml | 16 ++++++++++++
.../obs-pipewire-audio-capture-9999.ebuild | 30 ++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/media-plugins/obs-pipewire-audio-capture/metadata.xml b/media-plugins/obs-pipewire-audio-capture/metadata.xml
new file mode 100644
index 000000000000..d4d6357bab24
--- /dev/null
+++ b/media-plugins/obs-pipewire-audio-capture/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/nowrep/obs-vkcapture/issues</bugs-to>
+ <remote-id type="github">nowrep/obs-vkcapture</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/media-plugins/obs-pipewire-audio-capture/obs-pipewire-audio-capture-9999.ebuild b/media-plugins/obs-pipewire-audio-capture/obs-pipewire-audio-capture-9999.ebuild
new file mode 100644
index 000000000000..d3c2614aaf41
--- /dev/null
+++ b/media-plugins/obs-pipewire-audio-capture/obs-pipewire-audio-capture-9999.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Audio device and application capture for OBS Studio using PipeWire"
+HOMEPAGE="https://github.com/dimtpap/obs-pipewire-audio-capture"
+
+if [[ ${PV} == 9999 ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/dimtpap/obs-pipewire-audio-capture.git"
+else
+ SRC_URI="https://github.com/dimtpap/obs-pipewire-audio-capture/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm64"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+COMMON_DEPENDS="
+ >=media-video/obs-studio-30.2.0[pipewire]
+"
+DEPEND="${COMMON_DEPENDS}
+ >=media-video/wireplumber-0.5.3
+"
+RDEPEND="${COMMON_DEPENDS}
+ media-video/pipewire:=
+"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/obs-pipewire-audio-capture/
@ 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: 45f33bfd0ab4119aa07b6abf74fdf5a68fc0f606
Author: Kai Krakow <kai <AT> kaishome <DOT> de>
AuthorDate: Sat Jul 20 12:33:36 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=45f33bfd
media-plugins/obs-pipewire-audio-capture: add 1.1.5
Signed-off-by: Kai Krakow <kai <AT> kaishome.de>
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
media-plugins/obs-pipewire-audio-capture/Manifest | 1 +
.../obs-pipewire-audio-capture-1.1.5.ebuild | 30 ++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/media-plugins/obs-pipewire-audio-capture/Manifest b/media-plugins/obs-pipewire-audio-capture/Manifest
new file mode 100644
index 000000000000..8a0b6a2a006c
--- /dev/null
+++ b/media-plugins/obs-pipewire-audio-capture/Manifest
@@ -0,0 +1 @@
+DIST obs-pipewire-audio-capture-1.1.5.tar.gz 41817 BLAKE2B 4f65b5a73cb2b23d44f281fd38f50defa3bee3791d0ac2cab67a76de0c16c162c9ea41b647d13dee4d5378b712640fd2e0233b503a8da74bf9c736faa97f10f9 SHA512 0daeb2df025d870bcc1d1caa8d67b0da21880a21e5dc907ea38f079feb594a713d9287e95571ac4f29d84e05a5e56dd7d5680d0527864ee69ca08f5e7de3925d
diff --git a/media-plugins/obs-pipewire-audio-capture/obs-pipewire-audio-capture-1.1.5.ebuild b/media-plugins/obs-pipewire-audio-capture/obs-pipewire-audio-capture-1.1.5.ebuild
new file mode 100644
index 000000000000..d3c2614aaf41
--- /dev/null
+++ b/media-plugins/obs-pipewire-audio-capture/obs-pipewire-audio-capture-1.1.5.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Audio device and application capture for OBS Studio using PipeWire"
+HOMEPAGE="https://github.com/dimtpap/obs-pipewire-audio-capture"
+
+if [[ ${PV} == 9999 ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/dimtpap/obs-pipewire-audio-capture.git"
+else
+ SRC_URI="https://github.com/dimtpap/obs-pipewire-audio-capture/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm64"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+COMMON_DEPENDS="
+ >=media-video/obs-studio-30.2.0[pipewire]
+"
+DEPEND="${COMMON_DEPENDS}
+ >=media-video/wireplumber-0.5.3
+"
+RDEPEND="${COMMON_DEPENDS}
+ media-video/pipewire:=
+"
^ 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-pipewire-audio-capture/ 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