Report forwarded to debian-bugs-dist@lists.debian.org, Torsten Landschoff <torsten@debian.org>:
Bug#82412; Package gs-aladdin.   debian-bugs-dist@lists.debian.orgTorsten Landschoff  Subject: Bug#82412: Add stp (Epson Stylus Photo) driver from gimp-print. Reply-To: Martijn Pieters , 82412@bugs.debian.org Resent-From: Martijn Pieters Orignal-Sender: Martijn Pieters Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Torsten Landschoff Resent-Date: Mon, 15 Jan 2001 15:05:06 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 82412 X-Debian-PR-Package: gs-aladdin X-Debian-PR-Keywords: patch X-Loop: owner@bugs.debian.org Received: via spool by bugs@bugs.debian.org id=B.97957060617771 (code B ref -1); Mon, 15 Jan 2001 15:05:06 GMT Date: Mon, 15 Jan 2001 15:56:42 +0100 From: Martijn Pieters To: submit@bugs.debian.org Message-ID: <20010115155642.A14842@zopatista.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="rwEMma7ioTxnRzrJ" Content-Disposition: inline User-Agent: Mutt/1.3.12i Sender: Martijn Pieters Delivered-To: submit@bugs.debian.org --rwEMma7ioTxnRzrJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Package: gs-aladdin Version: 6.50-2 Severity: wishlist Tags: patch The gimp-print project produces not only a print-plugin for The Gimp, but also the stp printer driver for gs. It's the best printer driver for most Epson Stylus Color and Epson Photo printers, and has excellent output for a host of Canon BJC and HP DeskJet and LaserJet printers as well. Attached patch adds support for the driver to the gs-aladdin build system. It patches contrib.mak.diff and rules, and adds a files rules.stp. You'll need to download print-4.1.1.tar.gz and place it in upstream, of course. The print-4.1.1/Ghost/README file has instruction on how to include the stp driver in the gs package as well. Homepage gimp-print: http://gimp-print.sourceforge.net/ Download from: http://download.sourceforge.net/gimp-print/print-4.1.1.tar.gz -- Martijn Pieters | Software Engineer mailto:mj@digicool.com | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ --------------------------------------------- --rwEMma7ioTxnRzrJ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="gs-aladdin-stp.diff" --- gs-aladdin-6.50/debian/contrib.diff.orig Mon Jan 15 14:11:25 2001 +++ gs-aladdin-6.50/debian/contrib.diff Mon Jan 15 13:09:35 2001 @@ -11,7 +11,7 @@ # lips3 Canon LIPS III laser printer in English (CaPSL) mode # lj250 DEC LJ250 Companion color printer # lj3100sw H-P LaserJet 3100 (requires installed HP-Software) -@@ -839,3 +843,142 @@ +@@ -839,3 +843,188 @@ $(GLOBJ)gdevsunr.$(OBJ) : $(GLSRC)gdevsunr.c $(PDEVH) $(GLCC) $(GLO_)gdevsunr.$(OBJ) $(C_) $(GLSRC)gdevsunr.c @@ -153,4 +153,50 @@ + +$(DD)hpdj.dev: $(hpdj_) $(DD)page.dev + $(SETPDEV) $(DD)hpdj $(hpdj_) ++ ++### --------------- Epson Stylus Photo Driver ---------------------------- ### ++ ++stp_=$(GLOBJ)gdevstp.$(OBJ) \ ++ $(GLOBJ)gdevstp-dither.$(OBJ) \ ++ $(GLOBJ)gdevstp-util.$(OBJ) \ ++ $(GLOBJ)gdevstp-color.$(OBJ) \ ++ $(GLOBJ)gdevstp-weave.$(OBJ) \ ++ $(GLOBJ)gdevstp-escp2.$(OBJ) \ ++ $(GLOBJ)gdevstp-lexmark.$(OBJ) \ ++ $(GLOBJ)gdevstp-pcl.$(OBJ) \ ++ $(GLOBJ)gdevstp-canon.$(OBJ) \ ++ $(GLOBJ)gdevstp-ps.$(OBJ) ++ ++$(DD)stp.dev: $(stp_) $(DD)page.dev ++ $(SETPDEV) $(DD)stp $(stp_) ++ ++$(GLOBJ)gdevstp.$(OBJ) : $(GLSRC)gdevstp.c $(PDEVH) ++ $(GLCC) $(GLO_)gdevstp.$(OBJ) $(C_) $(GLSRC)gdevstp.c ++ ++$(GLOBJ)gdevstp-util.$(OBJ) : $(GLSRC)gdevstp-util.c $(GLSRC)gdevstp-printers.c $(PDEVH) ++ $(GLCC) $(GLO_)gdevstp-util.$(OBJ) $(C_) $(GLSRC)gdevstp-util.c ++ ++$(GLOBJ)gdevstp-weave.$(OBJ) : $(GLSRC)gdevstp-weave.c $(PDEVH) ++ $(GLCC) $(GLO_)gdevstp-weave.$(OBJ) $(C_) $(GLSRC)gdevstp-weave.c ++ ++$(GLOBJ)gdevstp-color.$(OBJ) : $(GLSRC)gdevstp-color.c $(PDEVH) ++ $(GLCC) $(GLO_)gdevstp-color.$(OBJ) $(C_) $(GLSRC)gdevstp-color.c ++ ++$(GLOBJ)gdevstp-dither.$(OBJ) : $(GLSRC)gdevstp-dither.c $(PDEVH) ++ $(GLCC) $(GLO_)gdevstp-dither.$(OBJ) $(C_) $(GLSRC)gdevstp-dither.c ++ ++$(GLOBJ)gdevstp-escp2.$(OBJ) : $(GLSRC)gdevstp-escp2.c $(PDEVH) ++ $(GLCC) $(GLO_)gdevstp-escp2.$(OBJ) $(C_) $(GLSRC)gdevstp-escp2.c ++ ++$(GLOBJ)gdevstp-lexmark.$(OBJ) : $(GLSRC)gdevstp-lexmark.c $(PDEVH) ++ $(GLCC) $(GLO_)gdevstp-lexmark.$(OBJ) $(C_) $(GLSRC)gdevstp-lexmark.c ++ ++$(GLOBJ)gdevstp-pcl.$(OBJ) : $(GLSRC)gdevstp-pcl.c $(PDEVH) ++ $(GLCC) $(GLO_)gdevstp-pcl.$(OBJ) $(C_) $(GLSRC)gdevstp-pcl.c ++ ++$(GLOBJ)gdevstp-canon.$(OBJ) : $(GLSRC)gdevstp-canon.c $(PDEVH) ++ $(GLCC) $(GLO_)gdevstp-canon.$(OBJ) $(C_) $(GLSRC)gdevstp-canon.c ++ ++$(GLOBJ)gdevstp-ps.$(OBJ) : $(GLSRC)gdevstp-ps.c $(PDEVH) ++ $(GLCC) $(GLO_)gdevstp-ps.$(OBJ) $(C_) $(GLSRC)gdevstp-ps.c + --- gs-aladdin-6.50/debian/rules.orig Mon Jan 15 14:11:25 2001 +++ gs-aladdin-6.50/debian/rules Mon Jan 15 11:05:43 2001 @@ -22,6 +23,7 @@ include debian/rules.lexmark include debian/rules.hpdj +include debian/rules.stp unpack-contrib: checkdir stampdir/unpack-contrib stampdir/unpack-contrib: stampdir/unpack $(CONTRIB_UNPACK) --- gs-aladdin-6.50/debian/rules.stp.orig Thu Jan 1 01:00:00 1970 +++ gs-aladdin-6.50/debian/rules.stp Mon Jan 15 13:31:34 2001 @@ -0,0 +1,26 @@ +CONTRIB_UNPACK += stampdir/unpack-stp +CONTRIB_CONFIGURE += stampdir/configure-stp +CONTRIB_DEVICES += $$(DD)stp.dev +CONTRIB_INSTALL += install-stp + +unpack-stp: stampdir/unpack-stp +stampdir/unpack-stp: stampdir/unpack + # Now unpacking sources of stp driver + # ============================================================= + mkdir tmp + tar -C tmp -xzf upstream/print-4.1.1.tar.gz + mkdir -p build/src/contrib/stp + cp tmp/print-4.1.1/Ghost/* build/src/contrib/stp + rm -Rf tmp + touch $@ + +configure-stp: stampdir/unpack-stp stampdir/configure-stp +stampdir/configure-stp: stampdir/configure + cd build/src/contrib/stp && ln gdevstp* ../.. + touch $@ + +install-stp: stampdir/install-stp +stampdir/install-stp: + install -m 644 build/src/contrib/stp/README $(GSDOCDIR)/README.stp + +.PHONY: unpack-stp configure-stp --rwEMma7ioTxnRzrJ--   Acknowledgement sent to Martijn Pieters <mj@digicool.com>:
New Bug report received and forwarded. Copy sent to Torsten Landschoff <torsten@debian.org>.   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: Martijn Pieters Subject: Bug#82412: Acknowledgement (Add stp (Epson Stylus Photo) driver from gimp-print.) Message-ID: In-Reply-To: <20010115155642.A14842@zopatista.com> References: <20010115155642.A14842@zopatista.com> X-Debian-PR-Message: ack 82412 Thank you for the problem report you have sent regarding Debian. This is an automatically generated reply, to let you know your message has been received. It is being forwarded to the developers mailing list for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): Torsten Landschoff If you wish to submit further information on your problem, please send it to 82412@bugs.debian.org (and *not* to bugs@bugs.debian.org). Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Darren Benham (administrator, Debian Bugs database)   Received: (at submit) by bugs.debian.org; 15 Jan 2001 14:56:46 +0000 From mj@zopatista.com Mon Jan 15 08:56:45 2001 Return-path: Received: from d23002.upc-d.chello.nl (localhost) [213.46.23.2] (8) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 14IB3s-0004cN-00; Mon, 15 Jan 2001 08:56:45 -0600 Received: from mj by localhost with local (Exim 3.20 #1 (Debian)) id 14IB3q-0005Qu-00 for ; Mon, 15 Jan 2001 15:56:42 +0100 Date: Mon, 15 Jan 2001 15:56:42 +0100 From: Martijn Pieters To: submit@bugs.debian.org Subject: Add stp (Epson Stylus Photo) driver from gimp-print. Message-ID: <20010115155642.A14842@zopatista.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="rwEMma7ioTxnRzrJ" Content-Disposition: inline User-Agent: Mutt/1.3.12i Sender: Martijn Pieters Delivered-To: submit@bugs.debian.org --rwEMma7ioTxnRzrJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Package: gs-aladdin Version: 6.50-2 Severity: wishlist Tags: patch The gimp-print project produces not only a print-plugin for The Gimp, but also the stp printer driver for gs. It's the best printer driver for most Epson Stylus Color and Epson Photo printers, and has excellent output for a host of Canon BJC and HP DeskJet and LaserJet printers as well. Attached patch adds support for the driver to the gs-aladdin build system. It patches contrib.mak.diff and rules, and adds a files rules.stp. You'll need to download print-4.1.1.tar.gz and place it in upstream, of course. The print-4.1.1/Ghost/README file has instruction on how to include the stp driver in the gs package as well. Homepage gimp-print: http://gimp-print.sourceforge.net/ Download from: http://download.sourceforge.net/gimp-print/print-4.1.1.tar.gz -- Martijn Pieters | Software Engineer mailto:mj@digicool.com | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ --------------------------------------------- --rwEMma7ioTxnRzrJ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="gs-aladdin-stp.diff" --- gs-aladdin-6.50/debian/contrib.diff.orig Mon Jan 15 14:11:25 2001 +++ gs-aladdin-6.50/debian/contrib.diff Mon Jan 15 13:09:35 2001 @@ -11,7 +11,7 @@ # lips3 Canon LIPS III laser printer in English (CaPSL) mode # lj250 DEC LJ250 Companion color printer # lj3100sw H-P LaserJet 3100 (requires installed HP-Software) -@@ -839,3 +843,142 @@ +@@ -839,3 +843,188 @@ $(GLOBJ)gdevsunr.$(OBJ) : $(GLSRC)gdevsunr.c $(PDEVH) $(GLCC) $(GLO_)gdevsunr.$(OBJ) $(C_) $(GLSRC)gdevsunr.c @@ -153,4 +153,50 @@ + +$(DD)hpdj.dev: $(hpdj_) $(DD)page.dev + $(SETPDEV) $(DD)hpdj $(hpdj_) ++ ++### --------------- Epson Stylus Photo Driver ---------------------------- ### ++ ++stp_=$(GLOBJ)gdevstp.$(OBJ) \ ++ $(GLOBJ)gdevstp-dither.$(OBJ) \ ++ $(GLOBJ)gdevstp-util.$(OBJ) \ ++ $(GLOBJ)gdevstp-color.$(OBJ) \ ++ $(GLOBJ)gdevstp-weave.$(OBJ) \ ++ $(GLOBJ)gdevstp-escp2.$(OBJ) \ ++ $(GLOBJ)gdevstp-lexmark.$(OBJ) \ ++ $(GLOBJ)gdevstp-pcl.$(OBJ) \ ++ $(GLOBJ)gdevstp-canon.$(OBJ) \ ++ $(GLOBJ)gdevstp-ps.$(OBJ) ++ ++$(DD)stp.dev: $(stp_) $(DD)page.dev ++ $(SETPDEV) $(DD)stp $(stp_) ++ ++$(GLOBJ)gdevstp.$(OBJ) : $(GLSRC)gdevstp.c $(PDEVH) ++ $(GLCC) $(GLO_)gdevstp.$(OBJ) $(C_) $(GLSRC)gdevstp.c ++ ++$(GLOBJ)gdevstp-util.$(OBJ) : $(GLSRC)gdevstp-util.c $(GLSRC)gdevstp-printers.c $(PDEVH) ++ $(GLCC) $(GLO_)gdevstp-util.$(OBJ) $(C_) $(GLSRC)gdevstp-util.c ++ ++$(GLOBJ)gdevstp-weave.$(OBJ) : $(GLSRC)gdevstp-weave.c $(PDEVH) ++ $(GLCC) $(GLO_)gdevstp-weave.$(OBJ) $(C_) $(GLSRC)gdevstp-weave.c ++ ++$(GLOBJ)gdevstp-color.$(OBJ) : $(GLSRC)gdevstp-color.c $(PDEVH) ++ $(GLCC) $(GLO_)gdevstp-color.$(OBJ) $(C_) $(GLSRC)gdevstp-color.c ++ ++$(GLOBJ)gdevstp-dither.$(OBJ) : $(GLSRC)gdevstp-dither.c $(PDEVH) ++ $(GLCC) $(GLO_)gdevstp-dither.$(OBJ) $(C_) $(GLSRC)gdevstp-dither.c ++ ++$(GLOBJ)gdevstp-escp2.$(OBJ) : $(GLSRC)gdevstp-escp2.c $(PDEVH) ++ $(GLCC) $(GLO_)gdevstp-escp2.$(OBJ) $(C_) $(GLSRC)gdevstp-escp2.c ++ ++$(GLOBJ)gdevstp-lexmark.$(OBJ) : $(GLSRC)gdevstp-lexmark.c $(PDEVH) ++ $(GLCC) $(GLO_)gdevstp-lexmark.$(OBJ) $(C_) $(GLSRC)gdevstp-lexmark.c ++ ++$(GLOBJ)gdevstp-pcl.$(OBJ) : $(GLSRC)gdevstp-pcl.c $(PDEVH) ++ $(GLCC) $(GLO_)gdevstp-pcl.$(OBJ) $(C_) $(GLSRC)gdevstp-pcl.c ++ ++$(GLOBJ)gdevstp-canon.$(OBJ) : $(GLSRC)gdevstp-canon.c $(PDEVH) ++ $(GLCC) $(GLO_)gdevstp-canon.$(OBJ) $(C_) $(GLSRC)gdevstp-canon.c ++ ++$(GLOBJ)gdevstp-ps.$(OBJ) : $(GLSRC)gdevstp-ps.c $(PDEVH) ++ $(GLCC) $(GLO_)gdevstp-ps.$(OBJ) $(C_) $(GLSRC)gdevstp-ps.c + --- gs-aladdin-6.50/debian/rules.orig Mon Jan 15 14:11:25 2001 +++ gs-aladdin-6.50/debian/rules Mon Jan 15 11:05:43 2001 @@ -22,6 +23,7 @@ include debian/rules.lexmark include debian/rules.hpdj +include debian/rules.stp unpack-contrib: checkdir stampdir/unpack-contrib stampdir/unpack-contrib: stampdir/unpack $(CONTRIB_UNPACK) --- gs-aladdin-6.50/debian/rules.stp.orig Thu Jan 1 01:00:00 1970 +++ gs-aladdin-6.50/debian/rules.stp Mon Jan 15 13:31:34 2001 @@ -0,0 +1,26 @@ +CONTRIB_UNPACK += stampdir/unpack-stp +CONTRIB_CONFIGURE += stampdir/configure-stp +CONTRIB_DEVICES += $$(DD)stp.dev +CONTRIB_INSTALL += install-stp + +unpack-stp: stampdir/unpack-stp +stampdir/unpack-stp: stampdir/unpack + # Now unpacking sources of stp driver + # ============================================================= + mkdir tmp + tar -C tmp -xzf upstream/print-4.1.1.tar.gz + mkdir -p build/src/contrib/stp + cp tmp/print-4.1.1/Ghost/* build/src/contrib/stp + rm -Rf tmp + touch $@ + +configure-stp: stampdir/unpack-stp stampdir/configure-stp +stampdir/configure-stp: stampdir/configure + cd build/src/contrib/stp && ln gdevstp* ../.. + touch $@ + +install-stp: stampdir/install-stp +stampdir/install-stp: + install -m 644 build/src/contrib/stp/README $(GSDOCDIR)/README.stp + +.PHONY: unpack-stp configure-stp --rwEMma7ioTxnRzrJ--   Information forwarded to debian-bugs-dist@lists.debian.org:
Bug#82412; Package gs-aladdin.   debian-bugs-dist@lists.debian.org  Subject: Bug#82412: Add stp (Epson Stylus Photo) driver from gimp-print. Reply-To: Torsten Landschoff , 82412@bugs.debian.org Resent-From: Torsten Landschoff Resent-To: debian-bugs-dist@lists.debian.org Resent-Date: Tue, 16 Jan 2001 12:19:03 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 82412 X-Debian-PR-Package: gs-aladdin X-Debian-PR-Keywords: patch X-Loop: owner@bugs.debian.org Received: via spool by 82412-bugs@bugs.debian.org id=B82412.9796468565626 (code B ref 82412); Tue, 16 Jan 2001 12:19:03 GMT Date: Tue, 16 Jan 2001 12:57:46 +0100 From: Torsten Landschoff To: Martijn Pieters , 82412@bugs.debian.org Message-ID: <20010116125746.A6499@stargate.galaxy> References: <20010115155642.A14842@zopatista.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="opJtzjQTFsWo+cga" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010115155642.A14842@zopatista.com>; from mj@digicool.com on Mon, Jan 15, 2001 at 03:56:42PM +0100 X-Sender: 320026820486-0001@t-dialin.net Delivered-To: 82412@bugs.debian.org --opJtzjQTFsWo+cga Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Martijn,=20 On Mon, Jan 15, 2001 at 03:56:42PM +0100, Martijn Pieters wrote: =20 > [...] > Attached patch adds support for the driver to the gs-aladdin build system. > It patches contrib.mak.diff and rules, and adds a files rules.stp. You'll > need to download print-4.1.1.tar.gz and place it in upstream, of course. Thanks a lot for the patch. I am just downloading the gimp-print sources to build a new package. Problem is that according to sourceforge=20 gimp-print uses the GPL. If this is the case I can not include it into the Debian package since I would be violating the GPL in that case :(( OTOH I will try to include gimp-print with the upcoming gs 5.5. Thanks Torsten --opJtzjQTFsWo+cga Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE6ZDc6dQgHtVUb5EcRAlKPAJ9e5HUWVsJg1jacyufTDUSHDjXSNwCcD1KN +s2PpIA9/ppmqmM/2CF+93o= =Sv7h -----END PGP SIGNATURE----- --opJtzjQTFsWo+cga--   Acknowledgement sent to Torsten Landschoff <torsten@debian.org>:
Extra info received and forwarded to list.   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: Torsten Landschoff Subject: Bug#82412: Info received (was Bug#82412: Add stp (Epson Stylus Photo) driver from gimp-print.) Message-ID: In-Reply-To: <20010116125746.A6499@stargate.galaxy> References: <20010116125746.A6499@stargate.galaxy> X-Debian-PR-Message: ack-info-maintonly 82412 Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the developer(s) and to the developers mailing list to accompany the original report. If you wish to continue to submit further information on your problem, please send it to 82412@bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Darren Benham (administrator, Debian Bugs database)   Received: (at 82412) by bugs.debian.org; 16 Jan 2001 12:07:36 +0000 From t.landschoff@gmx.net Tue Jan 16 06:07:35 2001 Return-path: Received: from mailout02.sul.t-online.com [194.25.134.17] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 14IUtj-0001Rz-00; Tue, 16 Jan 2001 06:07:35 -0600 Received: from fwd06.sul.t-online.com by mailout02.sul.t-online.com with smtp id 14IUtd-0003ci-03; Tue, 16 Jan 2001 13:07:29 +0100 Received: from stargate.galaxy (320026820486-0001@[217.1.45.242]) by fmrl06.sul.t-online.com with esmtp id 14IUtO-1A6f8SC; Tue, 16 Jan 2001 13:07:14 +0100 Received: (from torsten@localhost) by stargate.galaxy (8.9.3/8.9.3/Debian 8.9.3-21) id MAA06532; Tue, 16 Jan 2001 12:57:46 +0100 Date: Tue, 16 Jan 2001 12:57:46 +0100 From: Torsten Landschoff To: Martijn Pieters , 82412@bugs.debian.org Subject: Re: Bug#82412: Add stp (Epson Stylus Photo) driver from gimp-print. Message-ID: <20010116125746.A6499@stargate.galaxy> References: <20010115155642.A14842@zopatista.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="opJtzjQTFsWo+cga" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010115155642.A14842@zopatista.com>; from mj@digicool.com on Mon, Jan 15, 2001 at 03:56:42PM +0100 X-Sender: 320026820486-0001@t-dialin.net Delivered-To: 82412@bugs.debian.org --opJtzjQTFsWo+cga Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Martijn,=20 On Mon, Jan 15, 2001 at 03:56:42PM +0100, Martijn Pieters wrote: =20 > [...] > Attached patch adds support for the driver to the gs-aladdin build system. > It patches contrib.mak.diff and rules, and adds a files rules.stp. You'll > need to download print-4.1.1.tar.gz and place it in upstream, of course. Thanks a lot for the patch. I am just downloading the gimp-print sources to build a new package. Problem is that according to sourceforge=20 gimp-print uses the GPL. If this is the case I can not include it into the Debian package since I would be violating the GPL in that case :(( OTOH I will try to include gimp-print with the upcoming gs 5.5. Thanks Torsten --opJtzjQTFsWo+cga Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE6ZDc6dQgHtVUb5EcRAlKPAJ9e5HUWVsJg1jacyufTDUSHDjXSNwCcD1KN +s2PpIA9/ppmqmM/2CF+93o= =Sv7h -----END PGP SIGNATURE----- --opJtzjQTFsWo+cga--   Information forwarded to debian-bugs-dist@lists.debian.org, Torsten Landschoff <torsten@debian.org>:
Bug#82412; Package gs-aladdin.   debian-bugs-dist@lists.debian.orgTorsten Landschoff  Subject: Bug#82412: Add stp (Epson Stylus Photo) driver from gimp-print. Reply-To: Martijn Pieters , 82412@bugs.debian.org Resent-From: Martijn Pieters Orignal-Sender: Martijn Pieters Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Torsten Landschoff Resent-Date: Wed, 17 Jan 2001 12:03:20 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 82412 X-Debian-PR-Package: gs-aladdin X-Debian-PR-Keywords: patch X-Loop: owner@bugs.debian.org Received: via spool by 82412-bugs@bugs.debian.org id=B82412.9797321539197 (code B ref 82412); Wed, 17 Jan 2001 12:03:20 GMT Date: Wed, 17 Jan 2001 12:48:59 +0100 From: Martijn Pieters To: Torsten Landschoff Cc: 82412@bugs.debian.org Message-ID: <20010117124858.A12856@zopatista.com> References: <20010115155642.A14842@zopatista.com> <20010116125746.A6499@stargate.galaxy> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.12i In-Reply-To: <20010116125746.A6499@stargate.galaxy>; from torsten@debian.org on Tue, Jan 16, 2001 at 12:57:46PM +0100 Sender: Martijn Pieters Delivered-To: 82412@bugs.debian.org Hi Torsten, On Tue, Jan 16, 2001 at 12:57:46PM +0100, Torsten Landschoff wrote: > > Attached patch adds support for the driver to the gs-aladdin build > > system. It patches contrib.mak.diff and rules, and adds a files > > rules.stp. You'll need to download print-4.1.1.tar.gz and place it in > > upstream, of course. > > Thanks a lot for the patch. I am just downloading the gimp-print sources > to build a new package. Problem is that according to sourceforge > gimp-print uses the GPL. If this is the case I can not include it into > the Debian package since I would be violating the GPL in that case :(( Okay, understood. License issues didn't even cross my mind.. I also sent the patch to the gimp-print people, they can include it in their distribution just like the gs package patch they already have. > OTOH I will try to include gimp-print with the upcoming gs 5.5. That would be great. I only use gs-aladdin because apsfilter 6.x wants gs 5.5 or higher. -- Martijn Pieters | Software Engineer mailto:mj@digicool.com | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ ---------------------------------------------   Acknowledgement sent to Martijn Pieters <mj@digicool.com>:
Extra info received and forwarded to list. Copy sent to Torsten Landschoff <torsten@debian.org>.   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: Martijn Pieters Subject: Bug#82412: Info received (was Bug#82412: Add stp (Epson Stylus Photo) driver from gimp-print.) Message-ID: In-Reply-To: <20010117124858.A12856@zopatista.com> References: <20010117124858.A12856@zopatista.com> X-Debian-PR-Message: ack-info-maintonly 82412 Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the developer(s) and to the developers mailing list to accompany the original report. Your message has been sent to the package maintainer(s): Torsten Landschoff If you wish to continue to submit further information on your problem, please send it to 82412@bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Darren Benham (administrator, Debian Bugs database)   Received: (at 82412) by bugs.debian.org; 17 Jan 2001 11:49:13 +0000 From mj@zopatista.com Wed Jan 17 05:49:13 2001 Return-path: Received: from d23002.upc-d.chello.nl (localhost) [213.46.23.2] (8) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 14Ir5T-0002Nn-00; Wed, 17 Jan 2001 05:49:11 -0600 Received: from mj by localhost with local (Exim 3.20 #1 (Debian)) id 14Ir5H-0003MI-00; Wed, 17 Jan 2001 12:48:59 +0100 Date: Wed, 17 Jan 2001 12:48:59 +0100 From: Martijn Pieters To: Torsten Landschoff Cc: 82412@bugs.debian.org Subject: Re: Bug#82412: Add stp (Epson Stylus Photo) driver from gimp-print. Message-ID: <20010117124858.A12856@zopatista.com> References: <20010115155642.A14842@zopatista.com> <20010116125746.A6499@stargate.galaxy> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.12i In-Reply-To: <20010116125746.A6499@stargate.galaxy>; from torsten@debian.org on Tue, Jan 16, 2001 at 12:57:46PM +0100 Sender: Martijn Pieters Delivered-To: 82412@bugs.debian.org Hi Torsten, On Tue, Jan 16, 2001 at 12:57:46PM +0100, Torsten Landschoff wrote: > > Attached patch adds support for the driver to the gs-aladdin build > > system. It patches contrib.mak.diff and rules, and adds a files > > rules.stp. You'll need to download print-4.1.1.tar.gz and place it in > > upstream, of course. > > Thanks a lot for the patch. I am just downloading the gimp-print sources > to build a new package. Problem is that according to sourceforge > gimp-print uses the GPL. If this is the case I can not include it into > the Debian package since I would be violating the GPL in that case :(( Okay, understood. License issues didn't even cross my mind.. I also sent the patch to the gimp-print people, they can include it in their distribution just like the gs package patch they already have. > OTOH I will try to include gimp-print with the upcoming gs 5.5. That would be great. I only use gs-aladdin because apsfilter 6.x wants gs 5.5 or higher. -- Martijn Pieters | Software Engineer mailto:mj@digicool.com | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ ---------------------------------------------   Information forwarded to debian-bugs-dist@lists.debian.org, gs-aladdin@packages.qa.debian.org:
Bug#82412; Package gs-aladdin.   debian-bugs-dist@lists.debian.orggs-aladdin@packages.qa.debian.org  X-Loop: owner@bugs.debian.org Subject: Bug#82412: license problem Reply-To: Torsten Landschoff , 82412@bugs.debian.org Resent-From: Torsten Landschoff Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: gs-aladdin@packages.qa.debian.org Resent-Date: Wed, 24 Apr 2002 21:03:02 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 82412 X-Debian-PR-Package: gs-aladdin X-Debian-PR-Keywords: patch Received: via spool by 82412-submit@bugs.debian.org id=B82412.1019682005412 (code B ref 82412); Wed, 24 Apr 2002 21:03:02 GMT Date: Wed, 24 Apr 2002 22:48:39 +0200 From: Torsten Landschoff To: 82412@bugs.debian.org Message-ID: <20020424224839.A18642@stargate.galaxy> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Sender: 320026820486-0001@t-dialin.net Delivered-To: 82412@bugs.debian.org tags 82412 wontfix thanks Hi again, This bug cannot be fixed since the license does not permit mixing stp with gs. Thanks Torsten   Acknowledgement sent to Torsten Landschoff <torsten@debian.org>:
Extra info received and forwarded to list. Copy sent to gs-aladdin@packages.qa.debian.org.   -t  X-Loop: owner@bugs.debian.org From: owner@bugs.debian.org (Debian Bug Tracking System) To: Torsten Landschoff Subject: Bug#82412: Info received (was license problem) Message-ID: In-Reply-To: <20020424224839.A18642@stargate.galaxy> References: <20020424224839.A18642@stargate.galaxy> X-Debian-PR-Message: ack-info 82412 X-Reply-To-disabled-by-doogie-because-it-can-wreak-havoc: 82412@bugs.debian.org Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the developer(s) and to the developers mailing list to accompany the original report. If you wish to continue to submit further information on your problem, please send it to 82412@bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Debian bug tracking system administrator (administrator, Debian Bugs database)   Received: (at 82412) by bugs.debian.org; 24 Apr 2002 21:00:05 +0000 From t.landschoff@gmx.net Wed Apr 24 16:00:05 2002 Return-path: Received: from mailout09.sul.t-online.com [194.25.134.84] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 170Trw-00006W-00; Wed, 24 Apr 2002 16:00:05 -0500 Received: from fwd06.sul.t-online.de by mailout09.sul.t-online.com with smtp id 170Trv-0004g9-04; Wed, 24 Apr 2002 23:00:03 +0200 Received: from stargate.galaxy (320026820486-0001@[217.82.112.154]) by fmrl06.sul.t-online.com with esmtp id 170Trq-25eHf0C; Wed, 24 Apr 2002 22:59:58 +0200 Received: (from torsten@localhost) by stargate.galaxy (8.9.3/8.9.3/Debian 8.9.3-21) id WAA18654; Wed, 24 Apr 2002 22:48:39 +0200 Date: Wed, 24 Apr 2002 22:48:39 +0200 From: Torsten Landschoff To: 82412@bugs.debian.org Subject: license problem Message-ID: <20020424224839.A18642@stargate.galaxy> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Sender: 320026820486-0001@t-dialin.net Delivered-To: 82412@bugs.debian.org tags 82412 wontfix thanks Hi again, This bug cannot be fixed since the license does not permit mixing stp with gs. Thanks Torsten   Tags added: wontfix Request was from Torsten Landschoff <torsten@debian.org> to control@bugs.debian.org.   Received: (at control) by bugs.debian.org; 24 Apr 2002 21:00:05 +0000 From t.landschoff@gmx.net Wed Apr 24 16:00:05 2002 Return-path: Received: from mailout09.sul.t-online.com [194.25.134.84] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 170Trw-00006W-00; Wed, 24 Apr 2002 16:00:05 -0500 Received: from fwd06.sul.t-online.de by mailout09.sul.t-online.com with smtp id 170Trv-0004g9-04; Wed, 24 Apr 2002 23:00:03 +0200 Received: from stargate.galaxy (320026820486-0001@[217.82.112.154]) by fmrl06.sul.t-online.com with esmtp id 170Trq-25eHf0C; Wed, 24 Apr 2002 22:59:58 +0200 Received: (from torsten@localhost) by stargate.galaxy (8.9.3/8.9.3/Debian 8.9.3-21) id WAA18654; Wed, 24 Apr 2002 22:48:39 +0200 Date: Wed, 24 Apr 2002 22:48:39 +0200 From: Torsten Landschoff To: 82412@bugs.debian.org Subject: license problem Message-ID: <20020424224839.A18642@stargate.galaxy> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Sender: 320026820486-0001@t-dialin.net Delivered-To: control@bugs.debian.org tags 82412 wontfix thanks Hi again, This bug cannot be fixed since the license does not permit mixing stp with gs. Thanks Torsten   Information forwarded to debian-bugs-dist@lists.debian.org, Torsten Landschoff <torsten@debian.org>, gs-aladdin@packages.qa.debian.org:
Bug#82412; Package gs-aladdin.   debian-bugs-dist@lists.debian.orgTorsten Landschoff gs-aladdin@packages.qa.debian.org  X-Loop: owner@bugs.debian.org Subject: Bug#82412: license problem Reply-To: rillian , 82412@bugs.debian.org Resent-From: rillian Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Torsten Landschoff , gs-aladdin@packages.qa.debian.org Resent-Date: Wed, 24 Apr 2002 21:18:03 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 82412 X-Debian-PR-Package: gs-aladdin X-Debian-PR-Keywords: wontfix patch Received: via spool by 82412-submit@bugs.debian.org id=B82412.10196826203173 (code B ref 82412); Wed, 24 Apr 2002 21:18:03 GMT Date: Wed, 24 Apr 2002 14:09:52 -0700 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v481) From: rillian To: 82412@bugs.debian.org Content-Transfer-Encoding: 7bit In-Reply-To: <20020424224839.A18642@stargate.galaxy> Message-Id: <9EC6DB6C-57C7-11D6-BB2B-003065C7E9C2@telus.net> X-Mailer: Apple Mail (2.481) Delivered-To: 82412@bugs.debian.org On Wednesday, April 24, 2002, at 01:48 PM, Torsten Landschoff wrote: > This bug cannot be fixed since the license does not permit mixing > stp with gs. But note that recent GNU Ghostscript releases have included the gimp-print driver unstream. Also gimp-print 4.2.1 will support the IJS interprocess protocol for raster printer drivers; with this feature you'll be able to use any version of ghostscript with the gimp-print driver without license restrictions. FWIW, -r   Acknowledgement sent to rillian <rillian@telus.net>:
Extra info received and forwarded to list. Copy sent to Torsten Landschoff <torsten@debian.org>, gs-aladdin@packages.qa.debian.org.   -t  X-Loop: owner@bugs.debian.org From: owner@bugs.debian.org (Debian Bug Tracking System) To: rillian Subject: Bug#82412: Info received (was Bug#82412: license problem) Message-ID: In-Reply-To: <9EC6DB6C-57C7-11D6-BB2B-003065C7E9C2@telus.net> References: <9EC6DB6C-57C7-11D6-BB2B-003065C7E9C2@telus.net> X-Debian-PR-Message: ack-info 82412 X-Reply-To-disabled-by-doogie-because-it-can-wreak-havoc: 82412@bugs.debian.org Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the developer(s) and to the developers mailing list to accompany the original report. Your message has been sent to the package maintainer(s): Torsten Landschoff If you wish to continue to submit further information on your problem, please send it to 82412@bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Debian bug tracking system administrator (administrator, Debian Bugs database)   Received: (at 82412) by bugs.debian.org; 24 Apr 2002 21:10:20 +0000 From rillian@telus.net Wed Apr 24 16:10:20 2002 Return-path: Received: from defout.telus.net (priv-edtnes15-hme0.telusplanet.net) [199.185.220.240] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 170U1s-0000kE-00; Wed, 24 Apr 2002 16:10:20 -0500 Received: from localhost ([142.179.111.41]) by priv-edtnes15-hme0.telusplanet.net (InterMail vM.5.01.04.01 201-253-122-122-101-20011014) with ESMTP id <20020424210949.KLSD5496.priv-edtnes15-hme0.telusplanet.net@localhost> for <82412@bugs.debian.org>; Wed, 24 Apr 2002 15:09:49 -0600 Date: Wed, 24 Apr 2002 14:09:52 -0700 Subject: Re: Bug#82412: license problem Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v481) From: rillian To: 82412@bugs.debian.org Content-Transfer-Encoding: 7bit In-Reply-To: <20020424224839.A18642@stargate.galaxy> Message-Id: <9EC6DB6C-57C7-11D6-BB2B-003065C7E9C2@telus.net> X-Mailer: Apple Mail (2.481) Delivered-To: 82412@bugs.debian.org On Wednesday, April 24, 2002, at 01:48 PM, Torsten Landschoff wrote: > This bug cannot be fixed since the license does not permit mixing > stp with gs. But note that recent GNU Ghostscript releases have included the gimp-print driver unstream. Also gimp-print 4.2.1 will support the IJS interprocess protocol for raster printer drivers; with this feature you'll be able to use any version of ghostscript with the gimp-print driver without license restrictions. FWIW, -r   Information forwarded to debian-bugs-dist@lists.debian.org, gs-aladdin@packages.qa.debian.org:
Bug#82412; Package gs-aladdin.   debian-bugs-dist@lists.debian.orggs-aladdin@packages.qa.debian.org  X-Loop: owner@bugs.debian.org Subject: Bug#82412: license problem Reply-To: Torsten Landschoff , 82412@bugs.debian.org Resent-From: Torsten Landschoff Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: gs-aladdin@packages.qa.debian.org Resent-Date: Wed, 24 Apr 2002 23:03:07 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 82412 X-Debian-PR-Package: gs-aladdin X-Debian-PR-Keywords: wontfix patch Received: via spool by 82412-submit@bugs.debian.org id=B82412.101968880028885 (code B ref 82412); Wed, 24 Apr 2002 23:03:07 GMT Date: Thu, 25 Apr 2002 00:35:47 +0200 From: Torsten Landschoff To: rillian , 82412@bugs.debian.org Message-ID: <20020425003547.A19785@stargate.galaxy> References: <20020424224839.A18642@stargate.galaxy> <9EC6DB6C-57C7-11D6-BB2B-003065C7E9C2@telus.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="T4sUOijqQbZv57TR" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <9EC6DB6C-57C7-11D6-BB2B-003065C7E9C2@telus.net>; from rillian@telus.net on Wed, Apr 24, 2002 at 02:09:52PM -0700 X-Sender: 320026820486-0001@t-dialin.net Delivered-To: 82412@bugs.debian.org --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 24, 2002 at 02:09:52PM -0700, rillian wrote: =20 > But note that recent GNU Ghostscript releases have included the=20 > gimp-print driver unstream. Also gimp-print 4.2.1 will support the IJS=20 > interprocess protocol for raster printer drivers; with this feature=20 > you'll be able to use any version of ghostscript with the gimp-print=20 > driver without license restrictions. Good point :) Greetings Torsten --T4sUOijqQbZv57TR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8xzNCdQgHtVUb5EcRAtMsAJ9wPvNKeGjX/B9+YoTShtGlVsI1zQCeJHdE n3slFHCEUQOQ6pXsvnvVta0= =vA4y -----END PGP SIGNATURE----- --T4sUOijqQbZv57TR--   Acknowledgement sent to Torsten Landschoff <torsten@debian.org>:
Extra info received and forwarded to list. Copy sent to gs-aladdin@packages.qa.debian.org.   -t  X-Loop: owner@bugs.debian.org From: owner@bugs.debian.org (Debian Bug Tracking System) To: Torsten Landschoff Subject: Bug#82412: Info received (was Bug#82412: license problem) Message-ID: In-Reply-To: <20020425003547.A19785@stargate.galaxy> References: <20020425003547.A19785@stargate.galaxy> X-Debian-PR-Message: ack-info 82412 X-Reply-To-disabled-by-doogie-because-it-can-wreak-havoc: 82412@bugs.debian.org Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the developer(s) and to the developers mailing list to accompany the original report. If you wish to continue to submit further information on your problem, please send it to 82412@bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Debian bug tracking system administrator (administrator, Debian Bugs database)   Received: (at 82412) by bugs.debian.org; 24 Apr 2002 22:53:20 +0000 From t.landschoff@gmx.net Wed Apr 24 17:53:20 2002 Return-path: Received: from mailout07.sul.t-online.com [194.25.134.83] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 170VdX-0007Vq-00; Wed, 24 Apr 2002 17:53:20 -0500 Received: from fwd10.sul.t-online.de by mailout07.sul.t-online.com with smtp id 170VaI-0000sW-00; Thu, 25 Apr 2002 00:49:58 +0200 Received: from stargate.galaxy (320026820486-0001@[217.82.112.154]) by fmrl10.sul.t-online.com with esmtp id 170VaH-0tad0KC; Thu, 25 Apr 2002 00:49:57 +0200 Received: (from torsten@localhost) by stargate.galaxy (8.9.3/8.9.3/Debian 8.9.3-21) id AAA19798; Thu, 25 Apr 2002 00:35:47 +0200 Date: Thu, 25 Apr 2002 00:35:47 +0200 From: Torsten Landschoff To: rillian , 82412@bugs.debian.org Subject: Re: Bug#82412: license problem Message-ID: <20020425003547.A19785@stargate.galaxy> References: <20020424224839.A18642@stargate.galaxy> <9EC6DB6C-57C7-11D6-BB2B-003065C7E9C2@telus.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="T4sUOijqQbZv57TR" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <9EC6DB6C-57C7-11D6-BB2B-003065C7E9C2@telus.net>; from rillian@telus.net on Wed, Apr 24, 2002 at 02:09:52PM -0700 X-Sender: 320026820486-0001@t-dialin.net Delivered-To: 82412@bugs.debian.org --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 24, 2002 at 02:09:52PM -0700, rillian wrote: =20 > But note that recent GNU Ghostscript releases have included the=20 > gimp-print driver unstream. Also gimp-print 4.2.1 will support the IJS=20 > interprocess protocol for raster printer drivers; with this feature=20 > you'll be able to use any version of ghostscript with the gimp-print=20 > driver without license restrictions. Good point :) Greetings Torsten --T4sUOijqQbZv57TR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8xzNCdQgHtVUb5EcRAtMsAJ9wPvNKeGjX/B9+YoTShtGlVsI1zQCeJHdE n3slFHCEUQOQ6pXsvnvVta0= =vA4y -----END PGP SIGNATURE----- --T4sUOijqQbZv57TR--   Reply sent to Masayuki Hatta <mhatta@mhatta.org>:
You have taken responsibility.   -t  MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) X-Loop: owner@bugs.debian.org From: owner@bugs.debian.org (Debian Bug Tracking System) To: Masayuki Hatta Subject: Bug#82412: marked as done (Add stp (Epson Stylus Photo) driver from gimp-print.) Message-ID: References: <877iie78y9.wl%mhatta@mhatta.org> <20010115155642.A14842@zopatista.com> X-Debian-PR-Message: closed 82412 X-Debian-PR-Package: gs-aladdin X-Debian-PR-Keywords: wontfix patch X-Debian-PR-Source: ghostscript Content-Type: multipart/mixed; boundary="----------=_1200191582-8230-0" This is a multi-part message in MIME format... ------------=_1200191582-8230-0 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Your message dated Sun, 13 Jan 2008 11:31:10 +0900 with message-id <877iie78y9.wl%mhatta@mhatta.org> and subject line On Debian Bug#82412 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) ------------=_1200191582-8230-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by bugs.debian.org; 15 Jan 2001 14:56:46 +0000 Return-path: Received: from d23002.upc-d.chello.nl (localhost) [213.46.23.2] (8) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 14IB3s-0004cN-00; Mon, 15 Jan 2001 08:56:45 -0600 Received: from mj by localhost with local (Exim 3.20 #1 (Debian)) id 14IB3q-0005Qu-00 for ; Mon, 15 Jan 2001 15:56:42 +0100 Date: Mon, 15 Jan 2001 15:56:42 +0100 From: Martijn Pieters To: submit@bugs.debian.org Subject: Add stp (Epson Stylus Photo) driver from gimp-print. Message-ID: <20010115155642.A14842@zopatista.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="rwEMma7ioTxnRzrJ" Content-Disposition: inline User-Agent: Mutt/1.3.12i Sender: Martijn Pieters Delivered-To: submit@bugs.debian.org --rwEMma7ioTxnRzrJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Package: gs-aladdin Version: 6.50-2 Severity: wishlist Tags: patch The gimp-print project produces not only a print-plugin for The Gimp, but also the stp printer driver for gs. It's the best printer driver for most Epson Stylus Color and Epson Photo printers, and has excellent output for a host of Canon BJC and HP DeskJet and LaserJet printers as well. Attached patch adds support for the driver to the gs-aladdin build system. It patches contrib.mak.diff and rules, and adds a files rules.stp. You'll need to download print-4.1.1.tar.gz and place it in upstream, of course. The print-4.1.1/Ghost/README file has instruction on how to include the stp driver in the gs package as well. Homepage gimp-print: http://gimp-print.sourceforge.net/ Download from: http://download.sourceforge.net/gimp-print/print-4.1.1.tar.gz -- Martijn Pieters | Software Engineer mailto:mj@digicool.com | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ --------------------------------------------- --rwEMma7ioTxnRzrJ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="gs-aladdin-stp.diff" --- gs-aladdin-6.50/debian/contrib.diff.orig Mon Jan 15 14:11:25 2001 +++ gs-aladdin-6.50/debian/contrib.diff Mon Jan 15 13:09:35 2001 @@ -11,7 +11,7 @@ # lips3 Canon LIPS III laser printer in English (CaPSL) mode # lj250 DEC LJ250 Companion color printer # lj3100sw H-P LaserJet 3100 (requires installed HP-Software) -@@ -839,3 +843,142 @@ +@@ -839,3 +843,188 @@ $(GLOBJ)gdevsunr.$(OBJ) : $(GLSRC)gdevsunr.c $(PDEVH) $(GLCC) $(GLO_)gdevsunr.$(OBJ) $(C_) $(GLSRC)gdevsunr.c @@ -153,4 +153,50 @@ + +$(DD)hpdj.dev: $(hpdj_) $(DD)page.dev + $(SETPDEV) $(DD)hpdj $(hpdj_) ++ ++### --------------- Epson Stylus Photo Driver ---------------------------- ### ++ ++stp_=$(GLOBJ)gdevstp.$(OBJ) \ ++ $(GLOBJ)gdevstp-dither.$(OBJ) \ ++ $(GLOBJ)gdevstp-util.$(OBJ) \ ++ $(GLOBJ)gdevstp-color.$(OBJ) \ ++ $(GLOBJ)gdevstp-weave.$(OBJ) \ ++ $(GLOBJ)gdevstp-escp2.$(OBJ) \ ++ $(GLOBJ)gdevstp-lexmark.$(OBJ) \ ++ $(GLOBJ)gdevstp-pcl.$(OBJ) \ ++ $(GLOBJ)gdevstp-canon.$(OBJ) \ ++ $(GLOBJ)gdevstp-ps.$(OBJ) ++ ++$(DD)stp.dev: $(stp_) $(DD)page.dev ++ $(SETPDEV) $(DD)stp $(stp_) ++ ++$(GLOBJ)gdevstp.$(OBJ) : $(GLSRC)gdevstp.c $(PDEVH) ++ $(GLCC) $(GLO_)gdevstp.$(OBJ) $(C_) $(GLSRC)gdevstp.c ++ ++$(GLOBJ)gdevstp-util.$(OBJ) : $(GLSRC)gdevstp-util.c $(GLSRC)gdevstp-printers.c $(PDEVH) ++ $(GLCC) $(GLO_)gdevstp-util.$(OBJ) $(C_) $(GLSRC)gdevstp-util.c ++ ++$(GLOBJ)gdevstp-weave.$(OBJ) : $(GLSRC)gdevstp-weave.c $(PDEVH) ++ $(GLCC) $(GLO_)gdevstp-weave.$(OBJ) $(C_) $(GLSRC)gdevstp-weave.c ++ ++$(GLOBJ)gdevstp-color.$(OBJ) : $(GLSRC)gdevstp-color.c $(PDEVH) ++ $(GLCC) $(GLO_)gdevstp-color.$(OBJ) $(C_) $(GLSRC)gdevstp-color.c ++ ++$(GLOBJ)gdevstp-dither.$(OBJ) : $(GLSRC)gdevstp-dither.c $(PDEVH) ++ $(GLCC) $(GLO_)gdevstp-dither.$(OBJ) $(C_) $(GLSRC)gdevstp-dither.c ++ ++$(GLOBJ)gdevstp-escp2.$(OBJ) : $(GLSRC)gdevstp-escp2.c $(PDEVH) ++ $(GLCC) $(GLO_)gdevstp-escp2.$(OBJ) $(C_) $(GLSRC)gdevstp-escp2.c ++ ++$(GLOBJ)gdevstp-lexmark.$(OBJ) : $(GLSRC)gdevstp-lexmark.c $(PDEVH) ++ $(GLCC) $(GLO_)gdevstp-lexmark.$(OBJ) $(C_) $(GLSRC)gdevstp-lexmark.c ++ ++$(GLOBJ)gdevstp-pcl.$(OBJ) : $(GLSRC)gdevstp-pcl.c $(PDEVH) ++ $(GLCC) $(GLO_)gdevstp-pcl.$(OBJ) $(C_) $(GLSRC)gdevstp-pcl.c ++ ++$(GLOBJ)gdevstp-canon.$(OBJ) : $(GLSRC)gdevstp-canon.c $(PDEVH) ++ $(GLCC) $(GLO_)gdevstp-canon.$(OBJ) $(C_) $(GLSRC)gdevstp-canon.c ++ ++$(GLOBJ)gdevstp-ps.$(OBJ) : $(GLSRC)gdevstp-ps.c $(PDEVH) ++ $(GLCC) $(GLO_)gdevstp-ps.$(OBJ) $(C_) $(GLSRC)gdevstp-ps.c + --- gs-aladdin-6.50/debian/rules.orig Mon Jan 15 14:11:25 2001 +++ gs-aladdin-6.50/debian/rules Mon Jan 15 11:05:43 2001 @@ -22,6 +23,7 @@ include debian/rules.lexmark include debian/rules.hpdj +include debian/rules.stp unpack-contrib: checkdir stampdir/unpack-contrib stampdir/unpack-contrib: stampdir/unpack $(CONTRIB_UNPACK) --- gs-aladdin-6.50/debian/rules.stp.orig Thu Jan 1 01:00:00 1970 +++ gs-aladdin-6.50/debian/rules.stp Mon Jan 15 13:31:34 2001 @@ -0,0 +1,26 @@ +CONTRIB_UNPACK += stampdir/unpack-stp +CONTRIB_CONFIGURE += stampdir/configure-stp +CONTRIB_DEVICES += $$(DD)stp.dev +CONTRIB_INSTALL += install-stp + +unpack-stp: stampdir/unpack-stp +stampdir/unpack-stp: stampdir/unpack + # Now unpacking sources of stp driver + # ============================================================= + mkdir tmp + tar -C tmp -xzf upstream/print-4.1.1.tar.gz + mkdir -p build/src/contrib/stp + cp tmp/print-4.1.1/Ghost/* build/src/contrib/stp + rm -Rf tmp + touch $@ + +configure-stp: stampdir/unpack-stp stampdir/configure-stp +stampdir/configure-stp: stampdir/configure + cd build/src/contrib/stp && ln gdevstp* ../.. + touch $@ + +install-stp: stampdir/install-stp +stampdir/install-stp: + install -m 644 build/src/contrib/stp/README $(GSDOCDIR)/README.stp + +.PHONY: unpack-stp configure-stp --rwEMma7ioTxnRzrJ-- ------------=_1200191582-8230-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 82412-done) by bugs.debian.org; 13 Jan 2008 02:31:13 +0000 X-Spam-Checker-Version: SpamAssassin 3.1.4-bugs.debian.org_2005_01_02 (2006-07-26) on rietz.debian.org X-Spam-Level: X-Spam-Status: No, score=-3.9 required=4.0 tests=BAYES_00,FORGED_RCVD_HELO autolearn=no version=3.1.4-bugs.debian.org_2005_01_02 Return-path: Received: from smtp1.inetd.co.jp ([211.13.206.139]) by rietz.debian.org with esmtp (Exim 4.63) (envelope-from ) id 1JDscz-0001gO-KS for 82412-done@bugs.debian.org; Sun, 13 Jan 2008 02:31:13 +0000 Received: from bliss.mhatta.org.mhatta.org (61-23-55-227.rev.home.ne.jp [61.23.55.227]) by smtp1.inetd.co.jp (Postfix) with ESMTP id 09294381A79 for <82412-done@bugs.debian.org>; Sun, 13 Jan 2008 11:31:11 +0900 (JST) Date: Sun, 13 Jan 2008 11:31:10 +0900 Message-ID: <877iie78y9.wl%mhatta@mhatta.org> From: Masayuki Hatta To: 82412-done@bugs.debian.org Subject: On Debian Bug#82412 User-Agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.7 Emacs/22.1 (i486-pc-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII stp has been superseded by ijs, so I think this bug can be closed now. Thanks for reporting, MH -- Masayuki Hatta Graduate School of Economics, The University of Tokyo ------------=_1200191582-8230-0--   Notification sent to Martijn Pieters <mj@digicool.com>:
Bug acknowledged by developer.   -t  MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) X-Loop: owner@bugs.debian.org From: owner@bugs.debian.org (Debian Bug Tracking System) To: Martijn Pieters Subject: Bug#82412 closed by Masayuki Hatta (On Debian Bug#82412) Message-ID: References: <877iie78y9.wl%mhatta@mhatta.org> <20010115155642.A14842@zopatista.com> X-Debian-PR-Message: they-closed 82412 X-Debian-PR-Package: gs-aladdin X-Debian-PR-Keywords: wontfix patch X-Debian-PR-Source: ghostscript Reply-To: 82412@bugs.debian.org Content-Type: multipart/mixed; boundary="----------=_1200191582-8230-1" This is a multi-part message in MIME format... ------------=_1200191582-8230-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your Bug report which was filed against the gs-aladdin package: #82412: Add stp (Epson Stylus Photo) driver from gimp-print. It has been closed by Masayuki Hatta . Their explanation is attached below. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Masayuki Hatta by replying to this email. Debian bug tracking system administrator (administrator, Debian Bugs database) ------------=_1200191582-8230-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 82412-done) by bugs.debian.org; 13 Jan 2008 02:31:13 +0000 X-Spam-Checker-Version: SpamAssassin 3.1.4-bugs.debian.org_2005_01_02 (2006-07-26) on rietz.debian.org X-Spam-Level: X-Spam-Status: No, score=-3.9 required=4.0 tests=BAYES_00,FORGED_RCVD_HELO autolearn=no version=3.1.4-bugs.debian.org_2005_01_02 Return-path: Received: from smtp1.inetd.co.jp ([211.13.206.139]) by rietz.debian.org with esmtp (Exim 4.63) (envelope-from ) id 1JDscz-0001gO-KS for 82412-done@bugs.debian.org; Sun, 13 Jan 2008 02:31:13 +0000 Received: from bliss.mhatta.org.mhatta.org (61-23-55-227.rev.home.ne.jp [61.23.55.227]) by smtp1.inetd.co.jp (Postfix) with ESMTP id 09294381A79 for <82412-done@bugs.debian.org>; Sun, 13 Jan 2008 11:31:11 +0900 (JST) Date: Sun, 13 Jan 2008 11:31:10 +0900 Message-ID: <877iie78y9.wl%mhatta@mhatta.org> From: Masayuki Hatta To: 82412-done@bugs.debian.org Subject: On Debian Bug#82412 User-Agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.7 Emacs/22.1 (i486-pc-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII stp has been superseded by ijs, so I think this bug can be closed now. Thanks for reporting, MH -- Masayuki Hatta Graduate School of Economics, The University of Tokyo ------------=_1200191582-8230-1--   Received: (at 82412-done) by bugs.debian.org; 13 Jan 2008 02:31:13 +0000 From mhatta@mhatta.org Sun Jan 13 02:31:13 2008 X-Spam-Checker-Version: SpamAssassin 3.1.4-bugs.debian.org_2005_01_02 (2006-07-26) on rietz.debian.org X-Spam-Level: X-Spam-Status: No, score=-3.9 required=4.0 tests=BAYES_00,FORGED_RCVD_HELO autolearn=no version=3.1.4-bugs.debian.org_2005_01_02 Return-path: Received: from smtp1.inetd.co.jp ([211.13.206.139]) by rietz.debian.org with esmtp (Exim 4.63) (envelope-from ) id 1JDscz-0001gO-KS for 82412-done@bugs.debian.org; Sun, 13 Jan 2008 02:31:13 +0000 Received: from bliss.mhatta.org.mhatta.org (61-23-55-227.rev.home.ne.jp [61.23.55.227]) by smtp1.inetd.co.jp (Postfix) with ESMTP id 09294381A79 for <82412-done@bugs.debian.org>; Sun, 13 Jan 2008 11:31:11 +0900 (JST) Date: Sun, 13 Jan 2008 11:31:10 +0900 Message-ID: <877iie78y9.wl%mhatta@mhatta.org> From: Masayuki Hatta To: 82412-done@bugs.debian.org Subject: On Debian Bug#82412 User-Agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.7 Emacs/22.1 (i486-pc-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII stp has been superseded by ijs, so I think this bug can be closed now. Thanks for reporting, MH -- Masayuki Hatta Graduate School of Economics, The University of Tokyo