Module: wine
Branch: refs/heads/master
Commit: 4253b0123932102a6be3d8397f02feea41ef83a5
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=4253b0123932102a6be3d83…
Author: Robert Shearman <rob(a)codeweavers.com>
Date: Wed Mar 1 12:22:26 2006 +0000
rpcrt4: Change the stubless parameter attributes to using a bitfield
(as defined by the PSDK) so the ServerAllocSize part is easier to
calculate.
---
dlls/rpcrt4/ndr_stubless.c | 133 +++++++++++++++++---------------------------
include/Makefile.in | 1
include/ndrtypes.h | 57 +++++++++++++++++++
3 files changed, 110 insertions(+), 81 deletions(-)
create mode 100644 include/ndrtypes.h
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=4253b0123932102a6be…
Module: wine
Branch: refs/heads/master
Commit: ec2cb1871cdf15ba13515eeef31480a0fbcf81c3
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=ec2cb1871cdf15ba13515ee…
Author: Marcus Meissner <marcus(a)jet.franken.de>
Date: Wed Mar 1 07:10:34 2006 +0100
PACKAGING: Mention more libraries / tools in the needed dependencies section.
---
documentation/PACKAGING | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/documentation/PACKAGING b/documentation/PACKAGING
index 9a34630..dd04422 100644
--- a/documentation/PACKAGING
+++ b/documentation/PACKAGING
@@ -64,6 +64,9 @@ they should appear as "Suggests" or "Rec
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 @@ they should appear as "Suggests" or "Rec
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
~~~~~
Module: wine
Branch: refs/heads/master
Commit: 2d979b6a893e0d3a918d801b25bcf010e4fcbe35
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=2d979b6a893e0d3a918d801…
Author: Gerald Pfeifer <gerald(a)pfeifer.com>
Date: Tue Feb 28 23:19:19 2006 +0100
README: Fix spelling Red Hat. Remove unneeded references to Debian
and Red Hat. Document the use of libxml2 as a weak prerequisite.
---
README | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README b/README
index 3468646..029f592 100644
--- a/README
+++ b/README
@@ -70,7 +70,7 @@ Supported file systems:
Basic requirements:
You need to have the X11 development include files installed
- (called xlib6g-dev in Debian and XFree86-devel in RedHat).
+ (called xlib6g-dev in Debian and XFree86-devel in Red Hat).
Build tool requirements:
On x86 Systems gcc >= 2.7.2 is required.
@@ -81,12 +81,12 @@ Build tool requirements:
Of course you also need "make" (most likely GNU make).
- You also need flex version 2.5 or later and bison. If you are
- using RedHat or Debian, install the flex and bison packages.
+ You also need flex version 2.5 or later and bison.
Optional support libraries:
If you want CUPS printing support, please install both cups and cups-devel
packages.
+ Install the libxml2 package to get a functional msxml implementation.
4. COMPILATION