fritzkink
2023-10-15 53645ddeedbd3ca6ff33dfa967ac5a37f070f81d
ptlib - update to version 2.16.2

9 files deleted
2 files added
4 files modified
446 ■■■■■ changed files
components/library/ptlib/Makefile 71 ●●●●● patch | view | raw | blame | history
components/library/ptlib/files/ptbuildopts.h 5 ●●●●● patch | view | raw | blame | history
components/library/ptlib/manifests/sample-manifest.p5m 56 ●●●● patch | view | raw | blame | history
components/library/ptlib/patches/01_ldap.patch 33 ●●●●● patch | view | raw | blame | history
components/library/ptlib/patches/02-dsymutil.patch 22 ●●●●● patch | view | raw | blame | history
components/library/ptlib/patches/ptlib-01-inaddr-none.patch 12 ●●●●● patch | view | raw | blame | history
components/library/ptlib/patches/ptlib-02-bison.patch 39 ●●●●● patch | view | raw | blame | history
components/library/ptlib/patches/ptlib-03-rpath.patch 11 ●●●●● patch | view | raw | blame | history
components/library/ptlib/patches/ptlib-04-amd64.patch 14 ●●●●● patch | view | raw | blame | history
components/library/ptlib/patches/ptlib-08-enable-mjpeg.patch 10 ●●●●● patch | view | raw | blame | history
components/library/ptlib/patches/ptlib-10-operator-new-delete.patch 56 ●●●●● patch | view | raw | blame | history
components/library/ptlib/patches/ptlib-11-gcc5.patch 13 ●●●●● patch | view | raw | blame | history
components/library/ptlib/patches/ptlib-12-gcc6.patch 29 ●●●●● patch | view | raw | blame | history
components/library/ptlib/pkg5 15 ●●●● patch | view | raw | blame | history
components/library/ptlib/ptlib.p5m 60 ●●●● patch | view | raw | blame | history
components/library/ptlib/Makefile
@@ -12,66 +12,85 @@
#
# Copyright 2014 Alexander Pyhalov.  All rights reserved.
# Copyright 2016 Aurelien Larcher.  All rights reserved.
# Copyright 2023 Friedrich Kink.  All rights reserved.
#
# does not build with recent openssl versions
#USE_OPENSSL11= yes
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME= ptlib
COMPONENT_VERSION= 2.10.11
COMPONENT_REVISION= 4
COMPONENT_VERSION= 2.16.2
COMPONENT_SUMMARY= PTLib Class Library
COMPONENT_PROJECT_URL = http://www.gnome.org
COMPONENT_PROJECT_URL = https://sourceforge.net/projects/opalvoip/
COMPONENT_FMRI=library/desktop/ptlib
COMPONENT_CLASSIFICATION=Desktop (GNOME)/Libraries
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
COMPONENT_ARCHIVE_HASH= \
  sha256:3a17f01d66301663f76130b425d93c2730f2a33df666982165166ff4653dc2c9
  sha256:eb444e1d72db69c8db1b9b302faa86ba4603cf310a82c934a78238e4f91405d0
COMPONENT_ARCHIVE_URL= \
  https://download.gnome.org/sources/ptlib/2.10/$(COMPONENT_ARCHIVE)
  $(COMPONENT_PROJECT_URL)files/V3.16%20Procyon/Stable%202/$(COMPONENT_ARCHIVE)
COMPONENT_LICENSE= MPLv1.0
CONFIGURE_FIX_LIBTOOL_RPATH = no
#CONFIGURE_FIX_LIBTOOL_RPATH = no
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/configure.mk
include $(WS_MAKE_RULES)/ips.mk
include $(WS_MAKE_RULES)/common.mk
COMPONENT_PREP_ACTION=( cd $(@D)/plugins && aclocal && autoconf &&\
        cd $(@D)&& aclocal && autoconf)
