Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 196795 - net-print/hplip-2.7.10 version bump
Summary: net-print/hplip-2.7.10 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Printing (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Printing Team
URL: http://sourceforge.net/forum/forum.ph...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-23 12:23 UTC by Andrei Ivanov
Modified: 2007-11-19 16:47 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
net-print/hplip-2.7.10.ebuild (version bump) (hplip-2.7.10.ebuild,3.70 KB, text/plain)
2007-11-12 13:01 UTC, email_deleted_GqKU
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Ivanov 2007-10-23 12:23:54 UTC
Please update... thank you.
Comment 1 Timo Gurr (RETIRED) gentoo-dev 2007-10-29 15:02:38 UTC
hplip 2.7.9-r1 emerged with

USE="X ppds scanner -doc -fax -minimal -parport -snmp"

and using the commandline scan utility:

# hp-scan -n

complains about a missing Python Imaging Library:

error: 'hp-scan -n' requires the Python Imaging Library (PIL). Please install it and try again or run 'hp-scan -u' instead.

dev-python/imaging should be added as a dependency.
Comment 2 email_deleted_GqKU 2007-11-12 13:01:13 UTC
Created attachment 135818 [details]
net-print/hplip-2.7.10.ebuild (version bump)

Changes from "hplip-2.7.9-r1.ebuild":

- Added the dev-python/imaging dependency, if the "scanner" USE flag is set, as per comment #1 (I have absolutely no idea if it is needed for some other feature, nor if a minimal version if required).

- Removed the hplip-2.7.9-subprocess_replacement patch (bug #195565), as it is not needed anymore (see changelog: http://sourceforge.net/forum/forum.php?forum_id=746709).
Comment 3 Denis Dupeyron (RETIRED) gentoo-dev 2007-11-19 16:47:05 UTC
(In reply to comment #1)
> # hp-scan -n
> 
> complains about a missing Python Imaging Library:
> 
> error: 'hp-scan -n' requires the Python Imaging Library (PIL). Please install
> it and try again or run 'hp-scan -u' instead.

Nice catch. I couldn't see it because Imaging is a dependency of Reportlab which is required for fax usage.

This is now fixed in hplip-2.7.10 which I just committed.

Thanks to all of you.
Denis.