Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Oct 2023 13:01:48 GMT
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: afb5b6326ec8 - main - audio/pipewire-module-xrdp: add new port
Message-ID:  <202310121301.39CD1m9L055327@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by meta:

URL: https://cgit.FreeBSD.org/ports/commit/?id=afb5b6326ec8abb8454895eb7e8e8251df572555

commit afb5b6326ec8abb8454895eb7e8e8251df572555
Author:     Koichiro Iwao <meta@FreeBSD.org>
AuthorDate: 2023-10-12 09:25:57 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2023-10-12 13:01:35 +0000

    audio/pipewire-module-xrdp: add new port
---
 audio/Makefile                       |  1 +
 audio/pipewire-module-xrdp/Makefile  | 32 ++++++++++++++++++++++++++++++++
 audio/pipewire-module-xrdp/distinfo  |  3 +++
 audio/pipewire-module-xrdp/pkg-descr |  1 +
 4 files changed, 37 insertions(+)

diff --git a/audio/Makefile b/audio/Makefile
index b2c44c23c1f7..cc0e39f38e9d 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -598,6 +598,7 @@
     SUBDIR += pianod2
     SUBDIR += picard
     SUBDIR += picard-plugins
+    SUBDIR += pipewire-module-xrdp
     SUBDIR += pithos
     SUBDIR += plasma5-kpipewire
     SUBDIR += plasma5-plasma-pa
diff --git a/audio/pipewire-module-xrdp/Makefile b/audio/pipewire-module-xrdp/Makefile
new file mode 100644
index 000000000000..5c0c83085253
--- /dev/null
+++ b/audio/pipewire-module-xrdp/Makefile
@@ -0,0 +1,32 @@
+PORTNAME=	pipewire-module-xrdp
+DISTVERSION=	b20230609
+CATEGORIES=	audio
+
+MAINTAINER=	meta@FreeBSD.org
+COMMENT=	PipeWire module which enables xrdp to use audio redirection
+WWW=		https://github.com/neutrinolabs/pipewire-module-xrdp
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+LIB_DEPENDS=	libpipewire-0.3.so:multimedia/pipewire
+
+USES=		autoreconf:build desktop-file-utils libtool pkgconfig
+USE_LDCONFIG=	yes
+USE_GITHUB=	yes
+
+GH_ACCOUNT=	neutrinolabs
+GH_TAGNAME=	e9c6c05
+
+GNU_CONFIGURE=	yes
+PLIST_FILES=	lib/pipewire-0.3/libpipewire-module-xrdp-pipewire.so \
+		libexec/pipewire-module-xrdp/load_pw_modules.sh \
+		xdg/pipewire-xrdp.desktop
+
+CONFIGURE_ARGS+= \
+		 --with-xdgautostart-dir=${LOCALBASE}/xdg
+
+pre-configure:
+	@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./bootstrap
+
+.include <bsd.port.mk>
diff --git a/audio/pipewire-module-xrdp/distinfo b/audio/pipewire-module-xrdp/distinfo
new file mode 100644
index 000000000000..9ebe400e767b
--- /dev/null
+++ b/audio/pipewire-module-xrdp/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1697101525
+SHA256 (neutrinolabs-pipewire-module-xrdp-b20230609-e9c6c05_GH0.tar.gz) = 375d6b85dfe39ee8fc35bba2c47d7bd93f2b100def64a4806b37b6dfa2cd134b
+SIZE (neutrinolabs-pipewire-module-xrdp-b20230609-e9c6c05_GH0.tar.gz) = 28799
diff --git a/audio/pipewire-module-xrdp/pkg-descr b/audio/pipewire-module-xrdp/pkg-descr
new file mode 100644
index 000000000000..78794f5ce4af
--- /dev/null
+++ b/audio/pipewire-module-xrdp/pkg-descr
@@ -0,0 +1 @@
+PipeWire module which enables xrdp to use audio redirection.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310121301.39CD1m9L055327>