[Lunar-commits] <moonbase> hplip: version bump, and a few alterations to DEPENDS and BUILD.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Sat May 2 16:15:43 CEST 2009


commit 5718ee8e7ded4928a440337d65d8523086e140bb
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Sat May 2 10:15:43 2009 -0400

    hplip: version bump, and a few alterations to DEPENDS and BUILD.
---
 printer/hplip/BUILD   |   14 ++++++++++----
 printer/hplip/DEPENDS |   28 +++++++++++++++++++---------
 printer/hplip/DETAILS |    6 +++---
 3 files changed, 32 insertions(+), 16 deletions(-)

diff --git a/printer/hplip/BUILD b/printer/hplip/BUILD
index d3699d0..b686b1e 100644
--- a/printer/hplip/BUILD
+++ b/printer/hplip/BUILD
@@ -1,11 +1,17 @@
 (
 
-  if module_installed qt3; then
-    . /etc/profile.d/qt3.rc;
-  fi
+  if in_depends $MODULE PyQt; then
+    . /etc/profile.d/qt3.rc
+  fi &&
+
+  if in_depends $MODULE PyQt4; then
+     . /etc/profile.d/qt4.rc
+  fi &&
+
   if [[ "$PP" == "y" ]] ; then
     OPTS="$OPTS --disable-pp-build"
-  fi
+  fi &&
+
   if [[ "$FAX" == "n" ]] ; then
     OPTS="$OPTS --disable-fax-build"
   fi &&
diff --git a/printer/hplip/DEPENDS b/printer/hplip/DEPENDS
index 10d699e..f6a90ec 100644
--- a/printer/hplip/DEPENDS
+++ b/printer/hplip/DEPENDS
@@ -2,17 +2,27 @@ depends  jpeg
 depends  cups
 depends  libusb
 
-optional_depends "sane-backends" \
-                 "" \
-                 "--disable-scan-build" \
+optional_depends "sane-backends"               \
+                 "--enable-scan-build"         \
+                 "--disable-scan-build"        \
                  "for builtin scanner support" 
 
-optional_depends "PyQt" \
-                 "" \
-                 "" \
+optional_depends "PyQt"                 \
+                 "--enable-qt3"         \
+                 "--disable-qt3"        \
                  "for HP gui support" 
 
-optional_depends "net-snmp" \
-                 "--enable-network-build" \
-                 "--disable-network-build" \
+optional_depends "PyQt4"                   \
+                 "--enable-qt4"            \
+                 "--disable-qt4"           \
+                 "for HP Qt4 GUI Support"  
+
+optional_depends "reportlab"                          \
+                 ""                                   \
+                 ""                                   \
+                 "for PDF and Fax cover page support"
+
+optional_depends "net-snmp"                     \
+                 "--enable-network-build"       \
+                 "--disable-network-build"      \
                  "for network printing support"
diff --git a/printer/hplip/DETAILS b/printer/hplip/DETAILS
index 86573a2..f9ccd12 100644
--- a/printer/hplip/DETAILS
+++ b/printer/hplip/DETAILS
@@ -1,11 +1,11 @@
           MODULE=hplip
-         VERSION=3.9.2
+         VERSION=3.9.4b
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=$SFORGE_URL/hplip
-      SOURCE_VFY=sha1:f4d41ed8f0dfcbc6fddd8856d91ccaeac791dc08
+      SOURCE_VFY=sha1:d2b06f1ee347a1f3aacd6b52600d08fc71ac5b12
         WEB_SITE=http://hplip.sourceforge.net
          ENTERED=20061216
-         UPDATED=20090305
+         UPDATED=20090502
            SHORT="Hewlett Packard's drivers for HP printers"
 
 cat << EOF


More information about the Lunar-commits mailing list