Changes between Version 26 and Version 27 of CupsPort
- Timestamp:
- Oct 11, 2008, 7:10:48 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CupsPort
v26 v27 1 A preview of CUPS 1.3. 7 (http://www.cups.org) + GPL Ghostscript 8.62 (http://www.ghostscript.com) + Gutenprint 5.2.0-beta3 (http://gimp-print.sourceforge.net/) is now available at http://download.smedley.info/cups-1.3.7-gplgs-8.62-gutenprint-5.2.0-beta3-os2-20080616.zip (60,264,654 bytes)1 A preview of CUPS 1.3.9 (http://www.cups.org) + Gutenprint 5.2.0-rc1 (http://gimp-print.sourceforge.net/) is now available at http://download.smedley.info/cups-1.3.9-gutenprint-5.2.0-rc1-os2-20081011.zip (34,078,321) 2 2 3 If you have downloaded a previous release, and don't want to download the full package again, two separate packages are available with CUPS 1.3.8 & Gutenprint 5.2.0-beta3 4 5 CUPS v1.3.8 Update: http://download.smedley.info/cups-1.3.8-os2-20080723.zip (7,670,575 bytes)[[br]] 6 Gutenprint 5.2.0-beta4 Update: http://download.smedley.info/gutenprint-5.2.0-beta4-os2-20080819.zip (26,435,910 bytes) 3 Note that a CUPS enabled copy of Ghostscript is also required - the recommended build is available from http://www.smedley.info/os2ports/index.php?page=ghostscript 7 4 8 5 Some notes on the release follow: 9 6 10 Ghostscript and Gutenprint are built using Innotek GCC v3.3.5 CSD3 version and require the runtime dll from ftp://ftp.netlabs.org/pub/gcc/libc-0.6.3-csd3.zip 11 12 CUPS is built using a custom libc064x.dll - a copy of which can be downloaded from http://download.smedley.info/libc064x.zip 7 CUPS and Gutenprint are built using GCC v4.3.2 version and require the runtime dll from ftp://ftp.netlabs.org/pub/gcc/libc-0.6.3-csd3.zip 13 8 14 9 Known issues: … … 17 12 * to reduce the size of the archive, only English language Gutenprint ppd files are included 18 13 19 What to test: [[br]] 20 * Start the daemon (ie \cups\sbin\cupsd.exe - no command line parameters required) 21 22 * Add a printer using the syntax: 23 24 1. \cups\sbin\lpadmin -p laserjet4mps -E -v lpd://192.168.1.253 (Postscript printer called lsaerjet4mps, on LPD server at 192.168.1.253 25 2. \cups\sbin\lpadmin -p EpsonC87 -E -v lpd://192.168.1.2/EPOMNI5C -m gutenprint/5.1/C/stp-escp2-c87.5.1.ppd.gz (Raster printer called EpsonC87 on lpd server 192.168.1.2, queue name EPOMNI5C, postscript ppd to use located in /cups/share/cups/model/gutenprint/5.1/C/stp-escp2-c86.5.1.ppd.gz 26 27 * Verify printer has been added by loading the web interface in a browser with http://localhost:631 - look at the Printers button to see the printer and set any options (ie paper size, etc). 28 29 30 * Try and print an image using: 31 \cups\bin\lpr -P <printername> filename.jpg -o fitplot 32 33 * Try and print the cups test page using: 34 \cups\bin\lpr -P <printername> \cups\share\cups\data\testprint.ps or by using the 'Print Test Page' button in the web interface. 35 36 * Try and print a multiple page postscript file using: 37 \cups\bin\lpr -P <printername> \cups\share\cups\data\PReCS20.ps 14 Please refer to the CUPS Howto at http://svn.netlabs.org/ecups/wiki/HowTo for what & how to test. 38 15 39 16 General feedback can be provided to paul@smedley.id.au, bug reports should go to http://mantis.smedley.info 40 17 41 Many thanks to Bart van Leeuwen and Adr ain Gschwend for providing encouragement for this project (ie nagging me on IRC!); and to Knut St Osmundsen for fixing the libc bugs that have stopped cups working reliably up until now!18 Many thanks to Bart van Leeuwen and Adrian Gschwend for providing encouragement for this project (ie nagging me on IRC!); and to Knut St Osmundsen for fixing the libc bugs that have stopped cups working reliably up until now! 42 19 43 20 If you like this software and want to support continued ports, please consider donating via PayPal via the link at http://smedley.info/os2ports, or via the Mensys online store at http://www.mensys.net/os2ports 44 21 45 22 Changes since the last release: 46 1) Updated to Gutenprint 5.2.0-beta 3 23 1) Updated Gutenprint to 5.2.0-rc1 24 2) Updated CUPS to v1.3.9 25 3) Added a DosSleep(1) in CupsDoSelect which seems to help with stability of cupsd, at the expense of slowing down processing of files 26 47 27 48 28 Cheers,