Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29307/net

Added Files:
        gnomemeeting-0.98.0-3.info gnomemeeting-0.98.0-3.patch 
        openmcu-1.1.7-2.info openmcu-1.1.7-2.patch 
Log Message:
update pwlib, openh323, openmcu and gnomemeeting to 10.3 unstable tree

--- NEW FILE: gnomemeeting-0.98.0-3.info ---
Package: gnomemeeting
Version: 0.98.0
Revision: 3
Maintainer: Shawn Hsiao <[EMAIL PROTECTED]>
BuildDepends: intltool, orbit2-dev, linc1, libgnomeui2-dev, libxml2, pango1, 
gdk-pixbuf-shlibs, libbonobo2-dev, gconf2, gnome-libs, gnome-libs-dev, glib2, gtk+2, 
openh323 (>= 1.12.2), pwlib (>= 1.5.2), pkgconfig, openldap-ssl-dev, openssl097-dev, 
db41-shlibs (>= 4.1.24-6) | db41-ssl-shlibs (>= 4.1.24-6), libgnome2-dev, pango1-dev, 
atk1, esound, gconf2-dev, bonobo-activation2-dev, gnome-vfs2-dev, libgnomecanvas2-dev, 
libart2, libbonoboui2-dev, cyrus-sasl2-dev, expat, gettext-dev, gettext-bin, 
libiconv-dev, x11-dev
Depends: orbit2-shlibs, linc1-shlibs, libgnomeui2-shlibs, sdl-shlibs, libxml2-shlibs, 
pango1-shlibs, gdk-pixbuf-shlibs, libbonobo2-shlibs, glib2-shlibs, gnome-libs-shlibs, 
gtk+2-shlibs, gconf2-shlibs, openldap-ssl-shlibs, db41-shlibs (>= 4.1.24-6) | 
db41-ssl-shlibs (>= 4.1.24-6), openh323-shlibs (>= 1.12.2), pwlib-shlibs (>= 1.5.2), 
x11
Source: http://www.gnomemeeting.org/downloads/%v/sources/gnomemeeting-%v.tar.gz
Source-MD5: 4da5099d044602c712b613c078020bf7
Patch: %f.patch
GCC: 3.3
SetCC: gcc3
SetCXX: g++3
SetLDFLAGS: -L/usr/lib -L%p/lib -lcrypto -lexpat
ConfigureParams: --libdir=%p/share --mandir=%p/share/man 
--with-ptlib-includes=%p/lib/pwlib/include/ptlib --with-ptlib-libs=%p/lib/pwlib/lib 
--with-openh323-includes=%p/lib/openh323/include 
--with-openh323-libs=%p/lib/openh323/lib --with-openssl-include=%p/include 
--with-openssl-libs=%p/lib --with-openldap-includes=%p/include 
--with-openldap-libs=%p/lib
InstallScript: <<
make install DESTDIR=%d
install -d -m 755 %i/lib/bonobo/servers
mv %i/share/bonobo/servers/gnomemeeting.server %i/lib/bonobo/servers/
<<
PostInstScript: <<
GCONF_CONFIG_SOURCE=xml::%p/etc/gconf/gconf.xml.defaults gconftool-2 
--makefile-install-rule %p/etc/gconf/schemas/gnomemeeting.schemas
gconftool-2 --shutdown
<<
DocFiles: AUTHORS ChangeLog COPYING FAQ NEWS README TODO
Description: Videoconferencing and VoIP/IP telephony app 
DescDetail: <<
GnomeMeeting is an H.323 compatible videoconferencing and VOIP/IP-Telephony
application that allows you to make audio and video calls to remote users
with H.323 hardware or software (such as Microsoft Netmeeting). It supports
all modern videoconferencing features, such as registering to an ILS
directory, gatekeeper support, making multi-user conference calls using
an external MCU, using modern Quicknet telephony cards, and making
PC-To-Phone calls. 
<<
DescPort: <<
Supports for IPv6 are disabled in this package.
<<
License: GPL/LGPL
Homepage: http://www.gnomemeeting.org/

--- NEW FILE: gnomemeeting-0.98.0-3.patch ---
diff -ru ../gnomemeeting-0.98.0/configure gnomemeeting-0.98.0/configure
--- ../gnomemeeting-0.98.0/configure    Sun Jun 22 18:51:07 2003
+++ gnomemeeting-0.98.0/configure       Tue Jun 24 17:40:48 2003
@@ -9587,11 +9587,11 @@
     ;;
 
   darwin* )
