media-plugins/obs-pipewire-audio-capture: add 1.1.5

Signed-off-by: Kai Krakow <kai@kaishome.de>
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
This commit is contained in:
Kai Krakow
2024-07-20 14:33:36 +02:00
committed by Jimi Huotari
parent 744758099d
commit 45f33bfd0a
2 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST obs-pipewire-audio-capture-1.1.5.tar.gz 41817 BLAKE2B 4f65b5a73cb2b23d44f281fd38f50defa3bee3791d0ac2cab67a76de0c16c162c9ea41b647d13dee4d5378b712640fd2e0233b503a8da74bf9c736faa97f10f9 SHA512 0daeb2df025d870bcc1d1caa8d67b0da21880a21e5dc907ea38f079feb594a713d9287e95571ac4f29d84e05a5e56dd7d5680d0527864ee69ca08f5e7de3925d

View File

@@ -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:=
"