From unknown Mon Jun 23 13:12:06 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#29096 <29096@debbugs.gnu.org> To: bug#29096 <29096@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add Epson escpr printer driver. Reply-To: bug#29096 <29096@debbugs.gnu.org> Date: Mon, 23 Jun 2025 20:12:06 +0000 retitle 29096 [PATCH] gnu: Add Epson escpr printer driver. reassign 29096 guix-patches submitter 29096 Diego Nicola Barbato severity 29096 normal tag 29096 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 31 22:20:23 2017 Received: (at submit) by debbugs.gnu.org; 1 Nov 2017 02:20:23 +0000 Received: from localhost ([127.0.0.1]:44829 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e9idi-0008AR-Qd for submit@debbugs.gnu.org; Tue, 31 Oct 2017 22:20:23 -0400 Received: from eggs.gnu.org ([208.118.235.92]:41305) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e9idg-0008AC-NL for submit@debbugs.gnu.org; Tue, 31 Oct 2017 22:20:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e9ida-0002lQ-Dn for submit@debbugs.gnu.org; Tue, 31 Oct 2017 22:20:15 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:53407) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e9ida-0002l4-2A for submit@debbugs.gnu.org; Tue, 31 Oct 2017 22:20:14 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60494) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e9idY-0000vm-3x for guix-patches@gnu.org; Tue, 31 Oct 2017 22:20:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e9idU-0002fI-57 for guix-patches@gnu.org; Tue, 31 Oct 2017 22:20:12 -0400 Received: from mout02.posteo.de ([185.67.36.66]:44456) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e9idT-0002ej-TS for guix-patches@gnu.org; Tue, 31 Oct 2017 22:20:08 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 13A0020927 for ; Wed, 1 Nov 2017 03:20:05 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3yRX450XcYzyms for ; Wed, 1 Nov 2017 03:20:04 +0100 (CET) From: Diego Nicola Barbato To: guix-patches@gnu.org Subject: [PATCH] gnu: Add Epson escpr printer driver. Date: Wed, 01 Nov 2017 03:20:04 +0100 Message-ID: <87shdyg2p7.fsf@GlaDOS.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) --=-=-= Content-Type: text/plain This patch adds the Epson ESC/P-R printer driver. --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-Add-Epson-escpr-printer-driver.patch Content-Description: 0001-gnu-Add-Epson-escpr-printer-driver.patch >From 5d6449cc3cfc4154fff24abcdd54c05b44b9e471 Mon Sep 17 00:00:00 2001 From: Diego Nicola Barbato Date: Wed, 1 Nov 2017 02:48:14 +0100 Subject: gnu: Add Epson escpr printer driver. * gnu/packages/cups.scm (escpr): New variable. --- gnu/packages/cups.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm index 491668e52..54a93fe49 100644 --- a/gnu/packages/cups.scm +++ b/gnu/packages/cups.scm @@ -599,3 +599,35 @@ printer/driver specific, but spooler-independent PPD file.") protocols, which cover printers made by Konica, HP (LaserJet), Oki, Samsung, and more. See @file{README} for details.") (license license:gpl2+))) + +(define-public escpr + (package + (name "escpr") + (version "1.6.17") + ;; This currently works. But it will break as soon as a newer + ;; version is available since the URLs for older versions are not + ;; preserved. An alternative source will be added as soon as + ;; available. + (source (origin + (method url-fetch) + ;; The uri has to be chopped up in order to satisfy guix lint. + (uri (string-append "https://download3.ebz.epson.net/dsc/f/03/00/06/66/09/" + "4ac2bf69bb1ddf4a9ad525596615cbb40fe4dad5/" + "epson-inkjet-printer-escpr-1.6.17-1lsb3.2.tar.gz")) + (sha256 + (base32 + "0m6v1wdavw4r25jfywqchsx0v9ss1l5fr8vq9d0d8cmjnz8mqblv")))) + (build-system gnu-build-system) + (arguments + `(#:configure-flags + `(,(string-append "--prefix=" + (assoc-ref %outputs "out")) + ,(string-append "--with-cupsfilterdir=" + (assoc-ref %outputs "out") "/lib/cups/filter") + ,(string-append "--with-cupsppddir=" + (assoc-ref %outputs "out") "/share/ppd")))) + (inputs `(("cups" ,cups-minimal))) + (synopsis "ESC/P-R printer driver") + (description "ESC/P-R driver and PPDs supporting a multitude of Epson printers.") + (home-page "http://download.ebz.epson.net/dsc/search/01/search") + (license license:gpl2+))) -- 2.14.3 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 10 07:07:20 2017 Received: (at 29096-done) by debbugs.gnu.org; 10 Nov 2017 12:07:20 +0000 Received: from localhost ([127.0.0.1]:33249 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eD85g-0005zi-8a for submit@debbugs.gnu.org; Fri, 10 Nov 2017 07:07:20 -0500 Received: from hera.aquilenet.fr ([141.255.128.1]:52480) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eD85e-0005zY-93 for 29096-done@debbugs.gnu.org; Fri, 10 Nov 2017 07:07:18 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 36407F81C; Fri, 10 Nov 2017 13:07:17 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FX6-H7ajvDC3; Fri, 10 Nov 2017 13:07:16 +0100 (CET) Received: from ribbon (unknown [193.50.110.148]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 22042F811; Fri, 10 Nov 2017 13:07:16 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Diego Nicola Barbato Subject: Re: [bug#29096] [PATCH] gnu: Add Epson escpr printer driver. References: <87shdyg2p7.fsf@GlaDOS.home> Date: Fri, 10 Nov 2017 13:07:13 +0100 In-Reply-To: <87shdyg2p7.fsf@GlaDOS.home> (Diego Nicola Barbato's message of "Wed, 01 Nov 2017 03:20:04 +0100") Message-ID: <87bmkamj66.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 29096-done Cc: 29096-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Diego Nicola Barbato skribis: >>>From 5d6449cc3cfc4154fff24abcdd54c05b44b9e471 Mon Sep 17 00:00:00 2001 > From: Diego Nicola Barbato > Date: Wed, 1 Nov 2017 02:48:14 +0100 > Subject: gnu: Add Epson escpr printer driver. > > * gnu/packages/cups.scm (escpr): New variable. Pushed with the minor changes below (notice that the license is =E2=80=98gp= l2+=E2=80=99 because headers in source code explicitly say =E2=80=9Cor any later version= =E2=80=9D.) Thank you! Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm index 54a93fe49..bbf2699f0 100644 --- a/gnu/packages/cups.scm +++ b/gnu/packages/cups.scm @@ -604,7 +604,7 @@ and more. See @file{README} for details.") (package (name "escpr") (version "1.6.17") - ;; This currently works. But it will break as soon as a newer + ;; XXX: This currently works. But it will break as soon as a newer ;; version is available since the URLs for older versions are not ;; preserved. An alternative source will be added as soon as ;; available. @@ -628,6 +628,10 @@ and more. See @file{README} for details.") (assoc-ref %outputs "out") "/share/ppd")))) (inputs `(("cups" ,cups-minimal))) (synopsis "ESC/P-R printer driver") - (description "ESC/P-R driver and PPDs supporting a multitude of Epson printers.") + (description + "This package provides a filter for the Common UNIX Printing +System (CUPS). It offers high-quality printing with Seiko Epson color ink jet +printers. It can only be used with printers that support the Epson ESC/P-R +language.") (home-page "http://download.ebz.epson.net/dsc/search/01/search") (license license:gpl2+))) --=-=-=-- From unknown Mon Jun 23 13:12:06 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 08 Dec 2017 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator