-*- outline -*- * Missing stuff ** WinPT signature file should better be named .sig ** System.dll is unsuable under DLL. We solved this by our g4wihelp DLL. This can also do the check for existing versions of GnuPG etc. And maybe to display a jpeg splash screen and to play continuesly an ogg encoded tune. * Build system ** Some versions of strip don't work. Werner's GNU strip 2.15.91 20040904 is fine but Marcus' GNU strip 2.15.94 20050118 does not work. * Component related issues: ** Check out which locale files to install and where. !!! ** Check which iconv to use !! ** Finish integration of GnuPG. ** Add the missing packages: Sylpheed Eudore extensions. * The following items are related to package auto-detection and configuration. They are not critical. ** Verify the digital signatures. Include them in the source installer. ** BUG: If there is more than one version of a package, the script breaks. The GPG4WIN_FIND function must filter and pick one of the matches. ** GLITCH: If unnecessary dependency packages are enabled, they are included in the installer, although they never will be (and can't be) installed (they can't be installed because they can't be selected). To fix this, configure would need to know which packages can be selected and which can't. ** Invent something clever to cope with new versions of packages, which may have a different file list. We can't use globs because Delete must still work. Either have inst-PACKAGE-VERSION.nsi files, or have globs plus some scripting to generate the .nis files. ! ** Record the dependencies in the build list in the gpg4win.mk.in Makefile using make dependencies between the stamp-final-$(1) targets. This would hopefully ensure that parallel makes work. ! Copyright 2005 g10 Code GmbH This file is free software; as a special exception the author gives unlimited permission to copy and/or distribute it, with or without modifications, as long as this notice is preserved. This file is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY, to the extent permitted by law; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.