diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-07-20 21:16:23 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-07-20 21:16:23 +0000 |
commit | 364e95f465c81897fd24057602848d0bebd0eb74 (patch) | |
tree | f5b773d92a0a9a770929ea98df546f8a87242416 /net-im | |
parent | updated ebuild to install shared libraries (diff) | |
download | gentoo-2-364e95f465c81897fd24057602848d0bebd0eb74.tar.gz gentoo-2-364e95f465c81897fd24057602848d0bebd0eb74.tar.bz2 gentoo-2-364e95f465c81897fd24057602848d0bebd0eb74.zip |
Removed deprecated builds from cvs. Added latest version of
gnomemeeting. *NOTE* - currently gnomemeeting fails to build properly
when arts suspend support is enabled. Ebuild checks for the kde use
variable, and if it's set applies the patch to disable arts suspend
support.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gnomemeeting/ChangeLog | 34 | ||||
-rw-r--r-- | net-im/gnomemeeting/files/digest-gnomemeeting-0.85.1 | 1 | ||||
-rw-r--r-- | net-im/gnomemeeting/files/digest-gnomemeeting-0.92.1-r1 | 1 | ||||
-rw-r--r-- | net-im/gnomemeeting/files/digest-gnomemeeting-0.93.0 | 1 | ||||
-rw-r--r-- | net-im/gnomemeeting/files/ifarts.diff | 314 | ||||
-rw-r--r-- | net-im/gnomemeeting/gnomemeeting-0.85.1.ebuild | 61 | ||||
-rw-r--r-- | net-im/gnomemeeting/gnomemeeting-0.93.0.ebuild (renamed from net-im/gnomemeeting/gnomemeeting-0.92.1-r1.ebuild) | 17 |
7 files changed, 361 insertions, 68 deletions
diff --git a/net-im/gnomemeeting/ChangeLog b/net-im/gnomemeeting/ChangeLog index b0617279c79c..279c42884ac5 100644 --- a/net-im/gnomemeeting/ChangeLog +++ b/net-im/gnomemeeting/ChangeLog @@ -1,6 +1,38 @@ # ChangeLog for net-im/gnomemeeting # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gnomemeeting/ChangeLog,v 1.2 2002/07/07 14:11:48 stroke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gnomemeeting/ChangeLog,v 1.3 2002/07/20 21:16:23 raker Exp $ + +*gnomemeeting-0.93.0 (20 Jul 2002) + + 20 Jul 2002; Nick Hadaway <raker@gentoo.org> + gnomemeeting-0.93.0.ebuild, files/digest-gnomemeeting-0.93.0, + files/ifarts.diff : + + *NOTE* - arts suspend support (disabling arts during gnomemeeting call) + isn't compilling correctly. I have a patch for the mean time which + checks if you have the kde use variable set, and if you do, disables + arts support. + + Version bump. Removed old versions from cvs. + + - SDL support (video in popup window + fullscreen video) (Damien) + - Improved Quicknet Support (Damien) + - Improved Video Snapshots saving in png's (Damien) + - Support for callto URLs (see FAQ) (Damien) + - Support for URLs at startup via a Bonobo Factory (Damien) + - Improved LDAP browser usability (Damien) + - Added right-click popup menu for video (Damien) + - Made Quicknet optional (Damien) + - Made SDL optional (Damien, Miguel) + - Simplified gconf installation problems detection (Miguel) + - Artsd suspend support (Stefan) + - Flashing messages in the statusbar (Damien) + - Code reorganizations (Kenneth) + - Updated translations: German by Stefan Bruns , Spanish by + Jacobo Tarrio , French by Fabrice Alphonso , Galician by Jacobo Tarrio , + Dutch by Huib Kleinhout , Portuguese by Duarte Loreto , + Russian by Leon Kanter , Slovak by Martin Lacko , Swedish by + Christian Rose , Traditional Chinese by Chung-Yen Chang *gnomemeeting-0.92.1-r1 (07 Jul 2002) diff --git a/net-im/gnomemeeting/files/digest-gnomemeeting-0.85.1 b/net-im/gnomemeeting/files/digest-gnomemeeting-0.85.1 deleted file mode 100644 index d000641d0bd0..000000000000 --- a/net-im/gnomemeeting/files/digest-gnomemeeting-0.85.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 18cc61799805e4bc03dbe61a4c602639 GnomeMeeting-0.85.1.tar.gz 888310 diff --git a/net-im/gnomemeeting/files/digest-gnomemeeting-0.92.1-r1 b/net-im/gnomemeeting/files/digest-gnomemeeting-0.92.1-r1 deleted file mode 100644 index 989882301be3..000000000000 --- a/net-im/gnomemeeting/files/digest-gnomemeeting-0.92.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 e0e4fd4be47ddd42f74056f04ef5f008 GnomeMeeting-0.92.1.tar.gz 1202441 diff --git a/net-im/gnomemeeting/files/digest-gnomemeeting-0.93.0 b/net-im/gnomemeeting/files/digest-gnomemeeting-0.93.0 new file mode 100644 index 000000000000..ad99cf4b96fa --- /dev/null +++ b/net-im/gnomemeeting/files/digest-gnomemeeting-0.93.0 @@ -0,0 +1 @@ +MD5 e485c24c111b7ad45b7da0349a028852 GnomeMeeting-0.93.0.tar.gz 1349806 diff --git a/net-im/gnomemeeting/files/ifarts.diff b/net-im/gnomemeeting/files/ifarts.diff new file mode 100644 index 000000000000..1e5dbedb474e --- /dev/null +++ b/net-im/gnomemeeting/files/ifarts.diff @@ -0,0 +1,314 @@ +diff -urN GnomeMeeting-0.93.0/Makefile GnomeMeeting-0.93.0-noarts/Makefile +--- GnomeMeeting-0.93.0/Makefile Sat Jul 20 15:58:42 2002 ++++ GnomeMeeting-0.93.0-noarts/Makefile Sat Jul 20 15:50:12 2002 +@@ -59,9 +59,9 @@ + POST_UNINSTALL = : + host_alias = + host_triplet = i686-pc-linux-gnu +-ARTSCCONFIG = /usr/kde/3/bin/artsc-config +-ARTSINCL = -I/usr/kde/3/include/artsc +-ARTSLIBS = -L/usr/kde/3/lib -ldl -lartsc -lpthread ++ARTSCCONFIG = ++ARTSINCL = ++ARTSLIBS = + AS = @AS@ + CATALOGS = cs.gmo de.gmo el.gmo es.gmo fr.gmo gl.gmo hu.gmo it.gmo ja.gmo nl.gmo no.gmo pt.gmo pt_BR.gmo ru.gmo sk.gmo sv.gmo tr.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo + CATOBJEXT = .gmo +@@ -77,7 +77,7 @@ + GMOFILES = cs.gmo de.gmo el.gmo es.gmo fr.gmo gl.gmo hu.gmo it.gmo ja.gmo nl.gmo no.gmo pt.gmo pt_BR.gmo ru.gmo sk.gmo sv.gmo tr.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo + GMSGFMT = /usr/bin/msgfmt + GNOMEMEETING_CFLAGS = -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/linc-1.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/X11R6/include +-GNOMEMEETING_INCLUDES = -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/linc-1.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/X11R6/include -I/usr/share/pwlib/include/ptlib/unix -I/usr/share/pwlib/include/ptlib/.. -I/usr/share/pwlib/include/ptlib/../ptclib -I/usr/include -I/usr/share/openh323/include -I/usr/include/openssl -DP_LINUX -D_REENTRANT -DP_HAS_SEMAPHORES -DP_PTHREADS -DPBYTE_ORDER=PLITTLE_ENDIAN -DHAS_OSS -O3 -DNDEBUG -fPIC -g -DPHAS_TEMPLATES -Wall -DHAS_IXJ -I/usr/include/SDL -D_REENTRANT -DHAS_SDL -I/usr/kde/3/include/artsc ++GNOMEMEETING_INCLUDES = -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/linc-1.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/X11R6/include -I/usr/share/pwlib/include/ptlib/unix -I/usr/share/pwlib/include/ptlib/.. -I/usr/share/pwlib/include/ptlib/../ptclib -I/usr/include -I/usr/share/openh323/include -I/usr/include/openssl -DP_LINUX -D_REENTRANT -DP_HAS_SEMAPHORES -DP_PTHREADS -DPBYTE_ORDER=PLITTLE_ENDIAN -DHAS_OSS -O3 -DNDEBUG -fPIC -g -DPHAS_TEMPLATES -Wall -DHAS_IXJ -I/usr/include/SDL -D_REENTRANT -DHAS_SDL + GNOMEMEETING_LDADD = -L/usr/lib -lldap -llber -lresolv -lopenh323 -ldl -lpt -lpthread -lssl -lcrypto -lesd -L/usr/lib -lopenh323 -ldl -lpt -lpthread -lssl -lcrypto -L/usr/lib -lopenh323 -ldl -lpt -lpthread -lssl -lcrypto -L/usr/lib -L/usr/X11R6/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgconf-2 -lgnomevfs-2 -lbonobo-2 -lbonobo-activation -lORBit-2 -lxml2 -lz -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lpthread -lglib-2.0 -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread + GNOMEMEETING_LIBS = -L/usr/X11R6/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgconf-2 -lgnomevfs-2 -lbonobo-2 -lbonobo-activation -lORBit-2 -lxml2 -lz -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lpthread -lglib-2.0 + INSTOBJEXT = .mo +diff -urN GnomeMeeting-0.93.0/config.h GnomeMeeting-0.93.0-noarts/config.h +--- GnomeMeeting-0.93.0/config.h Sat Jul 20 15:58:42 2002 ++++ GnomeMeeting-0.93.0-noarts/config.h Sat Jul 20 15:50:13 2002 +@@ -40,7 +40,7 @@ + #define HAVE_ARGZ_H 1 + + /* Define if you have ARTS sound server */ +-#define HAVE_ARTS 1 ++/* #undef HAVE_ARTS */ + + /* Define if you have the `dcgettext' function. */ + #define HAVE_DCGETTEXT 1 +diff -urN GnomeMeeting-0.93.0/config.log GnomeMeeting-0.93.0-noarts/config.log +--- GnomeMeeting-0.93.0/config.log Sat Jul 20 15:58:42 2002 ++++ GnomeMeeting-0.93.0-noarts/config.log Sat Jul 20 15:50:13 2002 +@@ -483,14 +483,9 @@ + configure:8624: $? = 0 + configure:8640: result: yes + configure:8731: checking for artsc-config +-configure:8748: found /usr/kde/3/bin/artsc-config +-configure:8759: result: /usr/kde/3/bin/artsc-config ++configure:8762: result: no + configure:8766: checking for aRts Sound server +-configure:8797: gcc -c -g -O2 -I/usr/kde/3/include/artsc conftest.c >&5 +-configure:8800: $? = 0 +-configure:8803: test -s conftest.o +-configure:8806: $? = 0 +-configure:8819: result: yes ++configure:8819: result: no + configure:8848: checking for OpenSSL includes + configure:8850: result: + configure:8854: checking for ssl.h +@@ -740,7 +735,7 @@ + + ac_cv_build=i686-pc-linux-gnu + ac_cv_build_alias=i686-pc-linux-gnu +-ac_cv_c_artsserver=yes ++ac_cv_c_artsserver=no + ac_cv_c_bigendian=no + ac_cv_c_compiler_gnu=yes + ac_cv_c_const=yes +@@ -813,7 +808,6 @@ + ac_cv_lib_ldap_ldap_simple_bind=yes + ac_cv_lib_resolv_res_gethostbyaddr=yes + ac_cv_objext=o +-ac_cv_path_ARTSCCONFIG=/usr/kde/3/bin/artsc-config + ac_cv_path_GMSGFMT=/usr/bin/msgfmt + ac_cv_path_INTLTOOL_PERL=/usr/bin/perl + ac_cv_path_MSGFMT=/usr/bin/msgfmt +@@ -890,7 +884,6 @@ + #define HAVE_STDINT_H 1 + #define HAVE_UNISTD_H 1 + #define SIZEOF_LONG 4 +-#define HAVE_ARTS 1 + #define GETTEXT_PACKAGE "GnomeMeeting" + #define HAVE_ALLOCA_H 1 + #define HAVE_ALLOCA 1 +diff -urN GnomeMeeting-0.93.0/config.status GnomeMeeting-0.93.0-noarts/config.status +--- GnomeMeeting-0.93.0/config.status Sat Jul 20 15:58:42 2002 ++++ GnomeMeeting-0.93.0-noarts/config.status Sat Jul 20 15:50:12 2002 +@@ -356,9 +356,9 @@ + s,@SDL_CONFIG@,/usr/bin/sdl-config,;t t + s,@SDL_CFLAGS@,-I/usr/include/SDL -D_REENTRANT -DHAS_SDL,;t t + s,@SDL_LIBS@,-L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread,;t t +-s,@ARTSCCONFIG@,/usr/kde/3/bin/artsc-config,;t t +-s,@ARTSLIBS@,-L/usr/kde/3/lib -ldl -lartsc -lpthread,;t t +-s,@ARTSINCL@,-I/usr/kde/3/include/artsc,;t t ++s,@ARTSCCONFIG@,,;t t ++s,@ARTSLIBS@,,;t t ++s,@ARTSINCL@,,;t t + s,@WARN_CFLAGS@, ,;t t + s,@GETTEXT_PACKAGE@,GnomeMeeting,;t t + s,@ALLOCA@,,;t t +@@ -378,7 +378,7 @@ + s,@POSUB@,po,;t t + s,@MKINSTALLDIRS@,./mkinstalldirs,;t t + s,@GNOMEMEETING_LDADD@,-L/usr/lib -lldap -llber -lresolv -lopenh323 -ldl -lpt -lpthread -lssl -lcrypto -lesd -L/usr/lib -lopenh323 -ldl -lpt -lpthread -lssl -lcrypto -L/usr/lib -lopenh323 -ldl -lpt -lpthread -lssl -lcrypto -L/usr/lib -L/usr/X11R6/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgconf-2 -lgnomevfs-2 -lbonobo-2 -lbonobo-activation -lORBit-2 -lxml2 -lz -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lpthread -lglib-2.0 -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread ,;t t +-s,@GNOMEMEETING_INCLUDES@, -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/linc-1.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/X11R6/include -I/usr/share/pwlib/include/ptlib/unix -I/usr/share/pwlib/include/ptlib/.. -I/usr/share/pwlib/include/ptlib/../ptclib -I/usr/include -I/usr/share/openh323/include -I/usr/include/openssl -DP_LINUX -D_REENTRANT -DP_HAS_SEMAPHORES -DP_PTHREADS -DPBYTE_ORDER=PLITTLE_ENDIAN -DHAS_OSS -O3 -DNDEBUG -fPIC -g -DPHAS_TEMPLATES -Wall -DHAS_IXJ -I/usr/include/SDL -D_REENTRANT -DHAS_SDL -I/usr/kde/3/include/artsc,;t t ++s,@GNOMEMEETING_INCLUDES@, -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/linc-1.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/X11R6/include -I/usr/share/pwlib/include/ptlib/unix -I/usr/share/pwlib/include/ptlib/.. -I/usr/share/pwlib/include/ptlib/../ptclib -I/usr/include -I/usr/share/openh323/include -I/usr/include/openssl -DP_LINUX -D_REENTRANT -DP_HAS_SEMAPHORES -DP_PTHREADS -DPBYTE_ORDER=PLITTLE_ENDIAN -DHAS_OSS -O3 -DNDEBUG -fPIC -g -DPHAS_TEMPLATES -Wall -DHAS_IXJ -I/usr/include/SDL -D_REENTRANT -DHAS_SDL ,;t t + s,@gnomedatadir@,/usr/share,;t t + s,@gnomeconfdir@,/etc,;t t + CEOF +@@ -642,7 +642,6 @@ + ${ac_dA}HAVE_STDINT_H${ac_dB}HAVE_STDINT_H${ac_dC}1${ac_dD} + ${ac_dA}HAVE_UNISTD_H${ac_dB}HAVE_UNISTD_H${ac_dC}1${ac_dD} + ${ac_dA}SIZEOF_LONG${ac_dB}SIZEOF_LONG${ac_dC}4${ac_dD} +-${ac_dA}HAVE_ARTS${ac_dB}HAVE_ARTS${ac_dC}1${ac_dD} + ${ac_dA}GETTEXT_PACKAGE${ac_dB}GETTEXT_PACKAGE${ac_dC}"GnomeMeeting"${ac_dD} + ${ac_dA}HAVE_ALLOCA_H${ac_dB}HAVE_ALLOCA_H${ac_dC}1${ac_dD} + ${ac_dA}HAVE_ALLOCA${ac_dB}HAVE_ALLOCA${ac_dC}1${ac_dD} +@@ -662,6 +661,7 @@ + ${ac_dA}HAVE_MUNMAP${ac_dB}HAVE_MUNMAP${ac_dC}1${ac_dD} + ${ac_dA}HAVE_PUTENV${ac_dB}HAVE_PUTENV${ac_dC}1${ac_dD} + ${ac_dA}HAVE_SETENV${ac_dB}HAVE_SETENV${ac_dC}1${ac_dD} ++${ac_dA}HAVE_SETLOCALE${ac_dB}HAVE_SETLOCALE${ac_dC}1${ac_dD} + CEOF + sed -f $tmp/defines.sed $tmp/in >$tmp/out + rm -f $tmp/in +@@ -671,7 +671,6 @@ + /^[ ]*#[ ]*define/!b + t clr + : clr +-${ac_dA}HAVE_SETLOCALE${ac_dB}HAVE_SETLOCALE${ac_dC}1${ac_dD} + ${ac_dA}HAVE_STRCHR${ac_dB}HAVE_STRCHR${ac_dC}1${ac_dD} + ${ac_dA}HAVE_STRCASECMP${ac_dB}HAVE_STRCASECMP${ac_dC}1${ac_dD} + ${ac_dA}HAVE_STRDUP${ac_dB}HAVE_STRDUP${ac_dC}1${ac_dD} +@@ -713,7 +712,6 @@ + ${ac_uA}HAVE_STDINT_H${ac_uB}HAVE_STDINT_H${ac_uC}1${ac_uD} + ${ac_uA}HAVE_UNISTD_H${ac_uB}HAVE_UNISTD_H${ac_uC}1${ac_uD} + ${ac_uA}SIZEOF_LONG${ac_uB}SIZEOF_LONG${ac_uC}4${ac_uD} +-${ac_uA}HAVE_ARTS${ac_uB}HAVE_ARTS${ac_uC}1${ac_uD} + ${ac_uA}GETTEXT_PACKAGE${ac_uB}GETTEXT_PACKAGE${ac_uC}"GnomeMeeting"${ac_uD} + ${ac_uA}HAVE_ALLOCA_H${ac_uB}HAVE_ALLOCA_H${ac_uC}1${ac_uD} + ${ac_uA}HAVE_ALLOCA${ac_uB}HAVE_ALLOCA${ac_uC}1${ac_uD} +@@ -733,6 +731,7 @@ + ${ac_uA}HAVE_MUNMAP${ac_uB}HAVE_MUNMAP${ac_uC}1${ac_uD} + ${ac_uA}HAVE_PUTENV${ac_uB}HAVE_PUTENV${ac_uC}1${ac_uD} + ${ac_uA}HAVE_SETENV${ac_uB}HAVE_SETENV${ac_uC}1${ac_uD} ++${ac_uA}HAVE_SETLOCALE${ac_uB}HAVE_SETLOCALE${ac_uC}1${ac_uD} + CEOF + sed -f $tmp/undefs.sed $tmp/in >$tmp/out + rm -f $tmp/in +@@ -742,7 +741,6 @@ + /^[ ]*#[ ]*undef/!b + t clr + : clr +-${ac_uA}HAVE_SETLOCALE${ac_uB}HAVE_SETLOCALE${ac_uC}1${ac_uD} + ${ac_uA}HAVE_STRCHR${ac_uB}HAVE_STRCHR${ac_uC}1${ac_uD} + ${ac_uA}HAVE_STRCASECMP${ac_uB}HAVE_STRCASECMP${ac_uC}1${ac_uD} + ${ac_uA}HAVE_STRDUP${ac_uB}HAVE_STRDUP${ac_uC}1${ac_uD} +diff -urN GnomeMeeting-0.93.0/lib/Makefile GnomeMeeting-0.93.0-noarts/lib/Makefile +--- GnomeMeeting-0.93.0/lib/Makefile Sat Jul 20 15:58:42 2002 ++++ GnomeMeeting-0.93.0-noarts/lib/Makefile Sat Jul 20 15:50:12 2002 +@@ -59,9 +59,9 @@ + POST_UNINSTALL = : + host_alias = + host_triplet = i686-pc-linux-gnu +-ARTSCCONFIG = /usr/kde/3/bin/artsc-config +-ARTSINCL = -I/usr/kde/3/include/artsc +-ARTSLIBS = -L/usr/kde/3/lib -ldl -lartsc -lpthread ++ARTSCCONFIG = ++ARTSINCL = ++ARTSLIBS = + AS = @AS@ + CATALOGS = cs.gmo de.gmo el.gmo es.gmo fr.gmo gl.gmo hu.gmo it.gmo ja.gmo nl.gmo no.gmo pt.gmo pt_BR.gmo ru.gmo sk.gmo sv.gmo tr.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo + CATOBJEXT = .gmo +@@ -77,7 +77,7 @@ + GMOFILES = cs.gmo de.gmo el.gmo es.gmo fr.gmo gl.gmo hu.gmo it.gmo ja.gmo nl.gmo no.gmo pt.gmo pt_BR.gmo ru.gmo sk.gmo sv.gmo tr.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo + GMSGFMT = /usr/bin/msgfmt + GNOMEMEETING_CFLAGS = -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/linc-1.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/X11R6/include +-GNOMEMEETING_INCLUDES = -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/linc-1.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/X11R6/include -I/usr/share/pwlib/include/ptlib/unix -I/usr/share/pwlib/include/ptlib/.. -I/usr/share/pwlib/include/ptlib/../ptclib -I/usr/include -I/usr/share/openh323/include -I/usr/include/openssl -DP_LINUX -D_REENTRANT -DP_HAS_SEMAPHORES -DP_PTHREADS -DPBYTE_ORDER=PLITTLE_ENDIAN -DHAS_OSS -O3 -DNDEBUG -fPIC -g -DPHAS_TEMPLATES -Wall -DHAS_IXJ -I/usr/include/SDL -D_REENTRANT -DHAS_SDL -I/usr/kde/3/include/artsc ++GNOMEMEETING_INCLUDES = -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/linc-1.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/X11R6/include -I/usr/share/pwlib/include/ptlib/unix -I/usr/share/pwlib/include/ptlib/.. -I/usr/share/pwlib/include/ptlib/../ptclib -I/usr/include -I/usr/share/openh323/include -I/usr/include/openssl -DP_LINUX -D_REENTRANT -DP_HAS_SEMAPHORES -DP_PTHREADS -DPBYTE_ORDER=PLITTLE_ENDIAN -DHAS_OSS -O3 -DNDEBUG -fPIC -g -DPHAS_TEMPLATES -Wall -DHAS_IXJ -I/usr/include/SDL -D_REENTRANT -DHAS_SDL + GNOMEMEETING_LDADD = -L/usr/lib -lldap -llber -lresolv -lopenh323 -ldl -lpt -lpthread -lssl -lcrypto -lesd -L/usr/lib -lopenh323 -ldl -lpt -lpthread -lssl -lcrypto -L/usr/lib -lopenh323 -ldl -lpt -lpthread -lssl -lcrypto -L/usr/lib -L/usr/X11R6/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgconf-2 -lgnomevfs-2 -lbonobo-2 -lbonobo-activation -lORBit-2 -lxml2 -lz -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lpthread -lglib-2.0 -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread + GNOMEMEETING_LIBS = -L/usr/X11R6/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgconf-2 -lgnomevfs-2 -lbonobo-2 -lbonobo-activation -lORBit-2 -lxml2 -lz -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lpthread -lglib-2.0 + INSTOBJEXT = .mo +diff -urN GnomeMeeting-0.93.0/lib/widgets/Makefile GnomeMeeting-0.93.0-noarts/lib/widgets/Makefile +--- GnomeMeeting-0.93.0/lib/widgets/Makefile Sat Jul 20 15:58:42 2002 ++++ GnomeMeeting-0.93.0-noarts/lib/widgets/Makefile Sat Jul 20 15:50:12 2002 +@@ -59,9 +59,9 @@ + POST_UNINSTALL = : + host_alias = + host_triplet = i686-pc-linux-gnu +-ARTSCCONFIG = /usr/kde/3/bin/artsc-config +-ARTSINCL = -I/usr/kde/3/include/artsc +-ARTSLIBS = -L/usr/kde/3/lib -ldl -lartsc -lpthread ++ARTSCCONFIG = ++ARTSINCL = ++ARTSLIBS = + AS = @AS@ + CATALOGS = cs.gmo de.gmo el.gmo es.gmo fr.gmo gl.gmo hu.gmo it.gmo ja.gmo nl.gmo no.gmo pt.gmo pt_BR.gmo ru.gmo sk.gmo sv.gmo tr.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo + CATOBJEXT = .gmo +@@ -77,7 +77,7 @@ + GMOFILES = cs.gmo de.gmo el.gmo es.gmo fr.gmo gl.gmo hu.gmo it.gmo ja.gmo nl.gmo no.gmo pt.gmo pt_BR.gmo ru.gmo sk.gmo sv.gmo tr.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo + GMSGFMT = /usr/bin/msgfmt + GNOMEMEETING_CFLAGS = -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/linc-1.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/X11R6/include +-GNOMEMEETING_INCLUDES = -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/linc-1.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/X11R6/include -I/usr/share/pwlib/include/ptlib/unix -I/usr/share/pwlib/include/ptlib/.. -I/usr/share/pwlib/include/ptlib/../ptclib -I/usr/include -I/usr/share/openh323/include -I/usr/include/openssl -DP_LINUX -D_REENTRANT -DP_HAS_SEMAPHORES -DP_PTHREADS -DPBYTE_ORDER=PLITTLE_ENDIAN -DHAS_OSS -O3 -DNDEBUG -fPIC -g -DPHAS_TEMPLATES -Wall -DHAS_IXJ -I/usr/include/SDL -D_REENTRANT -DHAS_SDL -I/usr/kde/3/include/artsc ++GNOMEMEETING_INCLUDES = -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/linc-1.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/X11R6/include -I/usr/share/pwlib/include/ptlib/unix -I/usr/share/pwlib/include/ptlib/.. -I/usr/share/pwlib/include/ptlib/../ptclib -I/usr/include -I/usr/share/openh323/include -I/usr/include/openssl -DP_LINUX -D_REENTRANT -DP_HAS_SEMAPHORES -DP_PTHREADS -DPBYTE_ORDER=PLITTLE_ENDIAN -DHAS_OSS -O3 -DNDEBUG -fPIC -g -DPHAS_TEMPLATES -Wall -DHAS_IXJ -I/usr/include/SDL -D_REENTRANT -DHAS_SDL + GNOMEMEETING_LDADD = -L/usr/lib -lldap -llber -lresolv -lopenh323 -ldl -lpt -lpthread -lssl -lcrypto -lesd -L/usr/lib -lopenh323 -ldl -lpt -lpthread -lssl -lcrypto -L/usr/lib -lopenh323 -ldl -lpt -lpthread -lssl -lcrypto -L/usr/lib -L/usr/X11R6/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgconf-2 -lgnomevfs-2 -lbonobo-2 -lbonobo-activation -lORBit-2 -lxml2 -lz -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lpthread -lglib-2.0 -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread + GNOMEMEETING_LIBS = -L/usr/X11R6/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgconf-2 -lgnomevfs-2 -lbonobo-2 -lbonobo-activation -lORBit-2 -lxml2 -lz -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lpthread -lglib-2.0 + INSTOBJEXT = .mo +diff -urN GnomeMeeting-0.93.0/man/Makefile GnomeMeeting-0.93.0-noarts/man/Makefile +--- GnomeMeeting-0.93.0/man/Makefile Sat Jul 20 15:58:42 2002 ++++ GnomeMeeting-0.93.0-noarts/man/Makefile Sat Jul 20 15:50:12 2002 +@@ -59,9 +59,9 @@ + POST_UNINSTALL = : + host_alias = + host_triplet = i686-pc-linux-gnu +-ARTSCCONFIG = /usr/kde/3/bin/artsc-config +-ARTSINCL = -I/usr/kde/3/include/artsc +-ARTSLIBS = -L/usr/kde/3/lib -ldl -lartsc -lpthread ++ARTSCCONFIG = ++ARTSINCL = ++ARTSLIBS = + AS = @AS@ + CATALOGS = cs.gmo de.gmo el.gmo es.gmo fr.gmo gl.gmo hu.gmo it.gmo ja.gmo nl.gmo no.gmo pt.gmo pt_BR.gmo ru.gmo sk.gmo sv.gmo tr.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo + CATOBJEXT = .gmo +@@ -77,7 +77,7 @@ + GMOFILES = cs.gmo de.gmo el.gmo es.gmo fr.gmo gl.gmo hu.gmo it.gmo ja.gmo nl.gmo no.gmo pt.gmo pt_BR.gmo ru.gmo sk.gmo sv.gmo tr.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo + GMSGFMT = /usr/bin/msgfmt + GNOMEMEETING_CFLAGS = -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/linc-1.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/X11R6/include +-GNOMEMEETING_INCLUDES = -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/linc-1.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/X11R6/include -I/usr/share/pwlib/include/ptlib/unix -I/usr/share/pwlib/include/ptlib/.. -I/usr/share/pwlib/include/ptlib/../ptclib -I/usr/include -I/usr/share/openh323/include -I/usr/include/openssl -DP_LINUX -D_REENTRANT -DP_HAS_SEMAPHORES -DP_PTHREADS -DPBYTE_ORDER=PLITTLE_ENDIAN -DHAS_OSS -O3 -DNDEBUG -fPIC -g -DPHAS_TEMPLATES -Wall -DHAS_IXJ -I/usr/include/SDL -D_REENTRANT -DHAS_SDL -I/usr/kde/3/include/artsc ++GNOMEMEETING_INCLUDES = -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/linc-1.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/X11R6/include -I/usr/share/pwlib/include/ptlib/unix -I/usr/share/pwlib/include/ptlib/.. -I/usr/share/pwlib/include/ptlib/../ptclib -I/usr/include -I/usr/share/openh323/include -I/usr/include/openssl -DP_LINUX -D_REENTRANT -DP_HAS_SEMAPHORES -DP_PTHREADS -DPBYTE_ORDER=PLITTLE_ENDIAN -DHAS_OSS -O3 -DNDEBUG -fPIC -g -DPHAS_TEMPLATES -Wall -DHAS_IXJ -I/usr/include/SDL -D_REENTRANT -DHAS_SDL + GNOMEMEETING_LDADD = -L/usr/lib -lldap -llber -lresolv -lopenh323 -ldl -lpt -lpthread -lssl -lcrypto -lesd -L/usr/lib -lopenh323 -ldl -lpt -lpthread -lssl -lcrypto -L/usr/lib -lopenh323 -ldl -lpt -lpthread -lssl -lcrypto -L/usr/lib -L/usr/X11R6/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgconf-2 -lgnomevfs-2 -lbonobo-2 -lbonobo-activation -lORBit-2 -lxml2 -lz -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lpthread -lglib-2.0 -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread + GNOMEMEETING_LIBS = -L/usr/X11R6/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgconf-2 -lgnomevfs-2 -lbonobo-2 -lbonobo-activation -lORBit-2 -lxml2 -lz -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lpthread -lglib-2.0 + INSTOBJEXT = .mo +diff -urN GnomeMeeting-0.93.0/pixmaps/Makefile GnomeMeeting-0.93.0-noarts/pixmaps/Makefile +--- GnomeMeeting-0.93.0/pixmaps/Makefile Sat Jul 20 15:58:42 2002 ++++ GnomeMeeting-0.93.0-noarts/pixmaps/Makefile Sat Jul 20 15:50:13 2002 +@@ -59,9 +59,9 @@ + POST_UNINSTALL = : + host_alias = + host_triplet = i686-pc-linux-gnu +-ARTSCCONFIG = /usr/kde/3/bin/artsc-config +-ARTSINCL = -I/usr/kde/3/include/artsc +-ARTSLIBS = -L/usr/kde/3/lib -ldl -lartsc -lpthread ++ARTSCCONFIG = ++ARTSINCL = ++ARTSLIBS = + AS = @AS@ + CATALOGS = cs.gmo de.gmo el.gmo es.gmo fr.gmo gl.gmo hu.gmo it.gmo ja.gmo nl.gmo no.gmo pt.gmo pt_BR.gmo ru.gmo sk.gmo sv.gmo tr.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo + CATOBJEXT = .gmo +@@ -77,7 +77,7 @@ + GMOFILES = cs.gmo de.gmo el.gmo es.gmo fr.gmo gl.gmo hu.gmo it.gmo ja.gmo nl.gmo no.gmo pt.gmo pt_BR.gmo ru.gmo sk.gmo sv.gmo tr.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo + GMSGFMT = /usr/bin/msgfmt + GNOMEMEETING_CFLAGS = -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/linc-1.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/X11R6/include +-GNOMEMEETING_INCLUDES = -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/linc-1.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/X11R6/include -I/usr/share/pwlib/include/ptlib/unix -I/usr/share/pwlib/include/ptlib/.. -I/usr/share/pwlib/include/ptlib/../ptclib -I/usr/include -I/usr/share/openh323/include -I/usr/include/openssl -DP_LINUX -D_REENTRANT -DP_HAS_SEMAPHORES -DP_PTHREADS -DPBYTE_ORDER=PLITTLE_ENDIAN -DHAS_OSS -O3 -DNDEBUG -fPIC -g -DPHAS_TEMPLATES -Wall -DHAS_IXJ -I/usr/include/SDL -D_REENTRANT -DHAS_SDL -I/usr/kde/3/include/artsc ++GNOMEMEETING_INCLUDES = -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/linc-1.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/X11R6/include -I/usr/share/pwlib/include/ptlib/unix -I/usr/share/pwlib/include/ptlib/.. -I/usr/share/pwlib/include/ptlib/../ptclib -I/usr/include -I/usr/share/openh323/include -I/usr/include/openssl -DP_LINUX -D_REENTRANT -DP_HAS_SEMAPHORES -DP_PTHREADS -DPBYTE_ORDER=PLITTLE_ENDIAN -DHAS_OSS -O3 -DNDEBUG -fPIC -g -DPHAS_TEMPLATES -Wall -DHAS_IXJ -I/usr/include/SDL -D_REENTRANT -DHAS_SDL + GNOMEMEETING_LDADD = -L/usr/lib -lldap -llber -lresolv -lopenh323 -ldl -lpt -lpthread -lssl -lcrypto -lesd -L/usr/lib -lopenh323 -ldl -lpt -lpthread -lssl -lcrypto -L/usr/lib -lopenh323 -ldl -lpt -lpthread -lssl -lcrypto -L/usr/lib -L/usr/X11R6/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgconf-2 -lgnomevfs-2 -lbonobo-2 -lbonobo-activation -lORBit-2 -lxml2 -lz -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lpthread -lglib-2.0 -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread + GNOMEMEETING_LIBS = -L/usr/X11R6/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgconf-2 -lgnomevfs-2 -lbonobo-2 -lbonobo-activation -lORBit-2 -lxml2 -lz -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lpthread -lglib-2.0 + INSTOBJEXT = .mo +diff -urN GnomeMeeting-0.93.0/sounds/Makefile GnomeMeeting-0.93.0-noarts/sounds/Makefile +--- GnomeMeeting-0.93.0/sounds/Makefile Sat Jul 20 15:58:42 2002 ++++ GnomeMeeting-0.93.0-noarts/sounds/Makefile Sat Jul 20 15:50:13 2002 +@@ -59,9 +59,9 @@ + POST_UNINSTALL = : + host_alias = + host_triplet = i686-pc-linux-gnu +-ARTSCCONFIG = /usr/kde/3/bin/artsc-config +-ARTSINCL = -I/usr/kde/3/include/artsc +-ARTSLIBS = -L/usr/kde/3/lib -ldl -lartsc -lpthread ++ARTSCCONFIG = ++ARTSINCL = ++ARTSLIBS = + AS = @AS@ + CATALOGS = cs.gmo de.gmo el.gmo es.gmo fr.gmo gl.gmo hu.gmo it.gmo ja.gmo nl.gmo no.gmo pt.gmo pt_BR.gmo ru.gmo sk.gmo sv.gmo tr.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo + CATOBJEXT = .gmo +@@ -77,7 +77,7 @@ + GMOFILES = cs.gmo de.gmo el.gmo es.gmo fr.gmo gl.gmo hu.gmo it.gmo ja.gmo nl.gmo no.gmo pt.gmo pt_BR.gmo ru.gmo sk.gmo sv.gmo tr.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo + GMSGFMT = /usr/bin/msgfmt + GNOMEMEETING_CFLAGS = -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/linc-1.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/X11R6/include +-GNOMEMEETING_INCLUDES = -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/linc-1.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/X11R6/include -I/usr/share/pwlib/include/ptlib/unix -I/usr/share/pwlib/include/ptlib/.. -I/usr/share/pwlib/include/ptlib/../ptclib -I/usr/include -I/usr/share/openh323/include -I/usr/include/openssl -DP_LINUX -D_REENTRANT -DP_HAS_SEMAPHORES -DP_PTHREADS -DPBYTE_ORDER=PLITTLE_ENDIAN -DHAS_OSS -O3 -DNDEBUG -fPIC -g -DPHAS_TEMPLATES -Wall -DHAS_IXJ -I/usr/include/SDL -D_REENTRANT -DHAS_SDL -I/usr/kde/3/include/artsc ++GNOMEMEETING_INCLUDES = -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/linc-1.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/X11R6/include -I/usr/share/pwlib/include/ptlib/unix -I/usr/share/pwlib/include/ptlib/.. -I/usr/share/pwlib/include/ptlib/../ptclib -I/usr/include -I/usr/share/openh323/include -I/usr/include/openssl -DP_LINUX -D_REENTRANT -DP_HAS_SEMAPHORES -DP_PTHREADS -DPBYTE_ORDER=PLITTLE_ENDIAN -DHAS_OSS -O3 -DNDEBUG -fPIC -g -DPHAS_TEMPLATES -Wall -DHAS_IXJ -I/usr/include/SDL -D_REENTRANT -DHAS_SDL + GNOMEMEETING_LDADD = -L/usr/lib -lldap -llber -lresolv -lopenh323 -ldl -lpt -lpthread -lssl -lcrypto -lesd -L/usr/lib -lopenh323 -ldl -lpt -lpthread -lssl -lcrypto -L/usr/lib -lopenh323 -ldl -lpt -lpthread -lssl -lcrypto -L/usr/lib -L/usr/X11R6/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgconf-2 -lgnomevfs-2 -lbonobo-2 -lbonobo-activation -lORBit-2 -lxml2 -lz -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lpthread -lglib-2.0 -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread + GNOMEMEETING_LIBS = -L/usr/X11R6/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgconf-2 -lgnomevfs-2 -lbonobo-2 -lbonobo-activation -lORBit-2 -lxml2 -lz -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lpthread -lglib-2.0 + INSTOBJEXT = .mo +diff -urN GnomeMeeting-0.93.0/src/Makefile GnomeMeeting-0.93.0-noarts/src/Makefile +--- GnomeMeeting-0.93.0/src/Makefile Sat Jul 20 15:58:42 2002 ++++ GnomeMeeting-0.93.0-noarts/src/Makefile Sat Jul 20 15:50:13 2002 +@@ -59,9 +59,9 @@ + POST_UNINSTALL = : + host_alias = + host_triplet = i686-pc-linux-gnu +-ARTSCCONFIG = /usr/kde/3/bin/artsc-config +-ARTSINCL = -I/usr/kde/3/include/artsc +-ARTSLIBS = -L/usr/kde/3/lib -ldl -lartsc -lpthread ++ARTSCCONFIG = ++ARTSINCL = ++ARTSLIBS = + AS = @AS@ + CATALOGS = cs.gmo de.gmo el.gmo es.gmo fr.gmo gl.gmo hu.gmo it.gmo ja.gmo nl.gmo no.gmo pt.gmo pt_BR.gmo ru.gmo sk.gmo sv.gmo tr.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo + CATOBJEXT = .gmo +@@ -77,7 +77,7 @@ + GMOFILES = cs.gmo de.gmo el.gmo es.gmo fr.gmo gl.gmo hu.gmo it.gmo ja.gmo nl.gmo no.gmo pt.gmo pt_BR.gmo ru.gmo sk.gmo sv.gmo tr.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo + GMSGFMT = /usr/bin/msgfmt + GNOMEMEETING_CFLAGS = -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/linc-1.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/X11R6/include +-GNOMEMEETING_INCLUDES = -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/linc-1.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/X11R6/include -I/usr/share/pwlib/include/ptlib/unix -I/usr/share/pwlib/include/ptlib/.. -I/usr/share/pwlib/include/ptlib/../ptclib -I/usr/include -I/usr/share/openh323/include -I/usr/include/openssl -DP_LINUX -D_REENTRANT -DP_HAS_SEMAPHORES -DP_PTHREADS -DPBYTE_ORDER=PLITTLE_ENDIAN -DHAS_OSS -O3 -DNDEBUG -fPIC -g -DPHAS_TEMPLATES -Wall -DHAS_IXJ -I/usr/include/SDL -D_REENTRANT -DHAS_SDL -I/usr/kde/3/include/artsc ++GNOMEMEETING_INCLUDES = -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/linc-1.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/X11R6/include -I/usr/share/pwlib/include/ptlib/unix -I/usr/share/pwlib/include/ptlib/.. -I/usr/share/pwlib/include/ptlib/../ptclib -I/usr/include -I/usr/share/openh323/include -I/usr/include/openssl -DP_LINUX -D_REENTRANT -DP_HAS_SEMAPHORES -DP_PTHREADS -DPBYTE_ORDER=PLITTLE_ENDIAN -DHAS_OSS -O3 -DNDEBUG -fPIC -g -DPHAS_TEMPLATES -Wall -DHAS_IXJ -I/usr/include/SDL -D_REENTRANT -DHAS_SDL + GNOMEMEETING_LDADD = -L/usr/lib -lldap -llber -lresolv -lopenh323 -ldl -lpt -lpthread -lssl -lcrypto -lesd -L/usr/lib -lopenh323 -ldl -lpt -lpthread -lssl -lcrypto -L/usr/lib -lopenh323 -ldl -lpt -lpthread -lssl -lcrypto -L/usr/lib -L/usr/X11R6/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgconf-2 -lgnomevfs-2 -lbonobo-2 -lbonobo-activation -lORBit-2 -lxml2 -lz -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lpthread -lglib-2.0 -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread + GNOMEMEETING_LIBS = -L/usr/X11R6/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgconf-2 -lgnomevfs-2 -lbonobo-2 -lbonobo-activation -lORBit-2 -lxml2 -lz -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lpthread -lglib-2.0 + INSTOBJEXT = .mo +@@ -124,7 +124,7 @@ + gnomeconfdir = /etc + gnomedatadir = /usr/share + +-INCLUDES = -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/linc-1.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/X11R6/include -I/usr/share/pwlib/include/ptlib/unix -I/usr/share/pwlib/include/ptlib/.. -I/usr/share/pwlib/include/ptlib/../ptclib -I/usr/include -I/usr/share/openh323/include -I/usr/include/openssl -DP_LINUX -D_REENTRANT -DP_HAS_SEMAPHORES -DP_PTHREADS -DPBYTE_ORDER=PLITTLE_ENDIAN -DHAS_OSS -O3 -DNDEBUG -fPIC -g -DPHAS_TEMPLATES -Wall -DHAS_IXJ -I/usr/include/SDL -D_REENTRANT -DHAS_SDL -I/usr/kde/3/include/artsc -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(top_srcdir)/src -I$(top_srcdir)/lib -I$(top_srcdir)/lib/widgets $(GNOME_INCLUDEDIR) -DGNOMEMEETING_IMAGES=\""$(datadir)/pixmaps"\" -DSCHEMA_AGE=3 -DDATADIR=\""$(datadir)"\" -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED ++INCLUDES = -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/linc-1.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/X11R6/include -I/usr/share/pwlib/include/ptlib/unix -I/usr/share/pwlib/include/ptlib/.. -I/usr/share/pwlib/include/ptlib/../ptclib -I/usr/include -I/usr/share/openh323/include -I/usr/include/openssl -DP_LINUX -D_REENTRANT -DP_HAS_SEMAPHORES -DP_PTHREADS -DPBYTE_ORDER=PLITTLE_ENDIAN -DHAS_OSS -O3 -DNDEBUG -fPIC -g -DPHAS_TEMPLATES -Wall -DHAS_IXJ -I/usr/include/SDL -D_REENTRANT -DHAS_SDL -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(top_srcdir)/src -I$(top_srcdir)/lib -I$(top_srcdir)/lib/widgets $(GNOME_INCLUDEDIR) -DGNOMEMEETING_IMAGES=\""$(datadir)/pixmaps"\" -DSCHEMA_AGE=3 -DDATADIR=\""$(datadir)"\" -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED + + + bin_SCRIPTS = gnomemeeting-config-tool diff --git a/net-im/gnomemeeting/gnomemeeting-0.85.1.ebuild b/net-im/gnomemeeting/gnomemeeting-0.85.1.ebuild deleted file mode 100644 index a2d50afaecd3..000000000000 --- a/net-im/gnomemeeting/gnomemeeting-0.85.1.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gnomemeeting/gnomemeeting-0.85.1.ebuild,v 1.4 2002/07/17 09:08:08 seemant Exp $ - -S="${WORKDIR}/GnomeMeeting-${PV}" -SRC_URI="http://www.gnomemeeting.org/downloads/latest/sources/GnomeMeeting-${PV}.tar.gz" -HOMEPAGE="http://www.gnomemeeting.org" -DESCRIPTION="Gnome NetMeeting client" - -DEPEND="net-libs/openh323 - >=gnome-base/gnome-libs-1.4.1.4 - >=dev-libs/pwlib-1.2.12-r3 - >=media-libs/gdk-pixbuf-0.16.0 - >=dev-libs/openssl-0.9.6c - >=gnome-base/gconf-1.0.8 - >=net-nds/openldap-2.0.21 - =x11-libs/gtk+-1.2*" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86" - - -src_compile() { - - cd ${S} - export PWLIBDIR=/usr/share/pwlib - export OPENH323DIR=/usr/share/openh323 - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --with-ptlib-includes=$PWLIBDIR/include/ptlib \ - --with-ptlib-libs=/usr/lib \ - --with-openh323-includes=$OPENH323DIR/include \ - --with-openh323-libs=/usr/lib \ - --disable-install-schemas \ - --host=${CHOST} || die - make || die - -} - -src_install() { - - make DESTDIR=${D} install || die -} - -pkg_postinst() { - # This is from the devhelp ebuild... - # Fix gconf permissions - killall gconfd-1 2>/dev/null >/dev/null - chmod o+rX /etc/gconf -R - # Install schemas - gconftool-1 --shutdown - SOURCE=xml::/etc/gconf/gconf.xml.defaults - GCONF_CONFIG_SOURCE=$SOURCE \ - gconftool-1 --makefile-install-rule \ - /etc/gconf/schemas/${PN}.schema \ - # 2>/dev/null >/dev/null || exit 1 - assert "gconftool-1 execution failed" -} - diff --git a/net-im/gnomemeeting/gnomemeeting-0.92.1-r1.ebuild b/net-im/gnomemeeting/gnomemeeting-0.93.0.ebuild index 8e6267cbce34..8a2cd9e94def 100644 --- a/net-im/gnomemeeting/gnomemeeting-0.92.1-r1.ebuild +++ b/net-im/gnomemeeting/gnomemeeting-0.93.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gnomemeeting/gnomemeeting-0.92.1-r1.ebuild,v 1.2 2002/07/17 09:08:08 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gnomemeeting/gnomemeeting-0.93.0.ebuild,v 1.1 2002/07/20 21:16:23 raker Exp $ inherit gnome2 @@ -9,7 +9,7 @@ SRC_URI="http://www.gnomemeeting.org/downloads/latest/sources/GnomeMeeting-${PV} HOMEPAGE="http://www.gnomemeeting.org" DESCRIPTION="Gnome NetMeeting client" -SLOT="1" +SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" @@ -35,7 +35,6 @@ src_compile() { cd ${S} export PWLIBDIR=/usr/share/pwlib export OPENH323DIR=/usr/share/openh323 - ./configure \ --prefix=/usr \ --sysconfdir=/etc \ @@ -45,10 +44,20 @@ src_compile() { --with-openh323-libs=/usr/lib \ --host=${CHOST} || die + # disable arts stuff even if arts is found + # I can't get gnomemeeting to compile with arts support + # This is a new "feature" of the latest version and there + # isn't a configure option available for disabling support + if [ "`use kde`" ] ; then + cd .. + patch -p0 < ${FILESDIR}/ifarts.diff + cd ${S} + fi + #manually disable installation of schemas cp Makefile Makefile.orig sed -e "s/^install-data-local: install-schemas/install-data-local:/g" Makefile.orig > Makefile || die - emake || die + make || die } |