Main features on this new major release branch are: * Instant Messaging. Using several different ?standards?: RFC4975, MSRP, T.140, SIP-IM etc etc. * Much improved support for SIP event handling (SUBSCRIBE/NOTIFY/PUBLISH) using factories so more event packages can be added easily. * Support for SIP ?dialog? event package. * Support for Shared Line Appearance (aka Multiple Line Appearance, Bridged Line Appearance or Busy Lamp Field) * Significant improvements in IPv6 support (thanks Yuri Kiryanov!) * Major enhancements to the video rate controller. * Removal of the old H.263 ffmpeg plug in and enhancement of the H.263-1998 plug it to take its place. * H.224 support (H.323 only). * SBC audio codec plug in. * G.722 audio codec plug in. * CELT audio codec plug in. * SWIG support for use in other languages, Java first. * Much improved multi-platform sample GUI client, OpenPhone. Now standard test environment replacing simpleOPAL.
46 lines
1.3 KiB
Makefile
46 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.7 2009/03/18 11:57:15 jmcneill Exp $
|
|
|
|
DISTNAME= ptlib-2.6.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ptlib/2.6/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.ekiga.net/
|
|
COMMENT= Portable Windows Libary
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CONFLICTS+= pwlib-[0-9]*
|
|
|
|
USE_TOOLS+= bison gmake pkg-config
|
|
BUILD_TARGET= optshared
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --enable-plugins
|
|
CONFIGURE_ARGS+= --enable-oss
|
|
CONFIGURE_ARGS+= --enable-v4l2
|
|
CONFIGURE_ARGS+= --enable-opal
|
|
CONFIGURE_ARGS+= --enable-openldap
|
|
#CONFIGURE_ARGS+= --enable-openssl
|
|
CONFIGURE_ARGS+= --enable-expat
|
|
#CONFIGURE_ARGS+= --enable-samples
|
|
CONFIGURE_ARGS+= --disable-bsdvideo
|
|
CONFIGURE_ARGS+= --disable-sunaudio
|
|
CONFIGURE_ARGS+= --disable-alsa
|
|
CONFIGURE_ARGS+= --disable-avc
|
|
CONFIGURE_ARGS+= --disable-dc
|
|
PTHREAD_OPTS+= require
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/version.h ${DESTDIR}${PREFIX}/share/ptlib
|
|
|
|
.include "../../databases/openldap-client/buildlink3.mk"
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.include "../../graphics/libv4l/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../textproc/expat/buildlink3.mk"
|
|
.include "../../mk/oss.buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|