web/data dependencies.xml,1.5,1.6
Neil John Pilgrim <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/web/data
In directory purcel:/tmp/cvs-serv24498/web/data
Modified Files:
dependencies.xml
Log Message:
Update the dependencies to match CVS, separate the client orb code (its not
mandatory) and few tweaks. Feel free to put the omnipy back if you really want
(could just have removed it completely...)
Index: dependencies.xml
===================================================================
RCS file: /cvs/fresco/web/data/dependencies.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- dependencies.xml 24 Jan 2003 02:08:48 -0000 1.5
+++ dependencies.xml 7 Apr 2003 04:05:41 -0000 1.6
@@ -6,8 +6,8 @@
<dependency>
<name>g++</name>
<link>http://gcc.gnu.org</link>
- <comment>the only compiler we compiled Fresco with. Make sure you have a version with '--enable-threads'</comment>
- <version>2.95.x</version>
+ <comment>The only compiler we compiled Fresco with. Make sure you have a version with '--enable-threads'</comment>
+ <version>3.2.1</version>
</dependency>
</group>
<group name="ORB">
@@ -15,15 +15,9 @@
<dependency>
<name>omniORB</name>
<link>http://omniorb.sf.net</link>
- <comment>the CORBA environment we currently use (and, beside TAO, the only free one that supports all the required features).</comment>
+ <comment>The CORBA environment we currently use (and, beside TAO, the only free one that supports all the required features).</comment>
<version>3.0</version>
</dependency>
- <dependency>
- <name>omniORBpy</name>
- <link>http://omniorb.sf.net</link>
- <comment>the omniORB bindings for python -- useful for many demos and prototyping work.</comment>
- <version>2.0</version>
- </dependency>
</group>
<group name="Console">
<comment>at least one of the following is necessary to run the display server</comment>
@@ -45,13 +39,13 @@
<dependency>
<name>Mesa</name>
<link>http://mesa3d.sourceforge.net</link>
- <comment>you have to compile it with GGI support if you want to run it with the GGI console.</comment>
+ <comment>You have to compile it with GGI support if you want to run it with the GGI console.</comment>
<version>4.0.3</version>
</dependency>
<dependency>
<name>LibArt</name>
<link>http://www.artofcode.com/libart.html</link>
- <comment>we'll replace this with Fitz whenever that stabilizes...</comment>
+ <comment>We'll replace this with Fitz whenever that stabilizes...</comment>
<version>1.2</version>
</dependency>
</group>
@@ -60,12 +54,21 @@
<dependency>
<name>FreeType</name>
<link>http://www.freetype.org</link>
- <version>2.0</version>
+ <version>2.1.3</version>
</dependency>
<dependency>
<name>PNG</name>
<link>http://www.libpng.org/pub/png/</link>
<version>1.2</version>
+ </dependency>
+ </group>
+ <group name="Clients">
+ <comment>necessary only if building the bundled demo clients, or if you intend to prototype some more</comment>
+ <dependency>
+ <name>omniORBpy</name>
+ <link>http://omniorb.sf.net</link>
+ <comment>The omniORB bindings for python.</comment>
+ <version>2.0</version>
</dependency>
</group>
</root>