mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
media-sound/pipewire-module-xrdp: new package, add 0.1_pre20230609
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
1
media-sound/pipewire-module-xrdp/Manifest
Normal file
1
media-sound/pipewire-module-xrdp/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST pipewire-module-xrdp-0.1_pre20230609.tar.gz 28789 BLAKE2B 3c07608220a73e76bffb1e0733267137a1a8730c82956ca6401b9a612b76a656d97e62b04edfc240c3ad04eed82056e139111c41f1d5f71c38ad4f589fdba59e SHA512 06fc1fb1148c6c352c3de5990e14ae09d13f3959dabe8577b2a2ea0660c77231c18e663f462b05db488b2ec36f0708dba080a649f30ed60f744e03b206acc642
|
||||
12
media-sound/pipewire-module-xrdp/metadata.xml
Normal file
12
media-sound/pipewire-module-xrdp/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>cyber+gentoo@sysrq.in</email>
|
||||
<name>Anna</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>mailto:xrdp-devel@googlegroups.com</bugs-to>
|
||||
<remote-id type="github">neutrinolabs/pipewire-module-xrdp</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -0,0 +1,25 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit autotools xdg
|
||||
|
||||
COMMIT="e9c6c05dd4327fca43d8861535c1f75c9b258aef"
|
||||
DESCRIPTION="PipeWire module which enables xrdp to use audio redirection"
|
||||
HOMEPAGE="https://github.com/neutrinolabs/pipewire-module-xrdp"
|
||||
SRC_URI="https://github.com/neutrinolabs/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${COMMIT}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="media-video/pipewire:="
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf
|
||||
}
|
||||
Reference in New Issue
Block a user