PATH=        $(PATH.gnu)
COMPONENT_PREP_ACTION=( cd $(@D) && aclocal && autoconf )
COMPONENT_BUILD_ARGS += VERBOSE=1
# Missing files in build dir for configure without this.
COMPONENT_PRE_CONFIGURE_ACTION =        ($(CLONEY) $(SOURCE_DIR) $(@D))
COMPONENT_PRE_CONFIGURE_ACTION =        ( CLONEY_MODE=copy $(CLONEY) $(SOURCE_DIR) $(@D) )
COMPONENT_POST_CONFIGURE_ACTION =        ( echo "install: ; @\$$(MAKE) --file=$(SOURCE_DIR)/Makefile \$$(MAKECMDGOALS)" >> $(@D)/Makefile )
CONFIGURE_OPTIONS += --sysconfdir=/etc
CONFIGURE_OPTIONS += --enable-plugins
CONFIGURE_OPTIONS += --enable-resolver
CONFIGURE_OPTIONS += --enable-opal
CONFIGURE_OPTIONS += --disable-openssl
CONFIGURE_OPTIONS += --enable-cpp11
CONFIGURE_OPTIONS += --enable-exceptions
#CONFIGURE_OPTIONS += --enable-opal
CONFIGURE_OPTIONS += --enable-openssl
CONFIGURE_OPTIONS += --enable-sunaudio
CONFIGURE_OPTIONS += --enable-pulse
CONFIGURE_OPTIONS += --enable-url
CONFIGURE_OPTIONS += --enable-http
CONFIGURE_OPTIONS += --enable-httpforms
CONFIGURE_OPTIONS += --enable-httpsvc
CONFIGURE_OPTIONS += --enable-v4l2
CONFIGURE_OPTIONS += --disable-v4l2
CONFIGURE_OPTIONS += --enable-v4l
CONFIGURE_OPTIONS += --enable-lua
COMPONENT_POST_INSTALL_ACTION= \
            (cd $(PROTOUSRDIR) ;  \
             $(MV) include/ptbuildopts.h include/ptbuildopts-$(BITS).h )
