diff --git a/DEVELOPERS-HINTS b/DEVELOPERS-HINTS index d828e9b0618..2e24e96e31a 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 0a10dbf5017..3443222794b 100644 --- a/documentation/PACKAGING +++ b/documentation/PACKAGING @@ -137,6 +137,12 @@ they should appear as "Suggests" or "Recommends", as the case may be. * 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 ~~~~~