-��� H323_CFLAGS="-DP_MACOSX $ARCH_H323_CFLAGS -O2 -Wall -DNO_LONG_DOUBLE 
-DPHAS_TEMPLATES -DP_USE_PRAGMA -DPTRACING -DSTATIC_LIBS_USED"
-��� H323_LIBS="-multiply_defined suppress -lh323_Darwin_ppc_r_s -lpt_Darwin_ppc_r_s 
-lssl -lcrypto -lX11 -framework AudioToolbox -framework CoreAudio -framework 
CoreServices"
-��� LIBPT_FILE="libpt_Darwin_ppc_r_s.a"
-��� LIBOPENH323_FILE="libh323_Darwin_ppc_r_s.a"
-��� HAS_SPEEX="enabled"
+    H323_CFLAGS="-DP_MACOSX=66 $ARCH_H323_CFLAGS -O2 -Wall -DNO_LONG_DOUBLE 
-D_REENTRANT -fno-common -dynamic -DPHAS_TEMPLATES -DPTRACING -DSTATIC_LIBS_USED"
+    H323_LIBS="-multiply_defined suppress -lh323_Darwin_ppc_r_s -lpt_Darwin_ppc_r_s 
-lexpat -lssl -lcrypto -lX11 -framework AudioToolbox -framework CoreAudio -framework 
CoreServices"
+    LIBPT_FILE="libpt_Darwin_ppc_r_s.a"
+    LIBOPENH323_FILE="libh323_Darwin_ppc_r_s.a"
+    HAS_SPEEX="enabled"
     echo "$as_me:$LINENO: result: yes" >&5
 echo "${ECHO_T}yes" >&6
     gm_platform="macosx"
diff -ru ../gnomemeeting-0.98.0/configure.in gnomemeeting-0.98.0/configure.in
--- ../gnomemeeting-0.98.0/configure.in Sun Jun 22 18:46:05 2003
+++ gnomemeeting-0.98.0/configure.in    Tue Jun 24 17:40:48 2003
@@ -102,11 +102,11 @@
     ;;
 
   darwin* )
-��� H323_CFLAGS="-DP_MACOSX $ARCH_H323_CFLAGS -O2 -Wall -DNO_LONG_DOUBLE 
-DPHAS_TEMPLATES -DP_USE_PRAGMA -DPTRACING -DSTATIC_LIBS_USED"
-��� H323_LIBS="-multiply_defined suppress -lh323_Darwin_ppc_r_s -lpt_Darwin_ppc_r_s 
-lssl -lcrypto -lX11 -framework AudioToolbox -framework CoreAudio -framework 
CoreServices"
-��� LIBPT_FILE="libpt_Darwin_ppc_r_s.a"
-��� LIBOPENH323_FILE="libh323_Darwin_ppc_r_s.a"
-��� HAS_SPEEX="enabled"
+    H323_CFLAGS="-DP_MACOSX=66 $ARCH_H323_CFLAGS -O2 -Wall -DNO_LONG_DOUBLE 
-D_REENTRANT -fno-common -dynamic -DPHAS_TEMPLATES -DPTRACING -DSTATIC_LIBS_USED"
+    H323_LIBS="-multiply_defined suppress -lh323_Darwin_ppc_r_s -lpt_Darwin_ppc_r_s 
-lexpat -lssl -lcrypto -lX11 -framework AudioToolbox -framework CoreAudio -framework 
CoreServices"
+    LIBPT_FILE="libpt_Darwin_ppc_r_s.a"
+    LIBOPENH323_FILE="libh323_Darwin_ppc_r_s.a"
+    HAS_SPEEX="enabled"
     AC_MSG_RESULT([yes])
     gm_platform="macosx"
     ;;
diff -ru ../gnomemeeting-0.98.0/src/config.cpp gnomemeeting-0.98.0/src/config.cpp
--- ../gnomemeeting-0.98.0/src/config.cpp       Mon Jun 23 05:16:33 2003
+++ gnomemeeting-0.98.0/src/config.cpp  Tue Jun 24 17:40:48 2003
@@ -928,8 +928,8 @@
   int vol = 0;
   char *mixer = NULL;
   GmWindow *gw = NULL;
-#ifdef HAS_IXJ
   GMH323EndPoint *endpoint = MyApp->Endpoint ();
