mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
net/xrdp-devel: Update to 0.9.18.b20220107
This commit is contained in:
parent
6fc120fcb6
commit
b385eba50f
3 changed files with 13 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= xrdp
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.9.16
|
||||
DISTVERSION= 0.9.18.b20220107
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
@ -20,6 +20,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/nasm:devel/nasm
|
|||
RUN_DEPENDS= xterm:x11/xterm \
|
||||
${LOCALBASE}/lib/xorg/modules/libxorgxrdp.so:x11-drivers/xorgxrdp \
|
||||
${LOCALBASE}/lib/pulse-14.2/modules/module-xrdp-sink.so:audio/pulseaudio-module-xrdp
|
||||
LIB_DEPENDS= libImlib2.so:graphics/imlib2
|
||||
|
||||
USES= autoreconf:build compiler:c11 cpe jpeg localbase libtool pkgconfig \
|
||||
ssl xorg
|
||||
|
@ -30,13 +31,15 @@ USE_GITHUB= yes
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
GH_ACCOUNT= neutrinolabs
|
||||
GH_TUPLE= neutrinolabs:librfxcodec:v0.1.5:librfxcodec/librfxcodec \
|
||||
GH_TAGNAME= 96a92d4
|
||||
GH_TUPLE= neutrinolabs:librfxcodec:v0.1.6:librfxcodec/librfxcodec \
|
||||
neutrinolabs:libpainter:v0.1.1:libpainter/libpainter
|
||||
|
||||
CONFIGURE_ARGS= --localstatedir=/var --enable-strict-locations \
|
||||
--with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig \
|
||||
--enable-pam-config=freebsd \
|
||||
--enable-jpeg --enable-pixman --enable-rfxcodec --enable-painter
|
||||
--enable-jpeg --enable-pixman --enable-rfxcodec --enable-painter \
|
||||
--enable-imlib2
|
||||
LDFLAGS+= -lssl
|
||||
CONFLICTS= xrdp
|
||||
INSTALL_TARGET= install-strip
|
||||
|
@ -52,7 +55,7 @@ FUSE_DESC= Enable drive redirection via FUSE (experimental)
|
|||
MP3LAME_DESC= Enable MP3 Lame for audio redirection
|
||||
OPUS_DESC= Enable Opus for audio redirection
|
||||
|
||||
DEBUG_CONFIGURE_ENABLE= xrdpdebug
|
||||
DEBUG_CONFIGURE_ENABLE= devel-debug devel-logging
|
||||
FDKAAC_CONFIGURE_ENABLE= fdkaac
|
||||
FDKAAC_LIB_DEPENDS= libfdk-aac.so:audio/fdk-aac
|
||||
FUSE_CONFIGURE_ENABLE= fuse
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
TIMESTAMP = 1619786219
|
||||
SHA256 (xrdp/neutrinolabs-xrdp-v0.9.16_GH0.tar.gz) = 6d365d29d13a73ff4b1b090db762d34e4b229fa6ff20b7a9c93eee7cb9f89110
|
||||
SIZE (xrdp/neutrinolabs-xrdp-v0.9.16_GH0.tar.gz) = 737908
|
||||
SHA256 (xrdp/neutrinolabs-librfxcodec-v0.1.5_GH0.tar.gz) = 5710a65a9f877aca5b5bca9f2fb83b5904b59d465ab5c10bcf4ffc2b3416d0c8
|
||||
SIZE (xrdp/neutrinolabs-librfxcodec-v0.1.5_GH0.tar.gz) = 48387
|
||||
TIMESTAMP = 1641519946
|
||||
SHA256 (xrdp/neutrinolabs-xrdp-v0.9.18.b20220107-96a92d4_GH0.tar.gz) = 41e721162b6245d9f98be7bacb6a3f1a41368f374907082084296d331f642322
|
||||
SIZE (xrdp/neutrinolabs-xrdp-v0.9.18.b20220107-96a92d4_GH0.tar.gz) = 755990
|
||||
SHA256 (xrdp/neutrinolabs-librfxcodec-v0.1.6_GH0.tar.gz) = 84c6e514ab1a7475f76227937bc9aa29ed9b98836d2ebe81daa7fad35bde0273
|
||||
SIZE (xrdp/neutrinolabs-librfxcodec-v0.1.6_GH0.tar.gz) = 49431
|
||||
SHA256 (xrdp/neutrinolabs-libpainter-v0.1.1_GH0.tar.gz) = 6caee8444fbd72677ac5e125c7ac99490688474975451668e751a9d9187ee5e6
|
||||
SIZE (xrdp/neutrinolabs-libpainter-v0.1.1_GH0.tar.gz) = 13929
|
||||
|
|
|
@ -15,6 +15,7 @@ include/ms-erref.h
|
|||
include/ms-fscc.h
|
||||
include/ms-rdpbcgr.h
|
||||
include/ms-rdpedisp.h
|
||||
include/ms-rdpeclip.h
|
||||
include/ms-rdpefs.h
|
||||
include/ms-rdpegdi.h
|
||||
include/ms-rdpele.h
|
||||
|
|
Loading…
Add table
Reference in a new issue