CONFIGURE_OPTIONS += PKG_CONFIG_PATH=/usr/lib/$(MACH64)/pkgconfig
#CONFIGURE_OPTIONS += OPENSSL_CFLAGS=-I$(OPENSSL_INCDIR)
#CONFIGURE_OPTIONS += OPENSSL_LIBS="-L$(OPENSSL_LIBDIR) -lssl -lcrypto"
CONFIGURE_OPTIONS += OPENLDAP_LIBS="-llber-2.6 -lldap-2.6"
# to ensure gstreamer-1.0
CONFIGURE_OPTIONS += GSTREAMER_LIBS="-lgstreamer-1.0 -lgobject-2.0 -lglib-2.0"
CONFIGURE_OPTIONS += GSTREAMER_CFLAGS="-pthread -DFFI_NO_RAW_API -I/usr/include/gstreamer-1.0 -I/usr/lib/amd64/libffi-3.2.1/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre"
ENV += -i
build: $(BUILD_32_and_64)
install: $(INSTALL_32_and_64)
test: $(NO_TESTS)
# Auto-generated dependencies
REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
REQUIRED_PACKAGES += $(JPEG_IMPLEM_PKG)
REQUIRED_PACKAGES += library/audio/gstreamer1
REQUIRED_PACKAGES += library/audio/pulseaudio
REQUIRED_PACKAGES += library/expat
REQUIRED_PACKAGES += library/glib2
REQUIRED_PACKAGES += library/ncurses
REQUIRED_PACKAGES += library/openldap
REQUIRED_PACKAGES += library/sdl
REQUIRED_PACKAGES += library/security/openssl
REQUIRED_PACKAGES += library/unixodbc
REQUIRED_PACKAGES += runtime/lua
REQUIRED_PACKAGES += system/library
REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
REQUIRED_PACKAGES += system/library/libpcap
REQUIRED_PACKAGES += system/library/math
REQUIRED_PACKAGES += system/library/security/libsasl
components/library/ptlib/files/ptbuildopts.h
File was deleted
components/library/ptlib/manifests/sample-manifest.p5m
@@ -10,10 +10,11 @@
#
#
# Copyright 2017 <contributor>
# Copyright 2023 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
@@ -22,9 +23,6 @@
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
link path=usr/bin/ptlib-config target=../share/ptlib/make/ptlib-config
file path=usr/include/ptbuildopts-32.h
file path=usr/include/ptbuildopts-64.h
file path=usr/include/ptclib/asnber.h
file path=usr/include/ptclib/asner.h
file path=usr/include/ptclib/asnper.h
@@ -35,6 +33,7 @@
file path=usr/include/ptclib/dtmf.h
file path=usr/include/ptclib/enum.h
file path=usr/include/ptclib/ftp.h
file path=usr/include/ptclib/gstreamer.h
file path=usr/include/ptclib/guid.h
file path=usr/include/ptclib/html.h
file path=usr/include/ptclib/http.h
@@ -43,6 +42,7 @@
file path=usr/include/ptclib/inetmail.h
file path=usr/include/ptclib/inetprot.h
file path=usr/include/ptclib/ipacl.h
file path=usr/include/ptclib/jscript.h
file path=usr/include/ptclib/lua.h
file path=usr/include/ptclib/memfile.h
file path=usr/include/ptclib/mime.h
@@ -52,15 +52,18 @@
file path=usr/include/ptclib/pdns.h
file path=usr/include/ptclib/pffvdev.h
file path=usr/include/ptclib/pils.h
file path=usr/include/ptclib/pjson.h
file path=usr/include/ptclib/pldap.h
file path=usr/include/ptclib/pnat.h
file path=usr/include/ptclib/podbc.h
file path=usr/include/ptclib/portaudio.h
file path=usr/include/ptclib/psasl.h
file path=usr/include/ptclib/psnmp.h
file path=usr/include/ptclib/psoap.h
file path=usr/include/ptclib/psockbun.h
file path=usr/include/ptclib/pssl.h
file path=usr/include/ptclib/pstun.h
file path=usr/include/ptclib/pstunsrvr.h
file path=usr/include/ptclib/ptts.h
file path=usr/include/ptclib/pvfiledev.h
file path=usr/include/ptclib/pvidfile.h
@@ -72,12 +75,16 @@
file path=usr/include/ptclib/qchannel.h
file path=usr/include/ptclib/random.h
file path=usr/include/ptclib/rfc1155.h
file path=usr/include/ptclib/script.h
file path=usr/include/ptclib/shttpsvc.h
file path=usr/include/ptclib/snmp.h
file path=usr/include/ptclib/socks.h
file path=usr/include/ptclib/spooldir.h
file path=usr/include/ptclib/ssdp.h
file path=usr/include/ptclib/telnet.h
file path=usr/include/ptclib/threadpool.h
file path=usr/include/ptclib/url.h
file path=usr/include/ptclib/vartype.h
file path=usr/include/ptclib/vcard.h
file path=usr/include/ptclib/vsdl.h
file path=usr/include/ptclib/vxml.h
@@ -86,21 +93,22 @@
file path=usr/include/ptclib/xmpp_muc.h
file path=usr/include/ptclib/xmpp_roster.h
file path=usr/include/ptlib.h
file path=usr/include/ptlib/MacMainIf.h
file path=usr/include/ptlib/args.h
file path=usr/include/ptlib/array.h
file path=usr/include/ptlib/atomic.h
file path=usr/include/ptlib/bitwise_enum.h
file path=usr/include/ptlib/channel.h
file path=usr/include/ptlib/conchan.h
file path=usr/include/ptlib/config.h
file path=usr/include/ptlib/contain.h
file path=usr/include/ptlib/contain.inl
file path=usr/include/ptlib/critsec.h
file path=usr/include/ptlib/dict.h
file path=usr/include/ptlib/dynalink.h
file path=usr/include/ptlib/ethsock.h
file path=usr/include/ptlib/file.h
file path=usr/include/ptlib/filepath.h
file path=usr/include/ptlib/icmpsock.h
file path=usr/include/ptlib/id_generator.h
file path=usr/include/ptlib/indchan.h
file path=usr/include/ptlib/int64.h
file path=usr/include/ptlib/ipdsock.h
@@ -122,7 +130,6 @@
file path=usr/include/ptlib/pstring.h
file path=usr/include/ptlib/psync.h
file path=usr/include/ptlib/ptime.h
file path=usr/include/ptlib/qos.h
file path=usr/include/ptlib/remconn.h
file path=usr/include/ptlib/safecoll.h
file path=usr/include/ptlib/semaphor.h
@@ -147,8 +154,6 @@
file path=usr/include/ptlib/unix/ptlib/channel.h
file path=usr/include/ptlib/unix/ptlib/conchan.h
file path=usr/include/ptlib/unix/ptlib/config.h
file path=usr/include/ptlib/unix/ptlib/contain.h
file path=usr/include/ptlib/unix/ptlib/critsec.h
file path=usr/include/ptlib/unix/ptlib/dynalink.h
file path=usr/include/ptlib/unix/ptlib/ethsock.h
file path=usr/include/ptlib/unix/ptlib/file.h
@@ -156,12 +161,11 @@
file path=usr/include/ptlib/unix/ptlib/icmpsock.h
file path=usr/include/ptlib/unix/ptlib/ipdsock.h
file path=usr/include/ptlib/unix/ptlib/ipsock.h
file path=usr/include/ptlib/unix/ptlib/maccoreaudio.h
file path=usr/include/ptlib/unix/ptlib/mail.h
file path=usr/include/ptlib/unix/ptlib/mutex.h
file path=usr/include/ptlib/unix/ptlib/pdirect.h
file path=usr/include/ptlib/unix/ptlib/pipechan.h
file path=usr/include/ptlib/unix/ptlib/pmachdep.h
file path=usr/include/ptlib/unix/ptlib/platform.h
file path=usr/include/ptlib/unix/ptlib/pprocess.h
file path=usr/include/ptlib/unix/ptlib/ptime.h
file path=usr/include/ptlib/unix/ptlib/ptlib.inl
@@ -172,7 +176,6 @@
file path=usr/include/ptlib/unix/ptlib/sfile.h
file path=usr/include/ptlib/unix/ptlib/shmvideo.h
file path=usr/include/ptlib/unix/ptlib/socket.h
file path=usr/include/ptlib/unix/ptlib/sound.h
file path=usr/include/ptlib/unix/ptlib/svcproc.h
file path=usr/include/ptlib/unix/ptlib/syncpoint.h
file path=usr/include/ptlib/unix/ptlib/tcpsock.h
@@ -187,24 +190,19 @@
file path=usr/include/ptlib/videoio.h
file path=usr/include/ptlib/videoio1394dc.h
file path=usr/include/ptlib/wxstring.h
link path=usr/lib/$(MACH64)/libpt.so target=libpt.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libpt.so.$(COMPONENT_VERSION)
file path=usr/include/ptlib_config.h
file path=usr/include/ptlib_wx.h
link path=usr/lib/$(MACH64)/libpt.so target=libpt.so.$(HUMAN_VERSION)
file path=usr/lib/$(MACH64)/libpt.so.$(HUMAN_VERSION)
file path=usr/lib/$(MACH64)/libpt.so.$(HUMAN_VERSION).debug
file path=usr/lib/$(MACH64)/libpt_s.a
file path=usr/lib/$(MACH64)/pkgconfig/ptlib.pc
file path=usr/lib/$(MACH64)/ptlib-$(COMPONENT_VERSION)/devices/sound/pulse_pwplugin.so
file path=usr/lib/$(MACH64)/ptlib-$(COMPONENT_VERSION)/devices/sound/sunaudio_pwplugin.so
file path=usr/lib/$(MACH64)/ptlib-$(COMPONENT_VERSION)/devices/videoinput/v4l2_pwplugin.so
link path=usr/lib/libpt.so target=libpt.so.$(COMPONENT_VERSION)
file path=usr/lib/libpt.so.$(COMPONENT_VERSION)
file path=usr/lib/libpt_s.a
file path=usr/lib/pkgconfig/ptlib.pc
file path=usr/lib/ptlib-$(COMPONENT_VERSION)/devices/sound/pulse_pwplugin.so
file path=usr/lib/ptlib-$(COMPONENT_VERSION)/devices/sound/sunaudio_pwplugin.so
file path=usr/lib/ptlib-$(COMPONENT_VERSION)/devices/videoinput/v4l2_pwplugin.so
file path=usr/share/ptlib/make/common.mak
file path=usr/share/ptlib/make/lib.mak
file path=usr/lib/$(MACH64)/ptlib-$(HUMAN_VERSION)/device/sound/oss_ptplugin.so
file path=usr/lib/$(MACH64)/ptlib-$(HUMAN_VERSION)/device/sound/pulse_ptplugin.so
file path=usr/share/ptlib/make/autoconf.mak
file path=usr/share/ptlib/make/plugins.mak
file path=usr/share/ptlib/make/ptbuildopts.mak
file path=usr/share/ptlib/make/ptlib-config
file path=usr/share/ptlib/make/post.mak
file path=usr/share/ptlib/make/pre.mak
file path=usr/share/ptlib/make/ptlib.mak
file path=usr/share/ptlib/make/unix.mak
file path=usr/share/ptlib/make/ptlib_config.mak
file path=usr/share/ptlib/make/toplevel.mak
components/library/ptlib/patches/01_ldap.patch
New file
@@ -0,0 +1,33 @@
--- ptlib-2.16.2/src/ptclib/pldap.cxx    2016-05-12 11:53:04.000000000 +0200
+++ ptlib-2.16.2/src/ptclib/pldap.cxx.orig    2023-09-09 21:11:52.400305692 +0200
@@ -141,7 +141,7 @@
   else
     whoPtr = who;
