pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/hplip HPLIP 3.13.6 - This release has the follow...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac75809bdbd9
branches:  trunk
changeset: 621984:ac75809bdbd9
user:      schnoebe <schnoebe%pkgsrc.org@localhost>
date:      Sun Jul 21 15:56:37 2013 +0000

description:
HPLIP 3.13.6 - This release has the following changes:

Added Support for the Following New Printers:

- HP DesignJet T920 Postscript
- HP DesignJet T1500 Postscript
- HP Envy 4500 e-All-in-One
- HP Envy 4502 e-All-in-One

Added support for the following new Distro's:

-LinuxMint 15

Launchpad fixes:

1179433 - cupsext/getPrinter leaks server connection on each call
1179454 - Cannot set filename when scanning with hp-scan from ADF
1186411 - Fix for firmware download during plug and play
1185866 - hp-config_usb_printer hangs in loop
1189333 - Fixed hplip markup documentation errors

Issues fixed:

- Crash happens after removing "lp" group in RHEL6 32bit OS

Deailed Change log:

- Supported CUPS 1.6 IPP Private Structure changes

diffstat:

 print/hplip/Makefile         |   5 ++---
 print/hplip/PLIST.base       |   8 ++++++--
 print/hplip/distinfo         |  10 +++++-----
 print/hplip/patches/patch-ae |  26 ++++++++++----------------
 4 files changed, 23 insertions(+), 26 deletions(-)

diffs (166 lines):

diff -r c39ee8cbeaf2 -r ac75809bdbd9 print/hplip/Makefile
--- a/print/hplip/Makefile      Sun Jul 21 15:50:19 2013 +0000
+++ b/print/hplip/Makefile      Sun Jul 21 15:56:37 2013 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2013/06/16 23:25:01 asau Exp $
+# $NetBSD: Makefile,v 1.25 2013/07/21 15:56:37 schnoebe Exp $
 #
 
-DISTNAME=              hplip-3.13.5
-PKGREVISION=           3
+DISTNAME=              hplip-3.13.6
 CATEGORIES=            print
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=hplip/}
 
diff -r c39ee8cbeaf2 -r ac75809bdbd9 print/hplip/PLIST.base
--- a/print/hplip/PLIST.base    Sun Jul 21 15:50:19 2013 +0000
+++ b/print/hplip/PLIST.base    Sun Jul 21 15:56:37 2013 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.base,v 1.6 2013/05/26 00:43:23 schnoebe Exp $
+@comment $NetBSD: PLIST.base,v 1.7 2013/07/21 15:56:37 schnoebe Exp $
 bin/hp-align
 bin/hp-check
 bin/hp-clean
@@ -86,7 +86,6 @@
 share/doc/${PKGNAME}/troubleshooting.html
 share/doc/${PKGNAME}/uninstalling.html
 share/doc/${PKGNAME}/upgrading.html
-share/examples/hplip/cron.daily/hplip_cron
 share/examples/hplip/hp/hplip.conf
 share/examples/hplip/udev/rules.d/56-hpmud.rules
 share/hal/fdi/preprobe/10osvendor/20-hplip-devices.fdi
@@ -221,6 +220,7 @@
 share/hplip/firmware.pyc
 share/hplip/hpdio.py
 share/hplip/hpdio.pyc
+share/hplip/hplip_clean.sh
 share/hplip/hpssd.py
 share/hplip/hpssd.pyc
 share/hplip/info.py
@@ -499,6 +499,7 @@
 share/hplip/ppd/HP/hp-designjet_t1120ps_44in-ps.ppd.gz
 share/hplip/ppd/HP/hp-designjet_t1200_postscript-ps.ppd.gz
 share/hplip/ppd/HP/hp-designjet_t1300_postscript-ps.ppd.gz
+share/hplip/ppd/HP/hp-designjet_t1500-postscript.ppd.gz
 share/hplip/ppd/HP/hp-designjet_t2300_postscript-ps.ppd.gz
 share/hplip/ppd/HP/hp-designjet_t7100ps-ps.ppd.gz
 share/hplip/ppd/HP/hp-designjet_t7100ps_monochrome-ps.ppd.gz
