PATCH: updated PACKAGING (Re: libxml2 use in Wine?)

Marcus Meissner marcus at jet.franken.de
Wed Mar 1 00:10:34 CST 2006


On Tue, Feb 28, 2006 at 11:19:19PM +0100, Gerald Pfeifer wrote:
> On Tue, 28 Feb 2006, Raphael wrote:
> > Yes wine use libxml2 for msxml implementation (see 
> > dlls/msxml3/Makefile.in) but autoconf/automake check it
> 
> Thanks for this information.  Alexandre, patch for you below. ;-)
> 
> Gerald
> 
> ChangeLog:
> Fix spelling Red Hat.  Remove unneeded references to Debian and
> Red Hat.  Document the use of libxml2 as a weak prerequisite.


Also add it to PACKAGING, plus some more.

Ciao, Marcus

Changelog:
	Mention more libraries / tools in the needed dependencies
	section.

Index: documentation/PACKAGING
===================================================================
RCS file: /home/wine/wine/documentation/PACKAGING,v
retrieving revision 1.19
diff -u -r1.19 PACKAGING
--- documentation/PACKAGING	6 Jan 2006 20:50:33 -0000	1.19
+++ documentation/PACKAGING	1 Mar 2006 06:09:39 -0000
@@ -64,6 +64,9 @@
       better support of fonts than using the X11 fonts engine. It is
       only needed for the X11 back end engine. Used from GDI.
 
+    * fontforge: http://sourceforge.net/projects/fontforge/
+      Used by WINE to create our own set of TrueType fonts during build.
+
     * fontconfig
       Used to find TrueType fonts for rendering with freetype. Used by
       GDI.
@@ -119,6 +122,15 @@
       Xi - X Input handling (for asian input methods mostly)
       Xext - X extensions
 
+    * libxml2, libxslt
+      These two libraries are used for our msxml3.dll implementation.
+
+    * prelink
+      Used during build to locate WINE at a specific virtual address.
+
+    * capi4linux
+      Used to implement our capi2032.dll.
+
 GOALS
 ~~~~~
 



More information about the wine-devel mailing list