From 8fdd166e0915df48341df10f8e7e723edd2a281e Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Tue, 18 Oct 2022 06:17:57 +0000 Subject: [PATCH] Revert previous; h323plus needs video support. --- devel/ptlib/Makefile | 9 ++------- devel/ptlib/pkg/PLIST | 6 ++++++ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/devel/ptlib/Makefile b/devel/ptlib/Makefile index d40af7f8358..053fb36744a 100644 --- a/devel/ptlib/Makefile +++ b/devel/ptlib/Makefile @@ -4,7 +4,7 @@ GH_ACCOUNT= willamowius GH_PROJECT= ptlib GH_TAGNAME= v2_10_9_5 PKGNAME= ${DISTNAME:S/_/./g} -REVISION= 1 +REVISION= 2 EPOCH= 0 CATEGORIES= devel telephony @@ -19,7 +19,7 @@ MAINTAINER= Antoine Jacoutot # MPL 1.0 PERMIT_PACKAGE= Yes -WANTLIB += ${COMPILER_LIBCXX} c crypto m sasl2 ssl +WANTLIB += ${COMPILER_LIBCXX} c crypto m sasl2 sndio ssl COMPILER= base-clang ports-gcc base-gcc @@ -52,11 +52,6 @@ CONFIGURE_ARGS= --enable-plugins \ --disable-expat \ --disable-v8 -# for now disable all audio/video (will also disable sndio); -# PTlib is only used by net/h323plus for net/gnugk -CONFIGURE_ARGS += --disable-audio \ - --disable-video - # XXX needs /proc/net/if_inet6 CONFIGURE_ARGS += --disable-ipv6 diff --git a/devel/ptlib/pkg/PLIST b/devel/ptlib/pkg/PLIST index 1d91d97fa8e..2ca4419fc08 100644 --- a/devel/ptlib/pkg/PLIST +++ b/devel/ptlib/pkg/PLIST @@ -177,6 +177,12 @@ include/ptlib/wxstring.h @lib lib/libpt.so.${LIBpt_VERSION} @static-lib lib/libpt_s.a lib/pkgconfig/ptlib.pc +lib/ptlib-2.10.9/ +lib/ptlib-2.10.9/devices/ +lib/ptlib-2.10.9/devices/sound/ +@so lib/ptlib-2.10.9/devices/sound/sndio_pwplugin.so +lib/ptlib-2.10.9/devices/videoinput/ +@so lib/ptlib-2.10.9/devices/videoinput/bsdvideo_pwplugin.so share/ptlib/ share/ptlib/make/ share/ptlib/make/common.mak