mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
net/xrdp: Update to 0.9.25
Dropped runtime dependency on audio/pulseaudio-module-xrdp to allow users to choose either PipeWire or PulseAudio to meet environment. Changes: https://github.com/neutrinolabs/xrdp/releases/tag/v0.9.25
This commit is contained in:
parent
6ae3127022
commit
dcfca69faf
@ -1,13 +1,11 @@
|
||||
PORTNAME= xrdp
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.9.24
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 0.9.25
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net
|
||||
DIST_SUBDIR?= ${PORTNAME}
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/
|
||||
PATCHFILES= ba2202e.patch:-p1 84a747c.patch:-p1
|
||||
|
||||
MAINTAINER= meta@FreeBSD.org
|
||||
COMMENT= Open source Remote Desktop Protocol (RDP) server
|
||||
@ -17,8 +15,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 \
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/xorg/modules/libxorgxrdp.so:x11-drivers/xorgxrdp \
|
||||
xterm:x11/xterm
|
||||
LIB_DEPENDS= libImlib2.so:graphics/imlib2
|
||||
|
||||
|
@ -1,11 +1,7 @@
|
||||
TIMESTAMP = 1708949171
|
||||
SHA256 (xrdp/neutrinolabs-xrdp-v0.9.24_GH0.tar.gz) = b5445c1fe52509bd69eb1ca155594a200385961e1edeb79ae66d29072cff889c
|
||||
SIZE (xrdp/neutrinolabs-xrdp-v0.9.24_GH0.tar.gz) = 783504
|
||||
TIMESTAMP = 1710166846
|
||||
SHA256 (xrdp/neutrinolabs-xrdp-v0.9.25_GH0.tar.gz) = 4340400e9ca82efdd63073aaf409bdf570d3c9e14ff6e08b01d069446b087fab
|
||||
SIZE (xrdp/neutrinolabs-xrdp-v0.9.25_GH0.tar.gz) = 784506
|
||||
SHA256 (xrdp/neutrinolabs-librfxcodec-c537401a_GH0.tar.gz) = ecfae401b6c19496c9f7cde91ef10bd97a6cced100d4bba9a5dda60f21bee478
|
||||
SIZE (xrdp/neutrinolabs-librfxcodec-c537401a_GH0.tar.gz) = 49437
|
||||
SHA256 (xrdp/neutrinolabs-libpainter-b44f2fa_GH0.tar.gz) = 2bd410db1e9eda7b889278187bf9818aee4fd1029ee0ce7c1e6b9f2cfe8e8217
|
||||
SIZE (xrdp/neutrinolabs-libpainter-b44f2fa_GH0.tar.gz) = 13936
|
||||
SHA256 (xrdp/ba2202e.patch) = 26c0214284ed6bef81810def729e186da0c281983ea71fd237206b79085e1ee4
|
||||
SIZE (xrdp/ba2202e.patch) = 1164
|
||||
SHA256 (xrdp/84a747c.patch) = bfeaabaab36c06f1510436f1993280bbb10d7372423a097b5f743afb14daf4a9
|
||||
SIZE (xrdp/84a747c.patch) = 2012
|
||||
|
@ -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
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user