media-sound/pipewire-module-xrdp: add 0.2, drop 0.1_pre20230609

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova 2024-04-10 07:40:34 +05:00
parent 85c69e3127
commit a8e7ae0717
No known key found for this signature in database
GPG Key ID: E7B76EDC50864BB1
2 changed files with 8 additions and 4 deletions

View File

@ -1 +1,2 @@
DIST pipewire-module-xrdp-0.1_pre20230609.tar.gz 28789 BLAKE2B 3c07608220a73e76bffb1e0733267137a1a8730c82956ca6401b9a612b76a656d97e62b04edfc240c3ad04eed82056e139111c41f1d5f71c38ad4f589fdba59e SHA512 06fc1fb1148c6c352c3de5990e14ae09d13f3959dabe8577b2a2ea0660c77231c18e663f462b05db488b2ec36f0708dba080a649f30ed60f744e03b206acc642
DIST pipewire-module-xrdp-0.2.tar.gz 28839 BLAKE2B c48ebf1101a1163a28e6ffa8f380570a2e8ecf8ed9ddeb713ecb140893144cf322329e7d3529cb1f692214c98879ed47892458f4914c0ce2d62a5b21be94f797 SHA512 76db78881b4476bbfa046a133e29e3d92911839af559aa01d55dce68a2ee8908aaa8871f7e29e663ffa71aad89b1e80b64199fb0ac88decc477fcc71591fa754

View File

@ -1,15 +1,13 @@
# Copyright 2023 Gentoo Authors
# Copyright 2023-2024 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}"
SRC_URI="https://github.com/neutrinolabs/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -23,3 +21,8 @@ src_prepare() {
default
eautoreconf
}
src_install() {
default
find "${ED}" -name "*.la" -delete || die
}