[Lunar-commits] CVS: moonbase/chat/gnomemeeting BUILD, 1.11,
1.12 DEPENDS, 1.1, 1.2 DETAILS, 1.12, 1.13 PRE_BUILD, 1.1, NONE
Joel Vennin
jol at lunar-linux.org
Fri Dec 17 10:51:46 UTC 2004
Update of /var/cvs/lunar/moonbase/chat/gnomemeeting
In directory espresso.foo-projects.org:/tmp/cvs-serv15370
Modified Files:
BUILD DEPENDS DETAILS
Removed Files:
PRE_BUILD
Log Message:
- Bumped version to 1.2.0
- remove the PRE_BUILD file
- pwlib and openh323 was inside this module, now i've created a module
for each one. In fact, these modules have now a "valid" installation
schema.
- Add a dependancy on the evolution-data-server because it requires the
libebook.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/chat/gnomemeeting/BUILD,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- BUILD 24 Dec 2003 14:46:02 -0000 1.11
+++ BUILD 17 Dec 2004 10:51:44 -0000 1.12
@@ -1,35 +1,7 @@
(
- export PWLIBDIR=$SOURCE_DIRECTORY/pwlib-1.5.0 &&
- export OPENH323DIR=$SOURCE_DIRECTORY/openh323 &&
-
- #Build pwlib
- cd $PWLIBDIR &&
- ./configure --disable-shared &&
- make -j 1 optnoshared &&
- cd lib &&
- ln -s libpt_linux_x86_r_s.a libpt.a &&
- cd ../.. &&
-
- #Build openh323
- cd $OPENH323DIR &&
- ./configure --disable-shared &&
- make -j 1 optnoshared &&
- cd lib &&
- ln -s libh323_linux_x86_r_s.a libopenh323.a &&
-
- #Build gnomemeeting
- cd $SOURCE_DIRECTORY
- sedit 's/LIBPT_FILE=\"libpt.so\"/LIBPT_FILE=\"\"/' configure &&
- sedit 's/LIBOPENH323_FILE=\"libopenh323.so\"/LIBOPENH323_FILE=\"\"/' configure &&
- sedit 's/ARCH_H323_CFLAGS=\"\"/ARCH_H323_CFLAGS=\"-DSTATIC_LIBS_USED\"/' configure &&
-
./configure --prefix=/usr \
--datadir=/usr/share/gnomemeeting \
- --sysconfdir=/etc/gnomemeeting \
- --with-openh323-includes=$OPENH323DIR/include \
- --with-openh323-libs=$OPENH323DIR/lib \
- --with-ptlib-includes=$PWLIBDIR/include/ptlib \
- --with-ptlib-libs=$PWLIBDIR/lib &&
+ --sysconfdir=/etc/gnomemeeting &&
default_make
) > $C_FIFO 2>&1
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/chat/gnomemeeting/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS 28 Oct 2002 02:08:25 -0000 1.1
+++ DEPENDS 17 Dec 2004 10:51:44 -0000 1.2
@@ -1,6 +1,8 @@
depends openssl &&
depends openldap &&
depends libgnomeui &&
-
+depends evolution-data-server &&
+depends howl &&
+depends openh323 &&
optional_depends "SDL" "" "" "For full-screen video" &&
optional_depends "arts" "" "" "For ARTS support"
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/chat/gnomemeeting/DETAILS,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- DETAILS 5 Oct 2004 09:29:53 -0000 1.12
+++ DETAILS 17 Dec 2004 10:51:44 -0000 1.13
@@ -1,22 +1,12 @@
MODULE=gnomemeeting
- VERSION=0.98.5
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_VFY=md5:fa11d5f3e6adb924f91aaa92099b6269
- SOURCE_URL[0]=$GNOME_URL/sources/$MODULE/0.98/
- SOURCE2=pwlib-1.5.0.tar.gz
- SOURCE2_VFY=md5:ad49dfabd4d3d494261312a3d6a541d2
- SOURCE2_URL[0]=http://www.gnomemeeting.org/downloads/latest/sources/
-SOURCE2_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION/pwlib
- SOURCE3=openh323_1.12.2.tar.gz
- SOURCE3_VFY=md5:15f0b12b60769d03eca9e498050776f3
- SOURCE3_URL[0]=http://www.gnomemeeting.org/downloads/latest/sources/
-SOURCE3_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION/openh323
+ VERSION=1.2.0
+ SOURCE=$SOURCE-$VERSION.tar.gz
+ SOURCE_VFY=sha1:dfcbcf18c0b3216a10bccfa1ce8bd0dbdb41ddc4
+ SOURCE_URL=http://www.gnomemeeting.org/admin/downloads/latest/sources/sources/
WEB_SITE=http://www.gnomemeeting.org
ENTERED=20021019
- UPDATED=20030912
+ UPDATED=20041217
SHORT="H323 videoconference tool"
- PSAFE="no"
- MAINTAINER=nhudson at lunar-linux.org
cat << EOF
GnomeMeeting is the first Linux H.323 compatible client designed for the
Gnome desktop. It is compatible with Netmeeting and other H.323 products.
--- PRE_BUILD DELETED ---
More information about the Lunar-commits
mailing list