-#ifdef SOLARIS
+#ifdef SOLARIS_ORIG
   static const int AuthMethodCode[NumAuthenticationMethod2] = {
     LDAP_AUTH_SIMPLE, LDAP_AUTH_SASL, LDAP_AUTH_KRBV41_30, LDAP_AUTH_KRBV42_30
 #else
--- ptlib-2.16.2/include/ptclib/pldap.h    2016-05-12 11:53:07.000000000 +0200
+++ ptlib-2.16.2/include/ptclib/pldap.h.orig    2023-09-09 21:28:37.016974899 +0200
@@ -103,7 +103,7 @@
       AuthSimple,
       AuthSASL,
       AuthKerberos,
-#ifdef SOLARIS
+#ifdef SOLARIS_ORIG
       NumAuthenticationMethod1,
       NumAuthenticationMethod2
 #else
--- ptlib-2.16.2/configure.ac    2016-05-12 11:53:04.000000000 +0200
+++ ptlib-2.16.2/configure.ac.orig    2023-09-09 21:38:43.744699705 +0200
@@ -1462,7 +1462,7 @@
    [Open LDAP support],
    [ldap],
    [],
-   [-lldap -llber],
+   [-lldap-2.6 -llber-2.6],
    [#include <ldap.h>],
    [ldap_init("localhost", 1234)],
    [],
components/library/ptlib/patches/02-dsymutil.patch
New file
@@ -0,0 +1,22 @@
--- ptlib-2.16.2/make/my_macros.m4    2023-10-13 20:01:11.131817824 +0200
+++ ptlib-2.16.2/make/my_macros.m4.new    2023-10-13 20:06:47.829066845 +0200
@@ -433,7 +433,7 @@
 AC_CHECK_TOOL(STRIP, strip)
 AC_CHECK_TOOL(OBJCOPY, objcopy)   dnl GNU (Linux)
-AC_CHECK_TOOL(DSYMUTIL, dsymutil) dnl clang (Mac-OS)
+dnl AC_CHECK_TOOL(DSYMUTIL, dsymutil) dnl clang (Mac-OS)
 dnl Integer sizes, also defines HAVE_STDINT_H and HAVE_INTTYPES_H
 AC_CHECK_SIZEOF(int)
--- ptlib-2.16.2/make/ptlib_config.mak.in    2016-05-12 11:53:04.000000000 +0200
+++ ptlib-2.16.2/make/ptlib_config.mak.in.new    2023-10-13 20:18:08.138103288 +0200
@@ -66,7 +66,7 @@
 RANLIB  := @RANLIB@
 STRIP   := @STRIP@
 OBJCOPY := @OBJCOPY@
-DSYMUTIL:= @DSYMUTIL@
+#DSYMUTIL:= @DSYMUTIL@
 LN_S    := @LN_S@
 MKDIR_P := @MKDIR_P@
 BISON   := @BISON@
components/library/ptlib/patches/ptlib-01-inaddr-none.patch
File was deleted
components/library/ptlib/patches/ptlib-02-bison.patch
File was deleted
components/library/ptlib/patches/ptlib-03-rpath.patch
File was deleted
components/library/ptlib/patches/ptlib-04-amd64.patch
File was deleted
components/library/ptlib/patches/ptlib-08-enable-mjpeg.patch
File was deleted
components/library/ptlib/patches/ptlib-10-operator-new-delete.patch
File was deleted
components/library/ptlib/patches/ptlib-11-gcc5.patch
File was deleted
components/library/ptlib/patches/ptlib-12-gcc6.patch
File was deleted
components/library/ptlib/pkg5
@@ -1,13 +1,22 @@
{
    "dependencies": [
        "SUNWcs",
        "image/library/libjpeg8-turbo",
        "library/audio/gstreamer1",
        "library/audio/pulseaudio",
        "library/expat",
        "library/glib2",
        "library/ncurses",
        "library/openldap",
        "library/sdl",
        "library/security/openssl",
        "library/unixodbc",
        "runtime/lua",
        "system/library",
        "system/library/g++-7-runtime",
        "system/library/gcc-7-runtime"
        "system/library/g++-10-runtime",
        "system/library/gcc-10-runtime",
        "system/library/libpcap",
        "system/library/math",
        "system/library/security/libsasl"
    ],
    "fmris": [
        "library/desktop/ptlib"
components/library/ptlib/ptlib.p5m
@@ -11,9 +11,11 @@
#
# Copyright 2014 Alexander Pyhalov.  All rights reserved.
# Copyright 2023 Friedrich Kink.  All rights reserved.
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
@@ -22,12 +24,11 @@
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file files/ptbuildopts.h path=usr/include/ptbuildopts.h
# remove static libraries
<transform file path=.*/lib/.+.a$ -> drop>
# Generated section:
link path=usr/bin/ptlib-config target=../share/ptlib/make/ptlib-config
file path=usr/include/ptbuildopts-32.h
file path=usr/include/ptbuildopts-64.h
file path=usr/include/ptclib/asnber.h
file path=usr/include/ptclib/asner.h
file path=usr/include/ptclib/asnper.h
@@ -38,6 +39,7 @@
file path=usr/include/ptclib/dtmf.h
file path=usr/include/ptclib/enum.h
file path=usr/include/ptclib/ftp.h
file path=usr/include/ptclib/gstreamer.h
file path=usr/include/ptclib/guid.h
file path=usr/include/ptclib/html.h
file path=usr/include/ptclib/http.h
@@ -46,6 +48,7 @@
file path=usr/include/ptclib/inetmail.h
file path=usr/include/ptclib/inetprot.h
file path=usr/include/ptclib/ipacl.h
file path=usr/include/ptclib/jscript.h
file path=usr/include/ptclib/lua.h
file path=usr/include/ptclib/memfile.h
file path=usr/include/ptclib/mime.h
@@ -55,15 +58,18 @@
file path=usr/include/ptclib/pdns.h
file path=usr/include/ptclib/pffvdev.h
file path=usr/include/ptclib/pils.h
file path=usr/include/ptclib/pjson.h
file path=usr/include/ptclib/pldap.h
file path=usr/include/ptclib/pnat.h
file path=usr/include/ptclib/podbc.h
file path=usr/include/ptclib/portaudio.h
file path=usr/include/ptclib/psasl.h
file path=usr/include/ptclib/psnmp.h
file path=usr/include/ptclib/psoap.h
file path=usr/include/ptclib/psockbun.h
file path=usr/include/ptclib/pssl.h
file path=usr/include/ptclib/pstun.h
file path=usr/include/ptclib/pstunsrvr.h
file path=usr/include/ptclib/ptts.h
file path=usr/include/ptclib/pvfiledev.h
file path=usr/include/ptclib/pvidfile.h
@@ -75,12 +81,16 @@
file path=usr/include/ptclib/qchannel.h
file path=usr/include/ptclib/random.h
file path=usr/include/ptclib/rfc1155.h
file path=usr/include/ptclib/script.h
file path=usr/include/ptclib/shttpsvc.h
file path=usr/include/ptclib/snmp.h
file path=usr/include/ptclib/socks.h
file path=usr/include/ptclib/spooldir.h
file path=usr/include/ptclib/ssdp.h
file path=usr/include/ptclib/telnet.h
file path=usr/include/ptclib/threadpool.h
file path=usr/include/ptclib/url.h
file path=usr/include/ptclib/vartype.h
file path=usr/include/ptclib/vcard.h
file path=usr/include/ptclib/vsdl.h
file path=usr/include/ptclib/vxml.h
@@ -89,21 +99,22 @@
file path=usr/include/ptclib/xmpp_muc.h
file path=usr/include/ptclib/xmpp_roster.h
file path=usr/include/ptlib.h
file path=usr/include/ptlib/MacMainIf.h
file path=usr/include/ptlib/args.h
file path=usr/include/ptlib/array.h
file path=usr/include/ptlib/atomic.h
file path=usr/include/ptlib/bitwise_enum.h
file path=usr/include/ptlib/channel.h
file path=usr/include/ptlib/conchan.h
file path=usr/include/ptlib/config.h
file path=usr/include/ptlib/contain.h
file path=usr/include/ptlib/contain.inl
file path=usr/include/ptlib/critsec.h
file path=usr/include/ptlib/dict.h
file path=usr/include/ptlib/dynalink.h
file path=usr/include/ptlib/ethsock.h
file path=usr/include/ptlib/file.h
file path=usr/include/ptlib/filepath.h
file path=usr/include/ptlib/icmpsock.h
file path=usr/include/ptlib/id_generator.h
file path=usr/include/ptlib/indchan.h
file path=usr/include/ptlib/int64.h
file path=usr/include/ptlib/ipdsock.h
@@ -125,7 +136,6 @@
file path=usr/include/ptlib/pstring.h
file path=usr/include/ptlib/psync.h
file path=usr/include/ptlib/ptime.h
file path=usr/include/ptlib/qos.h
file path=usr/include/ptlib/remconn.h
file path=usr/include/ptlib/safecoll.h
file path=usr/include/ptlib/semaphor.h
@@ -150,8 +160,6 @@
file path=usr/include/ptlib/unix/ptlib/channel.h
file path=usr/include/ptlib/unix/ptlib/conchan.h
file path=usr/include/ptlib/unix/ptlib/config.h
file path=usr/include/ptlib/unix/ptlib/contain.h
file path=usr/include/ptlib/unix/ptlib/critsec.h
file path=usr/include/ptlib/unix/ptlib/dynalink.h
file path=usr/include/ptlib/unix/ptlib/ethsock.h
file path=usr/include/ptlib/unix/ptlib/file.h
@@ -159,12 +167,11 @@
file path=usr/include/ptlib/unix/ptlib/icmpsock.h
file path=usr/include/ptlib/unix/ptlib/ipdsock.h
file path=usr/include/ptlib/unix/ptlib/ipsock.h
file path=usr/include/ptlib/unix/ptlib/maccoreaudio.h
file path=usr/include/ptlib/unix/ptlib/mail.h
file path=usr/include/ptlib/unix/ptlib/mutex.h
file path=usr/include/ptlib/unix/ptlib/pdirect.h
file path=usr/include/ptlib/unix/ptlib/pipechan.h
file path=usr/include/ptlib/unix/ptlib/pmachdep.h
file path=usr/include/ptlib/unix/ptlib/platform.h
file path=usr/include/ptlib/unix/ptlib/pprocess.h
file path=usr/include/ptlib/unix/ptlib/ptime.h
file path=usr/include/ptlib/unix/ptlib/ptlib.inl
@@ -175,7 +182,6 @@
file path=usr/include/ptlib/unix/ptlib/sfile.h
file path=usr/include/ptlib/unix/ptlib/shmvideo.h
file path=usr/include/ptlib/unix/ptlib/socket.h
file path=usr/include/ptlib/unix/ptlib/sound.h
file path=usr/include/ptlib/unix/ptlib/svcproc.h
file path=usr/include/ptlib/unix/ptlib/syncpoint.h
file path=usr/include/ptlib/unix/ptlib/tcpsock.h
@@ -190,24 +196,18 @@
file path=usr/include/ptlib/videoio.h
file path=usr/include/ptlib/videoio1394dc.h
file path=usr/include/ptlib/wxstring.h
link path=usr/lib/$(MACH64)/libpt.so target=libpt.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libpt.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libpt_s.a
file path=usr/include/ptlib_config.h
file path=usr/include/ptlib_wx.h
link path=usr/lib/$(MACH64)/libpt.so target=libpt.so.$(HUMAN_VERSION)
file path=usr/lib/$(MACH64)/libpt.so.$(HUMAN_VERSION)
file path=usr/lib/$(MACH64)/libpt.so.$(HUMAN_VERSION).debug
file path=usr/lib/$(MACH64)/pkgconfig/ptlib.pc
file path=usr/lib/$(MACH64)/ptlib-$(COMPONENT_VERSION)/devices/sound/pulse_pwplugin.so
file path=usr/lib/$(MACH64)/ptlib-$(COMPONENT_VERSION)/devices/sound/sunaudio_pwplugin.so
file path=usr/lib/$(MACH64)/ptlib-$(COMPONENT_VERSION)/devices/videoinput/v4l2_pwplugin.so
link path=usr/lib/libpt.so target=libpt.so.$(COMPONENT_VERSION)
file path=usr/lib/libpt.so.$(COMPONENT_VERSION)
file path=usr/lib/libpt_s.a
file path=usr/lib/pkgconfig/ptlib.pc
file path=usr/lib/ptlib-$(COMPONENT_VERSION)/devices/sound/pulse_pwplugin.so
file path=usr/lib/ptlib-$(COMPONENT_VERSION)/devices/sound/sunaudio_pwplugin.so
file path=usr/lib/ptlib-$(COMPONENT_VERSION)/devices/videoinput/v4l2_pwplugin.so
file path=usr/share/ptlib/make/common.mak
file path=usr/share/ptlib/make/lib.mak
file path=usr/lib/$(MACH64)/ptlib-$(HUMAN_VERSION)/device/sound/oss_ptplugin.so
file path=usr/lib/$(MACH64)/ptlib-$(HUMAN_VERSION)/device/sound/pulse_ptplugin.so
file path=usr/share/ptlib/make/autoconf.mak
file path=usr/share/ptlib/make/plugins.mak
file path=usr/share/ptlib/make/ptbuildopts.mak
file path=usr/share/ptlib/make/ptlib-config mode=0555
file path=usr/share/ptlib/make/post.mak
file path=usr/share/ptlib/make/pre.mak
file path=usr/share/ptlib/make/ptlib.mak
file path=usr/share/ptlib/make/unix.mak
file path=usr/share/ptlib/make/ptlib_config.mak
file path=usr/share/ptlib/make/toplevel.mak