Module: wine Branch: refs/heads/master Commit: 81c2ef541983b24829ed68ca2de3335100787b3f URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=81c2ef541983b24829ed68ca...
Author: Marcus Meissner marcus@jet.franken.de Date: Mon May 8 23:15:24 2006 +0200
Some documentation changes for twain split.
---
DEVELOPERS-HINTS | 4 +++- documentation/PACKAGING | 6 ++++++ 2 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/DEVELOPERS-HINTS b/DEVELOPERS-HINTS index d828e9b..2e24e96 100644 --- a/DEVELOPERS-HINTS +++ b/DEVELOPERS-HINTS @@ -64,6 +64,7 @@ DLLs (under dlls/): gdi/ - GDI (graphics) glu32/ - OpenGL Utility library (graphics) glut32/ - OpenGL Utility Toolkit + gphoto2.ds/ - Contains libgphoto2 based TWAIN datasource driver hhctrl.ocx/ - HHCTRL OCX implementation iccvid/ - Radius Cinepak Video Decoder icmp/ - ICMP protocol (networking) @@ -128,6 +129,7 @@ DLLs (under dlls/): rpcrt4/ - Remote Procedure Call runtime rsabase/ - RSA encryption rsaenh/ - Crypto API (DES, 3DES, RSA, etc.) + sane.ds/ - Contains sane based TWAIN datasource driver secur32/ - Contains Windows Security functions security/ - Security Support Provider Interface sensapi/ - System Event Notification Service @@ -144,7 +146,7 @@ DLLs (under dlls/): stdole32.tlb/ - Standard OLE typelib sti/ - Still Image service tapi32/ - Telephone interface - twain/ - TWAIN Imaging device communications + twain_32/ - TWAIN Imaging device communications unicows/ - Unicows replacement (Unicode layer for Win9x) url/ - Internet shortcut shell extension urlmon/ - URL Moniker allows binding to a URL diff --git a/documentation/PACKAGING b/documentation/PACKAGING index 0a10dbf..3443222 100644 --- a/documentation/PACKAGING +++ b/documentation/PACKAGING @@ -137,6 +137,12 @@ they should appear as "Suggests" or "Rec * capi4linux Used to implement our capi2032.dll.
+ * libgphoto2 + Used to implement our gphoto2.ds (TWAIN datasource) + + * hal, dbus-1 + Used to implement CD mount handling (via explorer.exe). + GOALS ~~~~~