nightmorph 08/06/16 01:08:44 Modified: printing-howto.xml Log: gimp-print is now known as gutenprint, bug 227075
Revision Changes Path 1.72 xml/htdocs/doc/en/printing-howto.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?rev=1.72&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?rev=1.72&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?r1=1.71&r2=1.72 Index: printing-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- printing-howto.xml 7 May 2008 00:29:26 -0000 1.71 +++ printing-howto.xml 16 Jun 2008 01:08:44 -0000 1.72 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.71 2008/05/07 00:29:26 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.72 2008/06/16 01:08:44 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -24,8 +24,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>3.0</version> -<date>2008-05-06</date> +<version>3.1</version> +<date>2008-06-15</date> <chapter> <title>Printing and Gentoo Linux</title> @@ -772,37 +772,37 @@ </p> <ul> - <li><uri link="#gimp-print">Gimp-Print Driver</uri></li> + <li><uri link="#gutenprint">Gutenprint Driver</uri></li> <li><uri link="#hplip">HPLIP Driver</uri> (deprecates HPOJ and HPIJS)</li> <li><uri link="#pnm2ppa">PNM2PPA Driver</uri></li> </ul> </body> </section> -<section id="gimp-print"> -<title>Gimp-Print Driver</title> +<section id="gutenprint"> +<title>Gutenprint Driver</title> <body> <p> -The <uri link="http://gimp-print.sf.net">gimp-print</uri> drivers are +The <uri link="http://gutenprint.sourceforge.net">gutenprint</uri> drivers are high-quality, open source printer drivers for various Canon, Epson, HP, Lexmark, Sony, Olympus and PCL printers supporting CUPS, ghostscript, The Gimp and other applications. </p> <p> -Gentoo's Portage Tree contains an ebuild for the gimp-print drivers. Just use +Gentoo's Portage Tree contains an ebuild for the gutenprint drivers. Just use <c>emerge</c> to install them. Note that the ebuild listens to quite a few USE flags (such as <c>cups</c> and <c>ppds</c>). You must have enabled at least these two flags! </p> -<pre caption="Installing gimp-print drivers"> -# <i>emerge gimp-print</i> +<pre caption="Installing gutenprint drivers"> +# <i>emerge gutenprint</i> </pre> <p> -When the emerge process has finished, the Gimp-Print drivers will be available +When the emerge process has finished, the gutenprint drivers will be available through the CUPS web interface. </p> @@ -822,12 +822,12 @@ <pre caption="Installing the hplip drivers"> <comment>(Check that the ppds USE flag is enabled)</comment> # <i>emerge -vp hplip</i> -These are the packages that I would merge, in order: +These are the packages that would be merged, in order: -Calculating dependencies ...done! -[ebuild N ] net-print/hplip-0.9.5 +X +cups +foomaticdb <comment>+ppds</comment> -qt -scanner -snmp +usb 9,255 kB +Calculating dependencies... done! +[ebuild N ] net-print/hplip-2.7.10 USE="<comment>ppds</comment> -X -doc -fax -minimal -parport -scanner -snmp" 14,104 kB -Total size of downloads: 9,255 kB +Total: 1 package (1 new), Size of downloads: 14,104 kB # <i>emerge hplip</i> # <i>hp-setup</i> -- [email protected] mailing list
