web/data dependencies.xml,1.8,1.9

Tobias Hunger <[email protected]> Wed, 07 Jan 2004 19:59:07 +0100
Newsgroups gmane.comp.video.fresco.cvs
Message-ID <[email protected]>
Update of /cvs/fresco/web/data
In directory purcel:/tmp/cvs-serv8389

Modified Files:
	dependencies.xml 
Log Message:
Add iconv to list of dependencies.


Index: dependencies.xml
===================================================================
RCS file: /cvs/fresco/web/data/dependencies.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- dependencies.xml	10 Apr 2003 00:12:26 -0000	1.8
+++ dependencies.xml	7 Jan 2004 18:58:36 -0000	1.9
@@ -13,7 +13,7 @@
       <name>autoconf</name>
       <link>http://www.gnu.org/software/autoconf/</link>
       <comment></comment>
-      <version>2.53 (building documentation requires 2.56)</version>
+      <version>2.56</version>
     </dependency>
   </group>
   <group name="ORB">
@@ -22,7 +22,7 @@
       <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>
-      <version>3.0</version>
+      <version>3.0 or 4.0.x</version>
     </dependency>
   </group>
   <group name="Console">
@@ -67,6 +67,14 @@
       <link>http://www.libpng.org/pub/png/</link>
       <version>1.2</version>
     </dependency>
+    <dependency>
+      <name>iconv</name>
+      <link>http://www.gnu.org/software/libiconv/</link>
+      <comment>You will need iconv only if your libc does not provide the
+        necessary functionality. Linux systems are typically based on glibc
+        which does contain iconv.
+      </comment>
+      <version>1.9</version>
   </group>
   <group name="Clients">
     <comment>necessary only if building the bundled demo clients, or if you intend to prototype some more</comment>