@@ -506,6 +507,7 @@
 share/hplip/ppd/HP/hp-designjet_t770ps_24in-ps.ppd.gz
 share/hplip/ppd/HP/hp-designjet_t790ps_24in-ps.ppd.gz
 share/hplip/ppd/HP/hp-designjet_t790ps_44in-ps.ppd.gz
+share/hplip/ppd/HP/hp-designjet_t920-postscript.ppd.gz
 share/hplip/ppd/HP/hp-designjet_z5200_postscript-ps.ppd.gz
 share/hplip/ppd/HP/hp-designjet_z6100ps_42in_photo-ps.ppd.gz
 share/hplip/ppd/HP/hp-designjet_z6100ps_60in_photo-ps.ppd.gz
@@ -861,6 +863,8 @@
 share/hplip/ppd/HP/hp-envy_110_series.ppd.gz
 share/hplip/ppd/HP/hp-envy_120_series-hpijs.ppd.gz
 share/hplip/ppd/HP/hp-envy_120_series.ppd.gz
+share/hplip/ppd/HP/hp-envy_4500_series-hpijs.ppd.gz
+share/hplip/ppd/HP/hp-envy_4500_series.ppd.gz
 share/hplip/ppd/HP/hp-laserjet_1000-hpijs.ppd.gz
 share/hplip/ppd/HP/hp-laserjet_1000.ppd.gz
 share/hplip/ppd/HP/hp-laserjet_1005_series-hpijs.ppd.gz
diff -r c39ee8cbeaf2 -r ac75809bdbd9 print/hplip/distinfo
--- a/print/hplip/distinfo      Sun Jul 21 15:50:19 2013 +0000
+++ b/print/hplip/distinfo      Sun Jul 21 15:56:37 2013 +0000
@@ -1,12 +1,12 @@
-$NetBSD: distinfo,v 1.6 2013/05/26 00:43:23 schnoebe Exp $
+$NetBSD: distinfo,v 1.7 2013/07/21 15:56:37 schnoebe Exp $
 
-SHA1 (hplip-3.13.5.tar.gz) = a28ebd754a94a83e493aa91673def890564c85f1
-RMD160 (hplip-3.13.5.tar.gz) = 056289cd233e4c95cb16cf30e136bebe691deed7
-Size (hplip-3.13.5.tar.gz) = 20737422 bytes
+SHA1 (hplip-3.13.6.tar.gz) = eb48fa8fa669593601c411cd22f0b5cd8ed825c4
+RMD160 (hplip-3.13.6.tar.gz) = 2acd684afbb0610232bad7402b8239f0d34ec88f
+Size (hplip-3.13.6.tar.gz) = 20785825 bytes
 SHA1 (patch-aa) = bad4a3a9570d9bbd1e0fe226b625f1ddc3f31b8c
 SHA1 (patch-ab) = ce2775ef74746aefd942bda49c4e548f7c771ff5
 SHA1 (patch-ad) = 468fbf167e1f20bb8617e444977969e46b19f3be
-SHA1 (patch-ae) = da7a6f9ccb3787101496dd6588c3ebd31f69157d
+SHA1 (patch-ae) = 0a4b30b841822ea3c268442d9ac1d81b3a59ad1e
 SHA1 (patch-io_hpmud_musb.h) = ad634f5a1f426877e1c88916b6468fcdb7598555
 SHA1 (patch-io_hpmud_pml.c) = 9bd341140afbc9ddb8eb8dff7eee05365231f94f
 SHA1 (patch-prnt_hpijs_context2.cpp) = f81148c1c334a9074453b27ac055833cd1669bd0
diff -r c39ee8cbeaf2 -r ac75809bdbd9 print/hplip/patches/patch-ae
--- a/print/hplip/patches/patch-ae      Sun Jul 21 15:50:19 2013 +0000
+++ b/print/hplip/patches/patch-ae      Sun Jul 21 15:56:37 2013 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ae,v 1.6 2013/05/26 00:43:23 schnoebe Exp $
+$NetBSD: patch-ae,v 1.7 2013/07/21 15:56:37 schnoebe Exp $
 
 # Conform to autoconf's standard variable usage, making it easier
 # to install on pkgsrc platforms