+#ifdef HAS_IXJ
   GMLid *lid = NULL;
 #endif
   
diff -ru ../gnomemeeting-0.98.0/src/endpoint.cpp gnomemeeting-0.98.0/src/endpoint.cpp
--- ../gnomemeeting-0.98.0/src/endpoint.cpp     Sun Jun 22 05:35:25 2003
+++ gnomemeeting-0.98.0/src/endpoint.cpp        Wed Jun 25 11:25:55 2003
@@ -175,7 +175,7 @@
   ils_client = new GMILSClient ();
 
   /* Use IPv6 address family by default if available. */
-#ifdef P_HAS_IPV6
+#if 0 // for Darwin
   if (PIPSocket::IsIpAddressFamilyV6Supported())
     PIPSocket::SetDefaultIpAddressFamilyV6();
 #endif
Only in gnomemeeting-0.98.0/src: gnomemeeting-config-tool
diff -ru ../gnomemeeting-0.98.0/src/gnomemeeting.cpp 
gnomemeeting-0.98.0/src/gnomemeeting.cpp
--- ../gnomemeeting-0.98.0/src/gnomemeeting.cpp Sun Jun 22 18:46:14 2003
+++ gnomemeeting-0.98.0/src/gnomemeeting.cpp    Tue Jun 24 17:40:48 2003
@@ -126,7 +126,9 @@
     
     endpoint->ClearAllCalls (H323Connection::EndedByLocalUser, TRUE);
     endpoint->RemoveVideoGrabber (true);
+#ifdef HAS_IXJ
     endpoint->RemoveLid ();
+#endif
   }
   RemoveEndpoint ();
 
--- gnomemeeting-0.98.5/lib/xdap/xdap.c Tue Sep  9 05:55:25 2003
+++ gnomemeeting-0.98.5-patched/lib/xdap/xdap.c Thu Feb 19 21:15:46 2004
@@ -156,7 +156,7 @@
           xmlEntityPtr (**oldgetent) (void *, const xmlChar *), int noerr)
 {
   xmlDocPtr xp;
-  xmlSAXHandler sax;
+  xmlSAXHandlerV1 sax;

   memset (&sax, 0, sizeof sax);
   sax = xmlDefaultSAXHandler;  /* Copy original handler */


--- NEW FILE: openmcu-1.1.7-2.info ---
Package: openmcu
Version: 1.1.7
Revision: 2
Maintainer: Shawn Hsiao <[EMAIL PROTECTED]>
BuildDepends: fink (>= 0.9.12), dlcompat-dev
Depends: pwlib (>= 1.5.0-1), pwlib-shlibs (>= 1.5.0-1), openh323 (>= 1.12.0-2), 
openh323-shlibs (>= 1.12.0-2)
Source: http://www.openh323.org/bin/%n_%v.tar.gz
Source-MD5: 041c468256f426e9e5a8cec0cdc769f6
SourceDirectory: openmcu
#GCC: 3.1
SetCC: gcc3
SetCXX: g++3
Patch: %f.patch
CompileScript: <<
 make CPLUS=g++3 PWLIBDIR=%p/lib/pwlib/ OPENH323DIR=%p/lib/openh323 opt MACHTYPE=ppc
<<
InstallScript: <<
install -d %i/bin/
install -m 755 ./obj_Darwin_ppc_r/openmcu %i/bin/
strip %i/bin/openmcu
install -d %i/share/man/man1/
install -m 644 openmcu.1 %i/share/man/man1/
<<
Description: H.323 conferencing server based on OpenH323
DescDetail: <<
openmcu is a simple Mutli Conference Unit using the H.323 protocol.
It sets up a H.323 listener process, and then waits for incoming
connections. Whenever an incoming connection is established, it adds
that call to the specified conference or to the default one if none
is specified.
<<
Homepage: http://www.openh323.org/
License: OSI-Approved

--- NEW FILE: openmcu-1.1.7-2.patch ---
diff -ur openmcu/main.cxx openmcu.new/main.cxx
--- openmcu/main.cxx    Mon Feb 10 04:29:15 2003
+++ openmcu.new/main.cxx        Thu Jul  3 15:46:57 2003
@@ -261,7 +261,6 @@
 #include "speexcodec.h"
 #ifndef NO_VIDEO
 #include "h261codec.h"
-#include "videoio.h"
 #endif
 #include "main.h"
 



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to