[Lunar-commits] hplip: bump the version to 2.7.12.

Florin florin at lunar-linux.org
Sun Dec 16 08:58:54 CET 2007


commit b00e50cc69cfe9c8a838273bb276afa19fa31048
Author: Florin <florin at lunar-linux.org>
Date:   Sun Dec 16 09:58:54 2007 +0200

    hplip: bump the version to 2.7.12.
    
    Changes:
    1. Enabled SendScanEvent in "hp" backend and libsane-hpaio.
    2. Added laserjet pjl support to "hp" backend. Pjl support in the "hp" backend provides in-band printer status. Pjl support is enabled/disabled via the models.dat file.
    3. Added pjl_read_thread to hp.c.
    4. Added 1ms read timeout support to hpmud.
    5. Added new printmodes to LJJetReady
    6. Added custom papersize command
    7. Added installtree.html to makefile.
    8. Turned fax off for Photosmart 3200 series (device has no fax)
    9. Added Officejet 4105 All-in-one to models.dat
    10. Fixed defect (German: There are some truncated characters display on panel when disconnect one device.)
    11. Refactored fax send objects
    12. Fixed defect ("0.0" verses current version number.)
    13. Fixed defect (Usability issues in plug-in download reported by Till Kamppetter)
    14. Fixed defect (Traceback information displays when enter "hp-fab" command in terminal after GUI mod is disable in installation process.)
    15. Changed OWNER from lp to root in 55-hpmud.rules as suggested by Suse.
    16. Added more gui install files.
    17. Bumped libhpmud from 0.0.0 to 0.1.0 for statustype support in hpmud_query_model().
    18. Fixed defect (There is not help documents of -q parameter when input hp-setup -h in terminal.)
    19. Fixed defect (Traceback information displays when edit or delete the nickname in fax address book which is added in Recipient(s).)
    20. Added support for the following new printer(s):
    - HP LaserJet M2727 MFP (Postscript) (printing only, no scanning or PC send fax)
    - HP LaserJet M1005 MFP (LJm1005 w/plugin) (printing only, no scanning)
    - HP LaserJet 1000/1005 (LJZjsMono w/plugin)
    - HP LaserJet 3600/3500/3550 (LJJetReady optional plugin)
    - HP LaserJet 9040 (Postscript)
    
    HPLIP 2.7.12 - Known Issues with Localization (L10N) and Internationalization (I18N):
    1. Non-Latin1 characters (Chinese, Russian, etc) cannot be used in the following locations: Coverpage information (hp-sendfax), command paths (hp-toolbox), photocard unload paths (hp-unload), fax header information (hp-toolbox), file print paths (hp-print), and file fax paths (hp-sendfax).
    2. The date infomation in the status tab of HP Device Manager (hp-toolbox) may not have the correct format for the current locale.
    3. Non-Latin1 characters (Chinese, Russian, etc) cannot be used for any command line utility as user input or command line argument.
---
 printer/hplip/BUILD     |    3 ---
 printer/hplip/CONFIGURE |    1 -
 printer/hplip/DEPENDS   |   13 +++++++++----
 printer/hplip/DETAILS   |    6 +++---
 4 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/printer/hplip/BUILD b/printer/hplip/BUILD
index 1538e95..d3699d0 100644
--- a/printer/hplip/BUILD
+++ b/printer/hplip/BUILD
@@ -6,9 +6,6 @@
   if [[ "$PP" == "y" ]] ; then
     OPTS="$OPTS --disable-pp-build"
   fi
-  if [[ "$SCAN" == "n" ]] ; then
-    OPTS="$OPTS --disable-scan-build"
-  fi
   if [[ "$FAX" == "n" ]] ; then
     OPTS="$OPTS --disable-fax-build"
   fi &&
diff --git a/printer/hplip/CONFIGURE b/printer/hplip/CONFIGURE
index a057db5..c2e89ab 100644
--- a/printer/hplip/CONFIGURE
+++ b/printer/hplip/CONFIGURE
@@ -1,3 +1,2 @@
 mquery PP "Disable HP parallel port printing support (if your HP printer is USB only)?" y
-mquery SCAN "Enable builtin scanner in your HP printer?" n 
 mquery FAX "Enable builtin fax in your HP printer?" n
diff --git a/printer/hplip/DEPENDS b/printer/hplip/DEPENDS
index c961b67..10d699e 100644
--- a/printer/hplip/DEPENDS
+++ b/printer/hplip/DEPENDS
@@ -1,11 +1,16 @@
-depends  jpeg   &&
-depends  cups   &&
-depends  libusb &&
+depends  jpeg
+depends  cups
+depends  libusb
+
+optional_depends "sane-backends" \
+                 "" \
+                 "--disable-scan-build" \
+                 "for builtin scanner support" 
 
 optional_depends "PyQt" \
                  "" \
                  "" \
-                 "for HP gui support" &&
+                 "for HP gui support" 
 
 optional_depends "net-snmp" \
                  "--enable-network-build" \
diff --git a/printer/hplip/DETAILS b/printer/hplip/DETAILS
index f7dd0de..61f4e74 100644
--- a/printer/hplip/DETAILS
+++ b/printer/hplip/DETAILS
@@ -1,11 +1,11 @@
           MODULE=hplip
-         VERSION=2.7.10
+         VERSION=2.7.12
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=$SFORGE_URL/hplip
-      SOURCE_VFY=sha1:722e95d0a2b5e4b9535a68c94ed3aef0f3c28ab6
+      SOURCE_VFY=sha1:4a80e46a633674db53d8063349b8bbb3f9070d49
         WEB_SITE=http://hplip.sourceforge.net
          ENTERED=20061216
-         UPDATED=20071020
+         UPDATED=20071216
            SHORT="Hewlett Packard's drivers for HP printers"
 
 cat << EOF


More information about the Lunar-commits mailing list