Revert previous; h323plus needs video support.
This commit is contained in:
parent
02ed5dc2be
commit
8fdd166e09
@ -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 <ajacoutot@openbsd.org>
|
||||
# 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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user