@@ -8,21 +8,16 @@
 # still needs to handle the buildlink path for libusb-1.0 :(
 # schnoebe -- Fri May 24 14:55:57 CDT 2013
 
---- Makefile.am.orig   2013-05-10 10:09:32.000000000 +0000
+--- Makefile.am.orig   2013-06-21 06:57:55.000000000 +0000
 +++ Makefile.am
-@@ -110,26 +110,26 @@ hp_mkuri_LDADD = -ldl libhpmud.la
+@@ -110,22 +110,22 @@ hp_mkuri_LDADD = -ldl libhpmud.la
  hp_mkuri_CFLAGS = -DCONFDIR=\"$(hplip_confdir)\"
  
  #hpmud rules data dir
 -rulessystemdir=/usr/lib/systemd/system
-+rulessystemdir= $(libdir)/systemd/system
++rulessystemdir=$(libdir)/systemd/system
  dist_rulessystem_DATA =data/rules/hplip-printer@.service
  
- # cron files
--crondir = /etc/cron.daily
-+crondir = $(sysconfdir)/cron.daily
- dist_cron_DATA = data/rules/hplip_cron
- 
  # hpmud.rules
 -rulesdir = /etc/udev/rules.d
 +rulesdir = $(sysconfdir)/udev/rules.d
@@ -42,7 +37,7 @@
  hplip_conf_DATA = hplip.conf
  
  #pstotiff filter
-@@ -137,12 +137,12 @@ pstotiffdir = $(cupsfilterdir)
+@@ -133,12 +133,12 @@ pstotiffdir = $(cupsfilterdir)
  pstotiff_SCRIPTS = fax/filters/pstotiff
  
  # hplip.state
@@ -58,7 +53,7 @@
  
  if FULL_BUILD
  
-@@ -358,9 +358,9 @@ endif
+@@ -355,9 +355,9 @@ endif
  
  # PolicyKit
  if POLICYKIT_INSTALL
@@ -70,7 +65,7 @@
  dist_policykit_dbus_share_DATA = data/policykit/com.hp.hplip.service
  policykit_policydir = $(policykit_dir)
  dist_policykit_policy_DATA = data/policykit/com.hp.hplip.policy
-@@ -549,25 +549,17 @@ endif
+@@ -546,38 +546,30 @@ endif
  install-dist_hplip_LogDATA:
  if FULL_BUILD
        test -z "$(DESTDIR)$(hplip_Logdir)" || mkdir -p $(DESTDIR)$(hplip_Logdir)
@@ -87,16 +82,15 @@
  if FULL_BUILD
        test -z "$(DESTDIR)$(hplip_tmpdir)" || mkdir -p $(DESTDIR)$(hplip_tmpdir)
 -      chgrp "lp" -R $(DESTDIR)$(hplip_tmpdir)
--      chmod 1775 $(DESTDIR)$(hplip_tmpdir)
+-      chmod 0775 $(DESTDIR)$(hplip_tmpdir)
  endif #FULL_BUILD
  if HPLIP_BUILD
        test -z "$(DESTDIR)$(hplip_tmpdir)" || mkdir -p $(DESTDIR)$(hplip_tmpdir)
 -      chgrp "lp" -R $(DESTDIR)$(hplip_tmpdir)
--      chmod 1775 $(DESTDIR)$(hplip_tmpdir)
+-      chmod 0775 $(DESTDIR)$(hplip_tmpdir)
  endif #FULL_BUILD
  
- install-dist_cronDATA:$(dist_cron_DATA)
-@@ -586,13 +578,13 @@ install-data-hook:
+ install-data-hook:
  if HPLIP_BUILD
  #        If scanner build, add hpaio entry to sane dll.conf.
        if [ "$(scan_build)" = "yes" ]; then \



Home | Main Index | Thread Index | Old Index