diff options
author | pizzamig <pizzamig@FreeBSD.org> | 2017-11-15 18:16:17 +0800 |
---|---|---|
committer | pizzamig <pizzamig@FreeBSD.org> | 2017-11-15 18:16:17 +0800 |
commit | 878bdb0e8d078d5344d052b5f50819334fdc30d1 (patch) | |
tree | e9e6989ff18d5a493d00ce2a8d706b65eb3a9382 /net/xrdp-devel/Makefile | |
parent | c49340408c0c5a79369bdd85588dadb380fcba99 (diff) | |
download | freebsd-ports-gnome-878bdb0e8d078d5344d052b5f50819334fdc30d1.tar.gz freebsd-ports-gnome-878bdb0e8d078d5344d052b5f50819334fdc30d1.tar.zst freebsd-ports-gnome-878bdb0e8d078d5344d052b5f50819334fdc30d1.zip |
net/xrdp-devel: Update to 0.9.4
PR: 223512
Submitted by: meta+ports@vmeta.jp (maintainer)
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D13097
Diffstat (limited to 'net/xrdp-devel/Makefile')
-rw-r--r-- | net/xrdp-devel/Makefile | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/net/xrdp-devel/Makefile b/net/xrdp-devel/Makefile index b3a71aeeac93..37920a5136ff 100644 --- a/net/xrdp-devel/Makefile +++ b/net/xrdp-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xrdp -PORTVERSION= 0.9.3 +PORTVERSION= 0.9.4 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= net @@ -27,7 +27,7 @@ USE_LDCONFIG= ${PREFIX}/lib/xrdp USE_GITHUB= yes GH_ACCOUNT= neutrinolabs GH_PROJECT= xrdp librfxcodec:librfxcodec libpainter:libpainter -GH_TAGNAME= v0.1.2:librfxcodec v0.1.1:libpainter +GH_TAGNAME= v0.1.3:librfxcodec v0.1.1:libpainter CONFIGURE_ARGS= --localstatedir=/var --enable-strict-locations \ --with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig \ @@ -39,16 +39,21 @@ INSTALL_TARGET= install-strip SUB_FILES= pkg-install pkg-message SUB_LIST= OPENSSLBASE=${OPENSSLBASE} -OPTIONS_DEFINE= DEBUG FUSE IPV6 MP3LAME OPUS -OPTIONS_DEFAULT= OPUS MP3LAME +OPTIONS_DEFINE= DEBUG FUSE IPV6 +OPTIONS_DEFAULT= FDKAAC MP3LAME OPUS +OPTIONS_GROUP= AUDIO_CODEC +OPTIONS_GROUP_AUDIO_CODEC= FDKAAC MP3LAME OPUS +FDKAAC_DESC= Enable Fraunhofer FDK AAC for audio redirection FUSE_DESC= Enable drive redirection via FUSE (experimental) MP3LAME_DESC= Enable MP3 Lame for audio redirection OPUS_DESC= Enable Opus for audio redirection -IPV6_CONFIGURE_ENABLE= ipv6 DEBUG_CONFIGURE_ENABLE= xrdpdebug +FDKAAC_CONFIGURE_ENABLE= fdkaac +FDKAAC_LIB_DEPENDS= libfdk-aac.so:audio/fdk-aac FUSE_CONFIGURE_ENABLE= fuse FUSE_USES= fuse +IPV6_CONFIGURE_ENABLE= ipv6 MP3LAME_CONFIGURE_ENABLE= mp3lame MP3LAME_LIB_DEPENDS= libmp3lame.so:audio/lame OPUS_CONFIGURE_ENABLE= opus |