diff options
author | Koichiro Iwao <meta@FreeBSD.org> | 2024-03-11 14:55:16 +0000 |
---|---|---|
committer | Koichiro Iwao <meta@FreeBSD.org> | 2024-03-11 14:55:16 +0000 |
commit | 354d9da5f310fcdb9312e5bb78225a87f5af127a (patch) | |
tree | cf36e98f4b91db225674abb514340bee17c24cfc | |
parent | c288b3ad8e046ec3ccdb8253ac3300d7140f66b4 (diff) |
net/xrdp-devel: Drop dependency on audio/pulseaudio-module-xrdp
as weell as net/xrdp to allow users to choose either PipeWire or
PulseAudio to meet environment.
-rw-r--r-- | net/xrdp-devel/Makefile | 3 | ||||
-rw-r--r-- | net/xrdp-devel/files/pkg-message.in | 7 |
2 files changed, 8 insertions, 2 deletions
diff --git a/net/xrdp-devel/Makefile b/net/xrdp-devel/Makefile index b8e73c3758da..e73d67afa441 100644 --- a/net/xrdp-devel/Makefile +++ b/net/xrdp-devel/Makefile @@ -16,8 +16,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/bin/nasm:devel/nasm -RUN_DEPENDS= ${LOCALBASE}/lib/pulseaudio/modules/module-xrdp-sink.so:audio/pulseaudio-module-xrdp \ - ${LOCALBASE}/lib/xorg/modules/libxorgxrdp.so:x11-drivers/xorgxrdp-devel \ +RUN_DEPENDS= ${LOCALBASE}/lib/xorg/modules/libxorgxrdp.so:x11-drivers/xorgxrdp-devel \ xterm:x11/xterm LIB_DEPENDS= libImlib2.so:graphics/imlib2 diff --git a/net/xrdp-devel/files/pkg-message.in b/net/xrdp-devel/files/pkg-message.in index d39645be8637..3037b2edebd4 100644 --- a/net/xrdp-devel/files/pkg-message.in +++ b/net/xrdp-devel/files/pkg-message.in @@ -11,6 +11,13 @@ xrdp_sesman_enable="YES" # if you want to run xrdp-sesman on the same machine Do not forget to edit the configuration files in "%%PREFIX%%/etc/xrdp" and the "%%PREFIX%%/etc/xrdp/startwm.sh" script. + +To enable audio redirection, install the following ports/packages to meet +your environment. + +- audio/pipewire-module-xrdp +- audio/pulseaudio-module-xrdp + EOM } ] |