2015-01-05 07:56:51 -05:00
|
|
|
|
;;; GNU Guix --- Functional package management for GNU
|
2021-01-10 15:38:46 -05:00
|
|
|
|
;;; Copyright © 2015, 2019, 2021 Ricardo Wurmus <rekado@elephly.net>
|
2021-07-16 10:01:49 -04:00
|
|
|
|
;;; Copyright © 2015, 2016, 2017, 2019, 2021 Ludovic Courtès <ludo@gnu.org>
|
2018-07-19 14:16:43 -04:00
|
|
|
|
;;; Copyright © 2015, 2016, 2017, 2018 Efraim Flashner <efraim@flashner.co.il>
|
2016-04-29 11:05:47 -04:00
|
|
|
|
;;; Copyright © 2016 Danny Milosavljevic <dannym@scratchpost.org>
|
2017-01-15 13:38:48 -05:00
|
|
|
|
;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
|
2017-05-02 03:41:24 -04:00
|
|
|
|
;;; Copyright © 2017 Mark H Weaver <mhw@netris.org>
|
2021-03-05 17:56:15 -05:00
|
|
|
|
;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
2020-05-04 11:27:17 -04:00
|
|
|
|
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
|
2021-01-27 20:49:38 -05:00
|
|
|
|
;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
2015-01-05 07:56:51 -05:00
|
|
|
|
;;;
|
|
|
|
|
;;; This file is part of GNU Guix.
|
|
|
|
|
;;;
|
|
|
|
|
;;; GNU Guix is free software; you can redistribute it and/or modify it
|
|
|
|
|
;;; under the terms of the GNU General Public License as published by
|
|
|
|
|
;;; the Free Software Foundation; either version 3 of the License, or (at
|
|
|
|
|
;;; your option) any later version.
|
|
|
|
|
;;;
|
|
|
|
|
;;; GNU Guix is distributed in the hope that it will be useful, but
|
|
|
|
|
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
;;; GNU General Public License for more details.
|
|
|
|
|
;;;
|
|
|
|
|
;;; You should have received a copy of the GNU General Public License
|
|
|
|
|
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
|
|
(define-module (gnu packages cups)
|
|
|
|
|
#:use-module (gnu packages)
|
2017-09-09 16:56:54 -04:00
|
|
|
|
#:use-module (gnu packages algebra)
|
|
|
|
|
#:use-module (gnu packages autotools)
|
2015-01-05 07:56:51 -05:00
|
|
|
|
#:use-module (gnu packages avahi)
|
2020-09-18 12:38:51 -04:00
|
|
|
|
#:use-module (gnu packages base)
|
2015-01-05 07:56:51 -05:00
|
|
|
|
#:use-module (gnu packages compression)
|
2018-06-19 11:50:16 -04:00
|
|
|
|
#:use-module (gnu packages fonts) ; font-dejavu
|
|
|
|
|
#:use-module (gnu packages fontutils)
|
|
|
|
|
#:use-module (gnu packages ghostscript)
|
|
|
|
|
#:use-module (gnu packages glib)
|
2017-09-09 16:56:54 -04:00
|
|
|
|
#:use-module (gnu packages groff)
|
2018-06-19 11:50:16 -04:00
|
|
|
|
#:use-module (gnu packages image)
|
2016-04-29 11:05:47 -04:00
|
|
|
|
#:use-module (gnu packages libusb)
|
2018-06-19 11:50:16 -04:00
|
|
|
|
#:use-module (gnu packages pdf)
|
2017-09-09 16:56:54 -04:00
|
|
|
|
#:use-module (gnu packages perl)
|
2018-06-19 11:50:16 -04:00
|
|
|
|
#:use-module (gnu packages pkg-config)
|
2019-01-29 05:02:21 -05:00
|
|
|
|
#:use-module (gnu packages polkit)
|
2017-09-09 16:56:54 -04:00
|
|
|
|
#:use-module (gnu packages pretty-print)
|
2016-04-29 11:05:47 -04:00
|
|
|
|
#:use-module (gnu packages python)
|
gnu: Separate Python core packages from the rest.
* gnu/packages/python.scm: Move hundreds of package definitions from here...
* gnu/packages/python-xyz.scm: ...to this new module.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/android.scm,
gnu/packages/audio.scm,
gnu/packages/backup.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/calendar.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/cluster.scm,
gnu/packages/compression.scm,
gnu/packages/connman.scm,
gnu/packages/crypto.scm,
gnu/packages/cups.scm,
gnu/packages/databases.scm,
gnu/packages/dav.scm,
gnu/packages/direct-connect.scm,
gnu/packages/disk.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/docker.scm,
gnu/packages/ebook.scm,
gnu/packages/elf.scm,
gnu/packages/emacs.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/enlightenment.scm,
gnu/packages/finance.scm,
gnu/packages/fltk.scm,
gnu/packages/fontutils.scm,
gnu/packages/freedesktop.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/geo.scm,
gnu/packages/gl.scm,
gnu/packages/glib.scm,
gnu/packages/gnome.scm,
gnu/packages/gnupg.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/gtk.scm,
gnu/packages/ham-radio.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/irc.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/kde-frameworks.scm,
gnu/packages/key-mon.scm,
gnu/packages/libffi.scm,
gnu/packages/libreoffice.scm,
gnu/packages/libusb.scm,
gnu/packages/lirc.scm,
gnu/packages/logging.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/mate.scm,
gnu/packages/maths.scm,
gnu/packages/medical.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mp3.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/nutrition.scm,
gnu/packages/openldap.scm,
gnu/packages/openstack.scm,
gnu/packages/package-management.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/photo.scm,
gnu/packages/polkit.scm,
gnu/packages/protobuf.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/qt.scm,
gnu/packages/rdf.scm,
gnu/packages/ruby.scm,
gnu/packages/search.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/simulation.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/storage.scm,
gnu/packages/sync.scm,
gnu/packages/terminals.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tls.scm,
gnu/packages/tor.scm,
gnu/packages/tryton.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/virtualization.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wicd.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xorg.scm: Update module references.
2019-01-15 08:21:30 -05:00
|
|
|
|
#:use-module (gnu packages python-xyz)
|
2018-06-19 14:02:42 -04:00
|
|
|
|
#:use-module (gnu packages qt)
|
2016-04-29 11:05:47 -04:00
|
|
|
|
#:use-module (gnu packages scanner)
|
2018-06-19 11:50:16 -04:00
|
|
|
|
#:use-module (gnu packages tls)
|
2021-01-10 15:38:46 -05:00
|
|
|
|
#:use-module (guix build-system cmake)
|
2018-06-19 11:50:16 -04:00
|
|
|
|
#:use-module (guix build-system gnu)
|
2019-01-29 05:11:29 -05:00
|
|
|
|
#:use-module (guix build-system python)
|
2018-06-19 11:50:16 -04:00
|
|
|
|
#:use-module (guix download)
|
2020-11-18 08:09:56 -05:00
|
|
|
|
#:use-module (guix git-download)
|
2018-06-19 11:50:16 -04:00
|
|
|
|
#:use-module ((guix licenses) #:prefix license:)
|
2018-07-19 14:16:43 -04:00
|
|
|
|
#:use-module (guix packages)
|
|
|
|
|
#:use-module (guix utils)
|
2019-03-15 17:36:46 -04:00
|
|
|
|
#:use-module (srfi srfi-1)
|
|
|
|
|
#:use-module (ice-9 match))
|
2015-01-05 07:56:51 -05:00
|
|
|
|
|
2021-01-10 15:38:46 -05:00
|
|
|
|
(define-public brlaser
|
|
|
|
|
(let ((commit "9d7ddda8383bfc4d205b5e1b49de2b8bcd9137f1")
|
|
|
|
|
(revision "1"))
|
|
|
|
|
(package
|
|
|
|
|
(name "brlaser")
|
|
|
|
|
(version (git-version "6" revision commit))
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://github.com/pdewacht/brlaser")
|
|
|
|
|
(commit commit)))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"1drh0nk7amn9a8wykki4l9maqa4vy7vwminypfy1712alwj31nd4"))))
|
|
|
|
|
(build-system cmake-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:configure-flags
|
|
|
|
|
(list (string-append "-DCUPS_DATA_DIR="
|
|
|
|
|
(assoc-ref %outputs "out")
|
|
|
|
|
"/share/cups")
|
|
|
|
|
(string-append "-DCUPS_SERVER_BIN="
|
|
|
|
|
(assoc-ref %outputs "out")
|
|
|
|
|
"/lib/cups"))))
|
|
|
|
|
(inputs
|
|
|
|
|
`(("ghostscript" ,ghostscript)
|
|
|
|
|
("cups" ,cups)
|
|
|
|
|
("zlib" ,zlib)))
|
|
|
|
|
(home-page "https://github.com/pdewacht/brlaser")
|
|
|
|
|
(synopsis "Brother laser printer driver")
|
|
|
|
|
(description "Brlaser is a CUPS driver for Brother laser printers. This
|
|
|
|
|
driver is known to work with these printers:
|
|
|
|
|
|
|
|
|
|
@enumerate
|
|
|
|
|
@item Brother DCP-1510 series
|
|
|
|
|
@item Brother DCP-1600 series
|
|
|
|
|
@item Brother DCP-7030
|
|
|
|
|
@item Brother DCP-7040
|
|
|
|
|
@item Brother DCP-7055
|
|
|
|
|
@item Brother DCP-7055W
|
|
|
|
|
@item Brother DCP-7060D
|
|
|
|
|
@item Brother DCP-7065DN
|
|
|
|
|
@item Brother DCP-7080
|
|
|
|
|
@item Brother DCP-L2500D series
|
|
|
|
|
@item Brother DCP-L2520D series
|
|
|
|
|
@item Brother DCP-L2540DW series
|
|
|
|
|
@item Brother HL-1110 series
|
|
|
|
|
@item Brother HL-1200 series
|
|
|
|
|
@item Brother HL-2030 series
|
|
|
|
|
@item Brother HL-2140 series
|
|
|
|
|
@item Brother HL-2220 series
|
|
|
|
|
@item Brother HL-2270DW series
|
|
|
|
|
@item Brother HL-5030 series
|
|
|
|
|
@item Brother HL-L2300D series
|
|
|
|
|
@item Brother HL-L2320D series
|
|
|
|
|
@item Brother HL-L2340D series
|
|
|
|
|
@item Brother HL-L2360D series
|
|
|
|
|
@item Brother MFC-1910W
|
|
|
|
|
@item Brother MFC-7240
|
|
|
|
|
@item Brother MFC-7360N
|
|
|
|
|
@item Brother MFC-7365DN
|
|
|
|
|
@item Brother MFC-7840W
|
|
|
|
|
@item Brother MFC-L2710DW series
|
|
|
|
|
@item Lenovo M7605D
|
|
|
|
|
@end enumerate")
|
|
|
|
|
(license license:gpl2+))))
|
|
|
|
|
|
2015-01-05 07:56:51 -05:00
|
|
|
|
(define-public cups-filters
|
|
|
|
|
(package
|
|
|
|
|
(name "cups-filters")
|
2021-06-26 19:12:02 -04:00
|
|
|
|
(version "1.28.9")
|
2016-10-29 18:07:08 -04:00
|
|
|
|
(source(origin
|
2015-01-05 07:56:51 -05:00
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri
|
2017-10-14 11:23:31 -04:00
|
|
|
|
(string-append "https://openprinting.org/download/cups-filters/"
|
2015-01-05 07:56:51 -05:00
|
|
|
|
"cups-filters-" version ".tar.xz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2021-06-26 19:12:02 -04:00
|
|
|
|
"1bk0x1rrb8wqbhh5c979ppgy6s2kqss8mjdlahgcjvd79wm3fs9g"))
|
2015-01-05 07:56:51 -05:00
|
|
|
|
(modules '((guix build utils)))
|
|
|
|
|
(snippet
|
|
|
|
|
;; install backends, banners and filters to cups-filters output
|
|
|
|
|
;; directory, not the cups server directory
|
2016-10-10 09:29:59 -04:00
|
|
|
|
'(begin
|
|
|
|
|
(substitute* "Makefile.in"
|
|
|
|
|
(("CUPS_DATADIR = @CUPS_DATADIR@")
|
|
|
|
|
"CUPS_DATADIR = $(PREFIX)/share/cups")
|
|
|
|
|
(("pkgcupsserverrootdir = \\$\\(CUPS_SERVERROOT\\)")
|
|
|
|
|
"pkgcupsserverrootdir = $(PREFIX)")
|
|
|
|
|
;; Choose standard directories notably so that binaries are
|
|
|
|
|
;; stripped.
|
|
|
|
|
(("pkgbackenddir = \\$\\(CUPS_SERVERBIN\\)/backend")
|
|
|
|
|
"pkgbackenddir = $(PREFIX)/lib/cups/backend")
|
|
|
|
|
(("pkgfilterdir = \\$\\(CUPS_SERVERBIN\\)/filter")
|
|
|
|
|
"pkgfilterdir = $(PREFIX)/lib/cups/filter"))
|
|
|
|
|
;; Find bannertopdf data such as the print test page in our
|
|
|
|
|
;; output directory, not CUPS's prefix.
|
|
|
|
|
(substitute* "configure"
|
|
|
|
|
(("\\{CUPS_DATADIR\\}/data")
|
gnu: All snippets report errors using exceptions, else return #t.
* gnu/packages/admin.scm, gnu/packages/algebra.scm, gnu/packages/audio.scm,
gnu/packages/backup.scm, gnu/packages/base.scm,
gnu/packages/bioinformatics.scm, gnu/packages/cdrom.scm,
gnu/packages/chez.scm, gnu/packages/code.scm, gnu/packages/compression.scm,
gnu/packages/cross-base.scm, gnu/packages/crypto.scm, gnu/packages/cups.scm,
gnu/packages/databases.scm, gnu/packages/dns.scm, gnu/packages/emacs.scm,
gnu/packages/emulators.scm, gnu/packages/engineering.scm,
gnu/packages/enlightenment.scm, gnu/packages/fpga.scm,
gnu/packages/freedesktop.scm, gnu/packages/ftp.scm, gnu/packages/games.scm,
gnu/packages/gcc.scm, gnu/packages/geo.scm, gnu/packages/ghostscript.scm,
gnu/packages/gl.scm, gnu/packages/glib.scm, gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm, gnu/packages/graphics.scm, gnu/packages/gtk.scm,
gnu/packages/guile.scm, gnu/packages/irc.scm, gnu/packages/java.scm,
gnu/packages/kerberos.scm, gnu/packages/linux.scm, gnu/packages/lisp.scm,
gnu/packages/lxde.scm, gnu/packages/machine-learning.scm,
gnu/packages/mail.scm, gnu/packages/maths.scm, gnu/packages/messaging.scm,
gnu/packages/monitoring.scm, gnu/packages/mp3.scm, gnu/packages/music.scm,
gnu/packages/netpbm.scm, gnu/packages/networking.scm, gnu/packages/node.scm,
gnu/packages/nvi.scm, gnu/packages/ocaml.scm, gnu/packages/pdf.scm,
gnu/packages/perl.scm, gnu/packages/php.scm, gnu/packages/plotutils.scm,
gnu/packages/pretty-print.scm, gnu/packages/profiling.scm,
gnu/packages/pulseaudio.scm, gnu/packages/python-crypto.scm,
gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/robotics.scm,
gnu/packages/sawfish.scm, gnu/packages/scanner.scm, gnu/packages/scheme.scm,
gnu/packages/scribus.scm, gnu/packages/sdl.scm,
gnu/packages/serialization.scm, gnu/packages/shells.scm,
gnu/packages/slang.scm, gnu/packages/smalltalk.scm, gnu/packages/ssh.scm,
gnu/packages/sync.scm, gnu/packages/syncthing.scm, gnu/packages/tbb.scm,
gnu/packages/terminals.scm, gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm, gnu/packages/textutils.scm,
gnu/packages/tls.scm, gnu/packages/unrtf.scm,
gnu/packages/version-control.scm, gnu/packages/video.scm,
gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm, gnu/packages/xdisorg.scm, gnu/packages/xorg.scm:
In all snippets, report errors using exceptions, or else return #t.
2018-03-16 07:47:34 -04:00
|
|
|
|
"{prefix}/share/cups/data"))
|
|
|
|
|
#t))))
|
2015-01-05 07:56:51 -05:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:make-flags (list (string-append "PREFIX=" %output))
|
|
|
|
|
#:configure-flags
|
2016-12-24 23:50:57 -05:00
|
|
|
|
`("--disable-driverless" ; TODO: enable this
|
2017-01-16 10:44:45 -05:00
|
|
|
|
"--disable-mutool" ; depends on yet another PDF library (mupdf)
|
2017-09-12 17:15:54 -04:00
|
|
|
|
|
|
|
|
|
;; Look for the "domain socket of CUPS" in /var/run/cups.
|
|
|
|
|
"--localstatedir=/var"
|
|
|
|
|
|
2017-09-12 17:17:50 -04:00
|
|
|
|
;; Free software for the win.
|
|
|
|
|
"--with-acroread-path=evince"
|
|
|
|
|
|
2016-12-24 23:50:57 -05:00
|
|
|
|
,(string-append "--with-test-font-path="
|
2015-01-05 07:56:51 -05:00
|
|
|
|
(assoc-ref %build-inputs "font-dejavu")
|
|
|
|
|
"/share/fonts/truetype/DejaVuSans.ttf")
|
2016-10-07 16:24:23 -04:00
|
|
|
|
,(string-append "--with-gs-path="
|
|
|
|
|
(assoc-ref %build-inputs "ghostscript")
|
|
|
|
|
"/bin/gsc")
|
2016-12-24 23:50:57 -05:00
|
|
|
|
,(string-append "--with-shell="
|
|
|
|
|
(assoc-ref %build-inputs "bash")
|
|
|
|
|
"/bin/bash")
|
2015-01-05 07:56:51 -05:00
|
|
|
|
,(string-append "--with-rcdir="
|
2017-09-12 17:07:41 -04:00
|
|
|
|
(assoc-ref %outputs "out") "/etc/rc.d"))
|
|
|
|
|
|
|
|
|
|
#:phases (modify-phases %standard-phases
|
|
|
|
|
(add-after 'unpack 'patch-foomatic-hardcoded-file-names
|
|
|
|
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
|
|
|
|
;; Foomatic has hardcoded file names we need to fix.
|
|
|
|
|
(let ((out (assoc-ref outputs "out"))
|
|
|
|
|
(gs (assoc-ref inputs "ghostscript")))
|
|
|
|
|
(substitute* "filter/foomatic-rip/foomaticrip.c"
|
|
|
|
|
(("/usr/local/lib/cups/filter")
|
|
|
|
|
(string-append out "/lib/cups/filter")))
|
|
|
|
|
#t)))
|
|
|
|
|
(add-after 'install 'wrap-filters
|
|
|
|
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
2020-09-18 12:38:51 -04:00
|
|
|
|
;; Some filters expect to find things in $PATH. We cannot
|
|
|
|
|
;; just hard-code all absolute file names in the source
|
2017-09-12 17:07:41 -04:00
|
|
|
|
;; because foomatic-rip, for example, has tests like
|
|
|
|
|
;; 'startswith(cmd, "gs")'.
|
|
|
|
|
(let ((out (assoc-ref outputs "out"))
|
2020-09-18 12:38:51 -04:00
|
|
|
|
(ghostscript (assoc-ref inputs "ghostscript"))
|
|
|
|
|
(grep (assoc-ref inputs "grep")))
|
2017-09-12 17:07:41 -04:00
|
|
|
|
(for-each (lambda (file)
|
|
|
|
|
(wrap-program file
|
|
|
|
|
`("PATH" ":" prefix
|
2020-09-18 12:38:51 -04:00
|
|
|
|
(,(string-append ghostscript "/bin:"
|
|
|
|
|
grep "/bin")))))
|
2017-09-12 17:07:41 -04:00
|
|
|
|
(find-files (string-append
|
|
|
|
|
out "/lib/cups/filter")))
|
|
|
|
|
#t))))))
|
2015-01-05 07:56:51 -05:00
|
|
|
|
(native-inputs
|
2021-06-26 19:12:02 -04:00
|
|
|
|
`(("glib" ,glib "bin") ; for gdbus-codegen
|
2015-09-15 17:55:09 -04:00
|
|
|
|
("pkg-config" ,pkg-config)))
|
2015-01-05 07:56:51 -05:00
|
|
|
|
(inputs
|
2016-08-30 10:29:02 -04:00
|
|
|
|
`(("avahi" ,avahi)
|
|
|
|
|
("fontconfig" ,fontconfig)
|
2015-01-05 07:56:51 -05:00
|
|
|
|
("freetype" ,freetype)
|
2021-06-26 19:12:02 -04:00
|
|
|
|
("font-dejavu" ,font-dejavu) ; also needed by test suite
|
2017-12-05 11:49:48 -05:00
|
|
|
|
("ghostscript" ,ghostscript/cups)
|
2020-09-18 12:38:51 -04:00
|
|
|
|
("grep" ,grep)
|
2015-01-05 07:56:51 -05:00
|
|
|
|
("ijs" ,ijs)
|
|
|
|
|
("dbus" ,dbus)
|
|
|
|
|
("lcms" ,lcms)
|
gnu: Replace uses of 'libjpeg' with 'libjpeg-turbo'.
* gnu/packages/abiword.scm (abiword)[inputs]: Change from LIBJPEG to
LIBJPEG-TURBO.
* gnu/packages/admin.scm (testdisk)[inputs]: Likewise.
* gnu/packages/algebra.scm (giac)[inputs]: Likewise.
* gnu/packages/animation.scm (synfig)[inputs]: Likewise.
* gnu/packages/astronomy.scm (gnuastro, celestia)[inputs]: Likewise.
* gnu/packages/cdrom.scm (dvdstyler)[inputs]: Likewise.
* gnu/packages/cran.scm (r-jpeg, r-tiff, r-readbitmap)[inputs]: Likewise.
* gnu/packages/cups.scm (cups-filters, hplip)[inputs]: Likewise.
* gnu/packages/display-managers.scm (slim)[inputs]: Likewise.
* gnu/packages/ebook.scm (fbreader)[inputs]: Likewise.
* gnu/packages/emacs.scm (emacs)[inputs]: Likewise.
* gnu/packages/enlightenment.scm (efl)[propagated-inputs]: Likewise.
* gnu/packages/fltk.scm (fltk, ntk)[inputs]: Likewise.
* gnu/packages/fontutils.scm (fontforge)[inputs]: Likewise.
* gnu/packages/freedesktop.scm (weston)[inputs]: Likewise.
* gnu/packages/game-development.scm (sfml, allegro, aseprite, python-pygame,
eureka, ioquake3)[inputs]: Likewise.
* gnu/packages/games.scm (adanaxisgpl, freedroidrpg, irrlicht, minetest,
fizmo, supertuxkart, gzdoom, xmoto, xonotic)[inputs]: Likewise.
* gnu/packages/gd.scm (gd, perl-gd)[inputs]: Likewise.
* gnu/packages/ghostscript.scm (lcms)[inputs]: Likewise.
(ghostscript)[inputs, native-inputs]: Likewise.
* gnu/packages/gimp.scm (gegl, gimp)[inputs]: Likewise.
* gnu/packages/gnome.scm (libgnomeui, eog, tracker-miners, gthumb)[inputs]: Likewise.
* gnu/packages/gnunet.scm (libextractor)[inputs]: Likewise.
* gnu/packages/gnustep.scm (windowmaker)[inputs]: Likewise.
* gnu/packages/graphics.scm (blender, blender-2.79, openimageio,
openscenegraph, openscenegraph-3.4, povray, fgallery)[inputs]: Likewise.
* gnu/packages/graphviz.scm (graphviz)[inputs]: Likewise.
* gnu/packages/gstreamer.scm (gst-plugins-good)[inputs]: Likewise.
* gnu/packages/gtk.scm (gdk-pixbuf)[inputs]: Likewise.
* gnu/packages/image-processing.scm (dcmtk, mia, vtk, opencv, vips, nip2, vxl,
insight-toolkit)[inputs]: Likewise.
* gnu/packages/image-viewers.scm (gpicview, luminance-hdr)[inputs]: Likewise.
* gnu/packages/image.scm (jpegoptim, libtiff, leptonica, imlib2, freeimage,
vigra, libwebp, libmng, jasper, steghide, jp2a)[inputs]: Likewise.
* gnu/packages/imagemagick.scm (imagemagick, graphicsmagick)[inputs]: Likewise.
* gnu/packages/java.scm (icedtea-6, icedtea-7, openjdk9, openjdk11,
openjdk12)[inputs]: Likewise.
* gnu/packages/kde-frameworks.scm (khtml)[inputs]: Likewise.
* gnu/packages/kodi.scm (kodi)[inputs]: Likewise.
* gnu/packages/machine-learning.scm (dlib, tensorflow)[inputs]: Likewise.
* gnu/packages/mate.scm (atril, eom)[inputs]: Likewise.
* gnu/packages/maths.scm (hdf4, hdf-java, hdf-eos2, netcdf)[inputs]: Likewise.
* gnu/packages/netpbm.scm (netpbm)[inputs]: Likewise.
* gnu/packages/pdf.scm (zathura-pdf-mupdf, podofo, mupdf, fbida)[inputs]: Likewise.
* gnu/packages/photo.scm (libraw, libpano13, enblend-enfuse, darktable, hugin,
rawtherapee)[inputs]: Likewise.
* gnu/packages/prolog.scm (swi-prolog)[native-inputs]: Likewise.
* gnu/packages/python-xyz.scm (python-hdf4, python-pillow)[inputs]: Likewise.
* gnu/packages/qt.scm (qtbase, qtwebkit)[inputs]: Likewise.
* gnu/packages/rdesktop.scm (freerdp)[inputs]: Likewise.
* gnu/packages/scanner.scm (sane-backends, xsane)[inputs]: Likewise.
* gnu/packages/scheme.scm (racket)[inputs]: Likewise.
* gnu/packages/scribus.scm (scribus)[inputs]: Likewise.
* gnu/packages/sdl.scm (sdl-image)[propagated-inputs]: Likewise.
(guile-sdl)[native-inputs]: Likewise.
* gnu/packages/spice.scm (spice-gtk)[inputs]: Likewise.
* gnu/packages/statistics.scm (r-with-tests)[inputs]: Likewise.
* gnu/packages/tcl.scm (perl-tk)[inputs]: Likewise.
* gnu/packages/upnp.scm (readymedia)[inputs]: Likewise.
* gnu/packages/video.scm (mplayer, mpv, v4l-utils, motion)[inputs]: Likewise.
* gnu/packages/web-browsers.scm (dillo, links)[inputs]: Likewise.
* gnu/packages/web.scm (netsurf)[inputs]: Likewise.
* gnu/packages/webkit.scm (webkitgtk)[inputs]: Likewise.
* gnu/packages/wine.scm (wine)[inputs]: Likewise.
* gnu/packages/wv.scm (wv)[inputs]: Likewise.
* gnu/packages/wxwidgets.scm (wxwidgets, wxwidgets-2)[inputs]: Likewise.
* gnu/packages/xdisorg.scm (xscreensaver)[inputs]: Likewise.
* gnu/packages/xfce.scm (tumbler)[inputs]: Likewise.
* gnu/packages/xfig.scm (xfig, transfig)[inputs]: Likewise.
* gnu/packages/xorg.scm (xpra)[inputs]: Likewise.
2020-01-17 13:27:01 -05:00
|
|
|
|
("libjpeg" ,libjpeg-turbo)
|
2015-01-05 07:56:51 -05:00
|
|
|
|
("libpng" ,libpng)
|
|
|
|
|
("libtiff" ,libtiff)
|
|
|
|
|
("glib" ,glib)
|
|
|
|
|
("qpdf" ,qpdf)
|
|
|
|
|
("poppler" ,poppler)
|
|
|
|
|
("cups-minimal" ,cups-minimal)))
|
2016-08-15 04:32:44 -04:00
|
|
|
|
(home-page "https://wiki.linuxfoundation.org/openprinting/cups-filters")
|
2015-01-05 07:56:51 -05:00
|
|
|
|
(synopsis "OpenPrinting CUPS filters and backends")
|
|
|
|
|
(description
|
|
|
|
|
"Contains backends, filters, and other software that was once part of the
|
|
|
|
|
core CUPS distribution but is no longer maintained by Apple Inc. In addition
|
|
|
|
|
it contains additional filters developed independently of Apple, especially
|
|
|
|
|
filters for the PDF-centric printing workflow introduced by OpenPrinting.")
|
|
|
|
|
;; Different filters and backends have different licenses; see COPYING for
|
|
|
|
|
;; details
|
|
|
|
|
(license (list license:gpl2
|
|
|
|
|
license:gpl2+
|
|
|
|
|
license:gpl3
|
|
|
|
|
license:gpl3+
|
|
|
|
|
license:lgpl2.0+
|
|
|
|
|
license:expat))))
|
|
|
|
|
|
|
|
|
|
;; CUPS on non-MacOS systems requires cups-filters. Since cups-filters also
|
|
|
|
|
;; depends on CUPS libraries and binaries, cups-minimal has been added to
|
|
|
|
|
;; satisfy this dependency.
|
|
|
|
|
(define-public cups-minimal
|
|
|
|
|
(package
|
|
|
|
|
(name "cups-minimal")
|
2021-06-22 20:17:33 -04:00
|
|
|
|
(version "2.3.3op2")
|
2016-10-29 18:13:22 -04:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
2021-06-22 20:15:25 -04:00
|
|
|
|
(method git-fetch)
|
2021-06-22 20:17:33 -04:00
|
|
|
|
;; Version maintained by the OpenPrinting organization, NOT a fork. The
|
|
|
|
|
;; CUPS author tracks the current Apple CUPS sources and includes common
|
|
|
|
|
;; changes and bug fixes for GNU/Linux. See its README and for example
|
|
|
|
|
;; <https://github.com/apple/cups/issues/5917#issuecomment-819465891>.
|
2021-06-22 20:15:25 -04:00
|
|
|
|
(uri (git-reference
|
2021-06-22 20:17:33 -04:00
|
|
|
|
(url "https://github.com/OpenPrinting/cups")
|
2021-06-22 20:15:25 -04:00
|
|
|
|
(commit (string-append "v" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
2016-10-29 18:13:22 -04:00
|
|
|
|
(sha256
|
2021-06-22 20:17:33 -04:00
|
|
|
|
(base32 "126d6kd3pkhmsvbcflkcpk3y30iqlkdqyvrk9aqq88vbxzjd5ia6"))))
|
2015-01-05 07:56:51 -05:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:configure-flags
|
|
|
|
|
'("--disable-launchd"
|
|
|
|
|
"--disable-systemd"
|
|
|
|
|
"--disable-avahi"
|
|
|
|
|
"--disable-dnssd")
|
|
|
|
|
;; Seven tests fail, mostly because of files that are provided by the
|
|
|
|
|
;; cups-filters package.
|
|
|
|
|
#:tests? #f
|
|
|
|
|
#:phases
|
2016-05-09 09:55:44 -04:00
|
|
|
|
(modify-phases %standard-phases
|
2021-06-22 13:22:15 -04:00
|
|
|
|
(add-after 'unpack 'never-cupsAdminGetServerSettings
|
|
|
|
|
;; Instead of querying the daemon directly, this part of CUPS assumes
|
|
|
|
|
;; that (1) it has access to a cupsd.conf under CUPS_SERVERROOT, and
|
|
|
|
|
;; (2) the file's contents apply to the running daemon. (1) is false
|
|
|
|
|
;; at least on Guix Systems resulting in extremely long delays when
|
|
|
|
|
;; loading the Web interface's /admin page. (2) isn't valid anywhere
|
|
|
|
|
;; because it ignores, e.g., -c FILE.
|
|
|
|
|
;; Upstream considers this code on ‘life support’ so just neuter it.
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "cgi-bin/admin.c"
|
|
|
|
|
(("!cupsAdminGetServerSettings" match)
|
|
|
|
|
(string-append "0 && " match)))))
|
2021-06-22 13:23:29 -04:00
|
|
|
|
(add-after 'unpack 'remove-Web-UI-server-settings
|
|
|
|
|
;; The /admin page's server configuration form is questionable for
|
|
|
|
|
;; the same reason as cupsAdminGetServerSettings, and won't work at
|
|
|
|
|
;; all on Guix Systems. Remove it entirely.
|
|
|
|
|
(lambda _
|
|
|
|
|
;; SUBSTITUTE* and a patch both have (dis)advantages. This is
|
|
|
|
|
;; shorter & should ensure that no translation is forgotten.
|
|
|
|
|
(substitute* (find-files "templates" "^admin\\.tmpl$")
|
|
|
|
|
((" class=\"halves\"") "")
|
|
|
|
|
(("<FORM.* ACTION=\"/jobs.*</FORM>" match)
|
|
|
|
|
(string-append match "</P>{BROKEN? "))
|
|
|
|
|
(("</FORM>}" match)
|
|
|
|
|
(string-append match "}")))))
|
2016-05-09 09:55:44 -04:00
|
|
|
|
(add-before 'configure 'patch-makedefs
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "Makedefs.in"
|
|
|
|
|
(("INITDIR.*=.*@INITDIR@") "INITDIR = @prefix@/@INITDIR@")
|
2018-03-18 02:33:42 -04:00
|
|
|
|
(("/bin/sh") (which "sh")))
|
|
|
|
|
#t))
|
2017-02-25 21:22:08 -05:00
|
|
|
|
;; Make the compressed manpages writable so that the
|
|
|
|
|
;; reset-gzip-timestamps phase does not error out.
|
|
|
|
|
(add-before 'reset-gzip-timestamps 'make-manpages-writable
|
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
|
(let* ((out (assoc-ref outputs "out"))
|
|
|
|
|
(man (string-append out "/share/man")))
|
|
|
|
|
(for-each (lambda (file) (chmod file #o644))
|
2018-03-18 02:33:42 -04:00
|
|
|
|
(find-files man "\\.gz"))
|
|
|
|
|
#t)))
|
2016-05-09 09:55:44 -04:00
|
|
|
|
(add-before 'build 'patch-tests
|
|
|
|
|
(lambda _
|
2019-10-09 06:55:52 -04:00
|
|
|
|
(substitute* "tools/ippeveprinter.c"
|
2016-05-09 09:55:44 -04:00
|
|
|
|
(("# else /\\* HAVE_AVAHI \\*/")
|
2018-03-18 02:33:42 -04:00
|
|
|
|
"#elif defined(HAVE_AVAHI)"))
|
|
|
|
|
#t)))))
|
2015-01-05 07:56:51 -05:00
|
|
|
|
(native-inputs
|
|
|
|
|
`(("pkg-config" ,pkg-config)))
|
|
|
|
|
(inputs
|
|
|
|
|
`(("zlib" ,zlib)
|
|
|
|
|
("gnutls" ,gnutls)))
|
2021-06-22 20:17:33 -04:00
|
|
|
|
(home-page "https://openprinting.github.io/")
|
2015-01-05 07:56:51 -05:00
|
|
|
|
(synopsis "The Common Unix Printing System")
|
|
|
|
|
(description
|
2017-10-14 11:31:51 -04:00
|
|
|
|
"CUPS is a printing system that uses the Internet Printing Protocol
|
|
|
|
|
(@dfn{IPP}). It provides System V and BSD command-line interfaces, as well
|
2015-01-05 07:56:51 -05:00
|
|
|
|
as a Web interface and a C programming interface to manage printers and print
|
|
|
|
|
jobs. It supports printing to both local (parallel, serial, USB) and
|
|
|
|
|
networked printers, and printers can be shared from one computer to another.
|
2017-10-14 11:31:51 -04:00
|
|
|
|
Internally, CUPS uses PostScript Printer Description (@dfn{PPD}) files to
|
|
|
|
|
describe printer capabilities and features, and a wide variety of generic and
|
2015-01-05 07:56:51 -05:00
|
|
|
|
device-specific programs to convert and print many types of files.")
|
2019-10-09 06:55:52 -04:00
|
|
|
|
;; CUPS is Apache 2.0 with exceptions, see the NOTICE file.
|
|
|
|
|
(license license:asl2.0)))
|
2015-01-05 07:56:51 -05:00
|
|
|
|
|
|
|
|
|
(define-public cups
|
2020-05-17 12:15:20 -04:00
|
|
|
|
(package/inherit cups-minimal
|
2015-01-05 07:56:51 -05:00
|
|
|
|
(name "cups")
|
|
|
|
|
(arguments
|
2021-06-22 10:56:19 -04:00
|
|
|
|
(substitute-keyword-arguments (package-arguments cups-minimal)
|
|
|
|
|
((#:tests? _ #t)
|
|
|
|
|
;; Three tests fail:
|
|
|
|
|
;; * two tests in ipp-1.1.test related to "RFC 2911 section 3.2.6:
|
|
|
|
|
;; Get-Jobs Operation"
|
|
|
|
|
;; * test of number of error/warning messages, probably related to a
|
|
|
|
|
;; missing font.
|
|
|
|
|
#f)
|
|
|
|
|
((#:configure-flags _ '())
|
|
|
|
|
`(list "--disable-launchd"
|
|
|
|
|
"--disable-systemd"))
|
|
|
|
|
((#:phases phases '%standard-phases)
|
|
|
|
|
`(modify-phases ,phases
|
|
|
|
|
(add-before 'check 'patch-tests
|
|
|
|
|
(lambda _
|
|
|
|
|
(let ((filters (assoc-ref %build-inputs "cups-filters"))
|
|
|
|
|
(catpath (string-append
|
|
|
|
|
(assoc-ref %build-inputs "coreutils") "/bin/"))
|
|
|
|
|
(testdir (string-append (getcwd) "/tmp/")))
|
|
|
|
|
(mkdir testdir)
|
|
|
|
|
(substitute* "test/run-stp-tests.sh"
|
|
|
|
|
((" *BASE=/tmp/") (string-append "BASE=" testdir))
|
2015-01-05 07:56:51 -05:00
|
|
|
|
|
2021-06-22 10:56:19 -04:00
|
|
|
|
;; Allow installation of filters from the output directory
|
|
|
|
|
;; and from cups-filters.
|
|
|
|
|
(("for dir in /usr/libexec/cups/filter /usr/lib/cups/filter")
|
|
|
|
|
(string-append
|
|
|
|
|
"for dir in "
|
|
|
|
|
(assoc-ref %outputs "out") "/lib/cups/filter "
|
|
|
|
|
filters "/lib/cups/filter"))
|
2015-01-05 07:56:51 -05:00
|
|
|
|
|
2021-06-22 10:56:19 -04:00
|
|
|
|
;; Check for charsets in the default cups-filters output.
|
|
|
|
|
(("/usr/share/cups/charsets")
|
|
|
|
|
(string-append filters "/share/cups/charsets"))
|
2015-01-05 07:56:51 -05:00
|
|
|
|
|
2021-06-22 10:56:19 -04:00
|
|
|
|
;; Install additional required filters.
|
|
|
|
|
(("instfilter texttopdf texttopdf pdf")
|
|
|
|
|
(string-append
|
|
|
|
|
"instfilter texttopdf texttopdf pdf;"
|
|
|
|
|
"instfilter imagetoraster imagetoraster raster;"
|
|
|
|
|
"instfilter gstoraster gstoraster raster;"
|
|
|
|
|
"instfilter urftopdf urftopdf pdf;"
|
|
|
|
|
"instfilter rastertopdf rastertopdf pdf;"
|
|
|
|
|
"instfilter pstopdf pstopdf pdf"))
|
2015-01-05 07:56:51 -05:00
|
|
|
|
|
2021-06-22 10:56:19 -04:00
|
|
|
|
;; Specify the location of the lpstat binary.
|
|
|
|
|
(("description=\"`lpstat -l")
|
|
|
|
|
"description=\"`../systemv/lpstat -l")
|
2015-01-05 07:56:51 -05:00
|
|
|
|
|
2021-06-22 10:56:19 -04:00
|
|
|
|
;; Patch the shebangs of embedded scripts.
|
|
|
|
|
(("#!/bin/sh") (string-append "#!" (which "sh")))
|
2015-01-05 07:56:51 -05:00
|
|
|
|
|
2021-06-22 10:56:19 -04:00
|
|
|
|
;; Also link MIME definitions from cups-filters
|
|
|
|
|
;; to enable the additional filters for the test suite.
|
|
|
|
|
(("ln -s \\$root/conf/mime\\.types")
|
|
|
|
|
(string-append
|
|
|
|
|
"ln -s " filters
|
|
|
|
|
"/share/cups/mime/cupsfilters.types $BASE/share/mime; "
|
|
|
|
|
"ln -s $root/conf/mime.types"))
|
|
|
|
|
(("ln -s \\$root/conf/mime\\.convs")
|
|
|
|
|
(string-append
|
|
|
|
|
"ln -s " filters
|
|
|
|
|
"/share/cups/mime/cupsfilters.convs $BASE/share/mime; "
|
|
|
|
|
"ln -s $root/conf/mime.convs")))
|
2015-01-05 07:56:51 -05:00
|
|
|
|
|
2021-06-22 10:56:19 -04:00
|
|
|
|
;; Fix the search path for the "cat" command.
|
|
|
|
|
(substitute* "cups/testfile.c"
|
|
|
|
|
(("cupsFileFind\\(\"cat\", \"/bin\"")
|
|
|
|
|
(string-append "cupsFileFind(\"cat\", \"" catpath "\""))
|
|
|
|
|
(("cupsFileFind\\(\"cat\", \"/bin:/usr/bin\"")
|
|
|
|
|
(string-append "cupsFileFind(\"cat\", \"" catpath "\""))))))
|
|
|
|
|
(add-after 'install 'install-cups-filters-symlinks
|
|
|
|
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
|
|
|
|
(let ((out (assoc-ref outputs "out"))
|
|
|
|
|
(cups-filters (assoc-ref inputs "cups-filters")))
|
|
|
|
|
;; Charsets.
|
|
|
|
|
(symlink
|
|
|
|
|
(string-append cups-filters "/share/cups/charsets")
|
|
|
|
|
(string-append out "/share/charsets"))
|
2015-01-05 07:56:51 -05:00
|
|
|
|
|
2021-06-22 10:56:19 -04:00
|
|
|
|
;; MIME types, driver files, and PPDs.
|
|
|
|
|
(for-each
|
|
|
|
|
(lambda (f)
|
|
|
|
|
(symlink (string-append cups-filters f)
|
|
|
|
|
(string-append out f)))
|
|
|
|
|
'("/share/cups/mime/cupsfilters.types"
|
|
|
|
|
"/share/cups/mime/cupsfilters.convs"
|
|
|
|
|
"/share/cups/drv/cupsfilters.drv"
|
|
|
|
|
"/share/ppd"))
|
2015-01-05 07:56:51 -05:00
|
|
|
|
|
2021-06-22 10:56:19 -04:00
|
|
|
|
;; Filters.
|
|
|
|
|
(for-each
|
|
|
|
|
(lambda (f)
|
|
|
|
|
(symlink f
|
|
|
|
|
(string-append out "/lib/cups/filter"
|
|
|
|
|
(basename f))))
|
|
|
|
|
(find-files (string-append cups-filters "/lib/cups/filter")))
|
2015-01-05 07:56:51 -05:00
|
|
|
|
|
2021-06-22 10:56:19 -04:00
|
|
|
|
;; Backends.
|
|
|
|
|
(for-each
|
|
|
|
|
(lambda (f)
|
|
|
|
|
(symlink (string-append cups-filters f)
|
|
|
|
|
(string-append out "/lib/cups/backend/"
|
|
|
|
|
(basename f))))
|
|
|
|
|
'("/lib/cups/backend/parallel"
|
|
|
|
|
"/lib/cups/backend/serial"))
|
2015-01-05 07:56:51 -05:00
|
|
|
|
|
2021-06-22 10:56:19 -04:00
|
|
|
|
;; Banners.
|
|
|
|
|
(let ((banners "/share/cups/banners"))
|
|
|
|
|
(delete-file-recursively (string-append out banners))
|
|
|
|
|
(symlink (string-append cups-filters banners)
|
|
|
|
|
(string-append out banners)))
|
2018-03-18 02:33:42 -04:00
|
|
|
|
|
2021-06-22 10:56:19 -04:00
|
|
|
|
;; Assorted data.
|
|
|
|
|
(let ((data "/share/cups/data"))
|
|
|
|
|
(delete-file-recursively (string-append out data))
|
|
|
|
|
(symlink (string-append cups-filters data)
|
|
|
|
|
(string-append out data))))))))))
|
2015-01-05 07:56:51 -05:00
|
|
|
|
(inputs
|
|
|
|
|
`(("avahi" ,avahi)
|
|
|
|
|
("gnutls" ,gnutls)
|
|
|
|
|
("cups-filters" ,cups-filters)
|
|
|
|
|
("zlib" ,zlib)))))
|
2016-04-29 11:05:47 -04:00
|
|
|
|
|
2019-01-29 05:02:21 -05:00
|
|
|
|
(define-public cups-pk-helper
|
|
|
|
|
(package
|
|
|
|
|
(name "cups-pk-helper")
|
|
|
|
|
(version "0.2.6")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "https://freedesktop.org/software/"
|
|
|
|
|
name "/releases/" name "-" version ".tar.xz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"0a52jw6rm7lr5nbyksiia0rn7sasyb5cjqcb95z1wxm2yprgi6lm"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(("intltool" ,intltool)
|
|
|
|
|
("pkg-config" ,pkg-config)
|
|
|
|
|
("glib" ,glib)
|
|
|
|
|
("polkit" ,polkit)
|
|
|
|
|
("cups" ,cups)))
|
|
|
|
|
(home-page "https://www.freedesktop.org/wiki/Software/cups-pk-helper/")
|
|
|
|
|
(synopsis "PolicyKit helper to configure CUPS with fine-grained privileges")
|
|
|
|
|
(description
|
|
|
|
|
"This package provides the org.opensuse.CupsPkHelper.Mechanism DBus
|
|
|
|
|
system service which uses @file{cups-pk-helper-mechanism}. This package
|
|
|
|
|
should only be used as part of the Guix cups-pk-helper service.")
|
|
|
|
|
(license license:gpl2+)))
|
|
|
|
|
|
2016-04-29 11:05:47 -04:00
|
|
|
|
(define-public hplip
|
|
|
|
|
(package
|
|
|
|
|
(name "hplip")
|
2021-09-03 14:45:34 -04:00
|
|
|
|
(version "3.21.6")
|
2016-04-29 11:05:47 -04:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
2016-07-21 02:35:30 -04:00
|
|
|
|
(uri (string-append "mirror://sourceforge/hplip/hplip/" version
|
|
|
|
|
"/hplip-" version ".tar.gz"))
|
2016-04-29 11:05:47 -04:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2021-09-03 14:45:34 -04:00
|
|
|
|
"1jkvbq64pxn5rg25pk13xwn5xr2bn0sa95yvh2q4ys0kv79n0cyc"))
|
2017-12-15 17:30:29 -05:00
|
|
|
|
(modules '((guix build utils)))
|
|
|
|
|
(snippet
|
gnu: All snippets report errors using exceptions, else return #t.
* gnu/packages/admin.scm, gnu/packages/algebra.scm, gnu/packages/audio.scm,
gnu/packages/backup.scm, gnu/packages/base.scm,
gnu/packages/bioinformatics.scm, gnu/packages/cdrom.scm,
gnu/packages/chez.scm, gnu/packages/code.scm, gnu/packages/compression.scm,
gnu/packages/cross-base.scm, gnu/packages/crypto.scm, gnu/packages/cups.scm,
gnu/packages/databases.scm, gnu/packages/dns.scm, gnu/packages/emacs.scm,
gnu/packages/emulators.scm, gnu/packages/engineering.scm,
gnu/packages/enlightenment.scm, gnu/packages/fpga.scm,
gnu/packages/freedesktop.scm, gnu/packages/ftp.scm, gnu/packages/games.scm,
gnu/packages/gcc.scm, gnu/packages/geo.scm, gnu/packages/ghostscript.scm,
gnu/packages/gl.scm, gnu/packages/glib.scm, gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm, gnu/packages/graphics.scm, gnu/packages/gtk.scm,
gnu/packages/guile.scm, gnu/packages/irc.scm, gnu/packages/java.scm,
gnu/packages/kerberos.scm, gnu/packages/linux.scm, gnu/packages/lisp.scm,
gnu/packages/lxde.scm, gnu/packages/machine-learning.scm,
gnu/packages/mail.scm, gnu/packages/maths.scm, gnu/packages/messaging.scm,
gnu/packages/monitoring.scm, gnu/packages/mp3.scm, gnu/packages/music.scm,
gnu/packages/netpbm.scm, gnu/packages/networking.scm, gnu/packages/node.scm,
gnu/packages/nvi.scm, gnu/packages/ocaml.scm, gnu/packages/pdf.scm,
gnu/packages/perl.scm, gnu/packages/php.scm, gnu/packages/plotutils.scm,
gnu/packages/pretty-print.scm, gnu/packages/profiling.scm,
gnu/packages/pulseaudio.scm, gnu/packages/python-crypto.scm,
gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/robotics.scm,
gnu/packages/sawfish.scm, gnu/packages/scanner.scm, gnu/packages/scheme.scm,
gnu/packages/scribus.scm, gnu/packages/sdl.scm,
gnu/packages/serialization.scm, gnu/packages/shells.scm,
gnu/packages/slang.scm, gnu/packages/smalltalk.scm, gnu/packages/ssh.scm,
gnu/packages/sync.scm, gnu/packages/syncthing.scm, gnu/packages/tbb.scm,
gnu/packages/terminals.scm, gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm, gnu/packages/textutils.scm,
gnu/packages/tls.scm, gnu/packages/unrtf.scm,
gnu/packages/version-control.scm, gnu/packages/video.scm,
gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm, gnu/packages/xdisorg.scm, gnu/packages/xorg.scm:
In all snippets, report errors using exceptions, or else return #t.
2018-03-16 07:47:34 -04:00
|
|
|
|
'(begin
|
2019-03-15 17:12:07 -04:00
|
|
|
|
;; Delete non-free blobs: .so files, pre-compiled
|
|
|
|
|
;; 'locatedriver' executable, etc.
|
|
|
|
|
(for-each delete-file
|
|
|
|
|
(find-files "."
|
|
|
|
|
(lambda (file stat)
|
|
|
|
|
(elf-file? file))))
|
2021-05-13 09:00:26 -04:00
|
|
|
|
|
|
|
|
|
;; Now remove some broken references to them.
|
2018-11-07 16:13:02 -05:00
|
|
|
|
(delete-file "prnt/hpcups/ImageProcessor.h")
|
2021-05-13 09:00:26 -04:00
|
|
|
|
(substitute* "Makefile.in"
|
|
|
|
|
((" -lImageProcessor ") " ")
|
|
|
|
|
(("(\\@HPLIP_BUILD_TRUE\\@[[:blank:]]*).*libImageProcessor.*"
|
|
|
|
|
_ prefix)
|
|
|
|
|
(string-append prefix ":; \\\n")))
|
2019-03-15 17:14:01 -04:00
|
|
|
|
|
|
|
|
|
;; Install binaries under libexec/hplip instead of
|
|
|
|
|
;; share/hplip; that'll at least ensure they get stripped.
|
|
|
|
|
;; It's not even clear that they're of any use though...
|
|
|
|
|
(substitute* "Makefile.in"
|
|
|
|
|
(("^dat2drvdir =.*")
|
|
|
|
|
"dat2drvdir = $(pkglibexecdir)\n")
|
|
|
|
|
(("^locatedriverdir =.*")
|
2021-01-27 20:49:38 -05:00
|
|
|
|
"locatedriverdir = $(pkglibexecdir)\n"))))))
|
2016-04-29 11:05:47 -04:00
|
|
|
|
(build-system gnu-build-system)
|
2020-11-21 13:18:20 -05:00
|
|
|
|
(outputs (list "out" "ppd"))
|
2018-10-25 19:50:50 -04:00
|
|
|
|
(home-page "https://developers.hp.com/hp-linux-imaging-and-printing")
|
2018-06-20 17:00:20 -04:00
|
|
|
|
(synopsis "HP printer drivers")
|
|
|
|
|
(description
|
|
|
|
|
"Hewlett-Packard printer drivers and PostScript Printer Descriptions
|
|
|
|
|
(@dfn{PPD}s).")
|
2016-04-29 11:05:47 -04:00
|
|
|
|
|
|
|
|
|
;; The 'COPYING' file lists directories where each of these 3 licenses
|
|
|
|
|
;; applies.
|
|
|
|
|
(license (list license:gpl2+ license:bsd-3 license:expat))
|
|
|
|
|
|
|
|
|
|
;; TODO install apparmor profile files eventually.
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:configure-flags
|
2021-05-13 09:00:26 -04:00
|
|
|
|
`("--disable-imageProcessor-build"
|
|
|
|
|
"--disable-network-build"
|
2016-04-29 11:05:47 -04:00
|
|
|
|
,(string-append "--prefix=" (assoc-ref %outputs "out"))
|
|
|
|
|
,(string-append "--sysconfdir=" (assoc-ref %outputs "out") "/etc")
|
2018-10-25 19:49:37 -04:00
|
|
|
|
,(string-append "LDFLAGS=-Wl,-rpath="
|
|
|
|
|
(assoc-ref %outputs "out") "/lib")
|
2016-04-29 11:05:47 -04:00
|
|
|
|
;; Disable until mime.types merging works (FIXME).
|
|
|
|
|
"--disable-fax-build"
|
|
|
|
|
"--enable-new-hpcups"
|
|
|
|
|
;; TODO add foomatic drv install eventually.
|
|
|
|
|
;; TODO --enable-policykit eventually.
|
|
|
|
|
,(string-append "--with-cupsfilterdir="
|
|
|
|
|
(assoc-ref %outputs "out") "/lib/cups/filter")
|
|
|
|
|
,(string-append "--with-cupsbackenddir="
|
|
|
|
|
(assoc-ref %outputs "out") "/lib/cups/backend")
|
2020-11-21 13:18:20 -05:00
|
|
|
|
,(string-append "--with-hpppddir="
|
|
|
|
|
(assoc-ref %outputs "ppd") "/share/ppd/HP")
|
2016-04-29 11:05:47 -04:00
|
|
|
|
,(string-append "--with-icondir="
|
|
|
|
|
(assoc-ref %outputs "out") "/share/applications")
|
|
|
|
|
,(string-append "--with-systraydir="
|
2018-06-19 14:02:42 -04:00
|
|
|
|
(assoc-ref %outputs "out") "/etc/xdg")
|
|
|
|
|
"--enable-qt5" "--disable-qt4")
|
2016-04-29 11:05:47 -04:00
|
|
|
|
|
|
|
|
|
#:imported-modules ((guix build python-build-system)
|
|
|
|
|
,@%gnu-build-system-modules)
|
|
|
|
|
#:modules ((guix build gnu-build-system)
|
|
|
|
|
(guix build utils)
|
|
|
|
|
((guix build python-build-system) #:prefix python:))
|
|
|
|
|
|
2019-11-07 08:27:23 -05:00
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(add-after 'unpack 'fix-hard-coded-file-names
|
|
|
|
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
|
|
|
|
(let ((out (assoc-ref outputs "out"))
|
|
|
|
|
;; FIXME: use merged ppds (I think actually only
|
|
|
|
|
;; drvs need to be merged).
|
|
|
|
|
(cupsdir (assoc-ref inputs "cups-minimal")))
|
|
|
|
|
(substitute* "base/g.py"
|
|
|
|
|
(("'/usr/share;[^']*'")
|
|
|
|
|
(string-append "'" cupsdir "/share'"))
|
|
|
|
|
(("'/etc/hp/hplip.conf'")
|
|
|
|
|
(string-append "'" out
|
|
|
|
|
"/etc/hp/hplip.conf" "'")))
|
|
|
|
|
|
|
|
|
|
(substitute* "Makefile.in"
|
|
|
|
|
(("[[:blank:]]check-plugin\\.py[[:blank:]]") " ")
|
|
|
|
|
;; FIXME Use beginning-of-word in regexp.
|
|
|
|
|
(("[[:blank:]]plugin\\.py[[:blank:]]") " ")
|
|
|
|
|
(("/usr/include/libusb-1.0")
|
2021-07-16 10:01:49 -04:00
|
|
|
|
(search-input-directory inputs "/include/libusb-1.0"))
|
2019-11-07 08:27:23 -05:00
|
|
|
|
(("hplip_statedir =.*$")
|
|
|
|
|
;; Don't bail out while trying to create
|
|
|
|
|
;; /var/lib/hplip. We can safely change its value
|
|
|
|
|
;; here because it's hard-coded in the code anyway.
|
|
|
|
|
"hplip_statedir = $(prefix)\n")
|
|
|
|
|
(("hplip_confdir = /etc/hp")
|
|
|
|
|
;; This is only used for installing the default config.
|
|
|
|
|
(string-append "hplip_confdir = " out
|
|
|
|
|
"/etc/hp"))
|
|
|
|
|
(("halpredir = /usr/share/hal/fdi/preprobe/10osvendor")
|
|
|
|
|
;; We don't use hal.
|
|
|
|
|
(string-append "halpredir = " out
|
|
|
|
|
"/share/hal/fdi/preprobe/10osvendor"))
|
|
|
|
|
(("rulesdir = /etc/udev/rules.d")
|
|
|
|
|
;; udev rules will be merged by base service.
|
|
|
|
|
(string-append "rulesdir = " out
|
|
|
|
|
"/lib/udev/rules.d"))
|
|
|
|
|
(("rulessystemdir = /usr/lib/systemd/system")
|
|
|
|
|
;; We don't use systemd.
|
|
|
|
|
(string-append "rulessystemdir = " out
|
|
|
|
|
"/lib/systemd/system"))
|
|
|
|
|
(("/etc/sane.d")
|
2021-01-27 20:49:38 -05:00
|
|
|
|
(string-append out "/etc/sane.d"))))))
|
2020-05-04 11:27:17 -04:00
|
|
|
|
(add-before 'configure 'fix-build-with-python-3.8
|
|
|
|
|
(lambda* (#:key inputs #:allow-other-keys)
|
|
|
|
|
(let ((python (assoc-ref inputs "python")))
|
2020-11-21 13:18:20 -05:00
|
|
|
|
;; XXX: The configure script looks for Python headers in the
|
2020-05-04 11:27:17 -04:00
|
|
|
|
;; wrong places as of version 3.20.3. Help it by adding the
|
|
|
|
|
;; include directory on C_INCLUDE_PATH.
|
|
|
|
|
(when python
|
|
|
|
|
(setenv "C_INCLUDE_PATH"
|
|
|
|
|
(string-append python "/include/python"
|
|
|
|
|
(python:python-version python)
|
2021-01-27 20:49:38 -05:00
|
|
|
|
":" (getenv "C_INCLUDE_PATH")))))))
|
2020-01-09 18:25:50 -05:00
|
|
|
|
(add-after 'install 'install-models-dat
|
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
|
(let* ((out (assoc-ref outputs "out"))
|
|
|
|
|
(models-dir (string-append out
|
|
|
|
|
"/share/hplip/data/models")))
|
2021-01-27 20:49:38 -05:00
|
|
|
|
(install-file "data/models/models.dat" models-dir))))
|
2019-11-07 08:27:23 -05:00
|
|
|
|
(add-after 'install 'wrap-binaries
|
|
|
|
|
;; Scripts in /bin are all symlinks to .py files in /share/hplip.
|
|
|
|
|
;; Symlinks are immune to the Python build system's 'WRAP phase,
|
|
|
|
|
;; and the .py files can't be wrapped because they are reused as
|
|
|
|
|
;; modules. Replacing the symlinks in /bin with copies and
|
|
|
|
|
;; wrapping them also doesn't work (“ModuleNotFoundError:
|
|
|
|
|
;; No module named 'base'”). Behold: a custom WRAP-PROGRAM.
|
|
|
|
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
|
|
|
|
(let* ((out (assoc-ref outputs "out"))
|
|
|
|
|
(bin (string-append out "/bin"))
|
2021-01-27 20:49:38 -05:00
|
|
|
|
(site (python:site-packages inputs outputs)))
|
2019-11-07 08:27:23 -05:00
|
|
|
|
(with-directory-excursion bin
|
|
|
|
|
(for-each (lambda (file)
|
|
|
|
|
(let ((target (readlink file)))
|
|
|
|
|
(delete-file file)
|
|
|
|
|
(with-output-to-file file
|
|
|
|
|
(lambda _
|
|
|
|
|
(format #t
|
|
|
|
|
"#!~a~@
|
2021-01-27 20:49:38 -05:00
|
|
|
|
export GUIX_PYTHONPATH=\"~a:~a\"~@
|
2019-11-07 08:27:23 -05:00
|
|
|
|
exec -a \"$0\" \"~a/~a\" \"$@\"~%"
|
|
|
|
|
(which "bash")
|
2021-01-27 20:49:38 -05:00
|
|
|
|
site
|
gnu: Adjust package collection to Wrap using GUIX_PYTHONPATH.
This change was automated using:
$ git ls-files | grep .scm | \
xargs sed 's/(getenv "PYTHONPATH")/(getenv "GUIX_PYTHONPATH")/' -i
$ git ls-files | grep .scm | \
xargs sed 's/`("PYTHONPATH"/`("GUIX_PYTHONPATH"/' -i
* gnu/packages/admin.scm (nmap):
(dstat): Wrap using GUIX_PYTHONPATH.
* gnu/packages/audio.scm (jack-2):
(carla): Likewise.
* gnu/packages/benchmark.scm (fio): Likewise.
* gnu/packages/bioinformatics.scm (couger): Likewise.
(gess, find-circ, filtlong, nanopolish): Likewise.
* gnu/packages/cdrom.scm (cdemu-client): Likewise.
* gnu/packages/chemistry.scm (avogadro): Likewise.
* gnu/packages/connman.scm (econnman): Likewise.
* gnu/packages/cups.scm (hplip): Likewise.
* gnu/packages/debug.scm (scanmem): Likewise.
* gnu/packages/display-managers.scm (lightdm): Likewise.
* gnu/packages/ebook.scm (cozy): Likewise.
* gnu/packages/education.scm (anki): Likewise.
* gnu/packages/engineering.scm (kicad, volk, freecad): Likewise.
* gnu/packages/game-development.scm (renpy): Likewise.
* gnu/packages/games.scm (roguebox-adventures)
(seahorse-adventures, kajongg): Likewise.
* gnu/packages/gimp.scm (gimp, glimpse): Likewise.
* gnu/packages/glib.scm (itstool): Likewise.
* gnu/packages/gnome.scm (gnome-music, gtg, rhythmbox): Likewise.
(eolie, d-feet, gedit, caribou, gnome-shell, authenticator)
(gnome-todo, orca, passwordsafe, terminator, setzer)
(libratbag, komikku): Likewise.
* gnu/packages/gps.scm (gpsd): Likewise.
* gnu/packages/gtk.scm (gtk-doc): Likewise.
* gnu/packages/ibus.scm (ibus, ibus-libpinyin, ibus-anthy)
(ibus-libhangul): Likewise.
* gnu/packages/inkscape.scm (inkscape-1.0): Likewise.
* gnu/packages/linux.scm (bcc): Likewise.
* gnu/packages/mail.scm (notifymuch): Likewise.
* gnu/packages/maths.scm (units): Likewise.
* gnu/packages/music.scm (solfege): Likewise.
* gnu/packages/networking.scm (blueman): Likewise.
* gnu/packages/patchutils.scm (patchwork): Likewise.
* gnu/packages/photo.scm (rapid-photo-downloader, entangle): Likewise.
* gnu/packages/plotutils.scm (asymptote): Likewise.
* gnu/packages/presentation.scm (presentty): Likewise.
* gnu/packages/screen.scm (byobu): Likewise.
* gnu/packages/storage.scm (ceph): Likewise.
* gnu/packages/syndication.scm (liferea): Likewise.
* gnu/packages/task-management.scm (blanket): Likewise.
* gnu/packages/text-editors.scm (manuskript): Likewise.
* gnu/packages/version-control.scm (gitless, cgit, git-when-merged)
(git-imerge): Likewise.
* gnu/packages/video.scm (pitivi): Likewise.
* gnu/packages/virtualization.scm (criu): Likewise.
* gnu/packages/xfce.scm (catfish): Likewise.
2021-01-27 17:33:13 -05:00
|
|
|
|
(getenv "GUIX_PYTHONPATH")
|
2019-11-07 08:27:23 -05:00
|
|
|
|
bin target)))
|
|
|
|
|
(chmod file #o755)))
|
|
|
|
|
(find-files "." (lambda (file stat)
|
2021-01-27 20:49:38 -05:00
|
|
|
|
(eq? 'symlink (stat:type stat))))))))))))
|
2016-04-29 11:05:47 -04:00
|
|
|
|
|
2018-06-19 14:02:42 -04:00
|
|
|
|
;; Note that the error messages printed by the tools in the case of
|
|
|
|
|
;; missing dependencies are often downright misleading.
|
|
|
|
|
;; TODO: hp-toolbox still fails to start with:
|
|
|
|
|
;; from dbus.mainloop.pyqt5 import DBusQtMainLoop
|
|
|
|
|
;; ModuleNotFoundError: No module named 'dbus.mainloop.pyqt5'
|
|
|
|
|
(inputs
|
|
|
|
|
`(("cups-minimal" ,cups-minimal)
|
|
|
|
|
("dbus" ,dbus)
|
gnu: Replace uses of 'libjpeg' with 'libjpeg-turbo'.
* gnu/packages/abiword.scm (abiword)[inputs]: Change from LIBJPEG to
LIBJPEG-TURBO.
* gnu/packages/admin.scm (testdisk)[inputs]: Likewise.
* gnu/packages/algebra.scm (giac)[inputs]: Likewise.
* gnu/packages/animation.scm (synfig)[inputs]: Likewise.
* gnu/packages/astronomy.scm (gnuastro, celestia)[inputs]: Likewise.
* gnu/packages/cdrom.scm (dvdstyler)[inputs]: Likewise.
* gnu/packages/cran.scm (r-jpeg, r-tiff, r-readbitmap)[inputs]: Likewise.
* gnu/packages/cups.scm (cups-filters, hplip)[inputs]: Likewise.
* gnu/packages/display-managers.scm (slim)[inputs]: Likewise.
* gnu/packages/ebook.scm (fbreader)[inputs]: Likewise.
* gnu/packages/emacs.scm (emacs)[inputs]: Likewise.
* gnu/packages/enlightenment.scm (efl)[propagated-inputs]: Likewise.
* gnu/packages/fltk.scm (fltk, ntk)[inputs]: Likewise.
* gnu/packages/fontutils.scm (fontforge)[inputs]: Likewise.
* gnu/packages/freedesktop.scm (weston)[inputs]: Likewise.
* gnu/packages/game-development.scm (sfml, allegro, aseprite, python-pygame,
eureka, ioquake3)[inputs]: Likewise.
* gnu/packages/games.scm (adanaxisgpl, freedroidrpg, irrlicht, minetest,
fizmo, supertuxkart, gzdoom, xmoto, xonotic)[inputs]: Likewise.
* gnu/packages/gd.scm (gd, perl-gd)[inputs]: Likewise.
* gnu/packages/ghostscript.scm (lcms)[inputs]: Likewise.
(ghostscript)[inputs, native-inputs]: Likewise.
* gnu/packages/gimp.scm (gegl, gimp)[inputs]: Likewise.
* gnu/packages/gnome.scm (libgnomeui, eog, tracker-miners, gthumb)[inputs]: Likewise.
* gnu/packages/gnunet.scm (libextractor)[inputs]: Likewise.
* gnu/packages/gnustep.scm (windowmaker)[inputs]: Likewise.
* gnu/packages/graphics.scm (blender, blender-2.79, openimageio,
openscenegraph, openscenegraph-3.4, povray, fgallery)[inputs]: Likewise.
* gnu/packages/graphviz.scm (graphviz)[inputs]: Likewise.
* gnu/packages/gstreamer.scm (gst-plugins-good)[inputs]: Likewise.
* gnu/packages/gtk.scm (gdk-pixbuf)[inputs]: Likewise.
* gnu/packages/image-processing.scm (dcmtk, mia, vtk, opencv, vips, nip2, vxl,
insight-toolkit)[inputs]: Likewise.
* gnu/packages/image-viewers.scm (gpicview, luminance-hdr)[inputs]: Likewise.
* gnu/packages/image.scm (jpegoptim, libtiff, leptonica, imlib2, freeimage,
vigra, libwebp, libmng, jasper, steghide, jp2a)[inputs]: Likewise.
* gnu/packages/imagemagick.scm (imagemagick, graphicsmagick)[inputs]: Likewise.
* gnu/packages/java.scm (icedtea-6, icedtea-7, openjdk9, openjdk11,
openjdk12)[inputs]: Likewise.
* gnu/packages/kde-frameworks.scm (khtml)[inputs]: Likewise.
* gnu/packages/kodi.scm (kodi)[inputs]: Likewise.
* gnu/packages/machine-learning.scm (dlib, tensorflow)[inputs]: Likewise.
* gnu/packages/mate.scm (atril, eom)[inputs]: Likewise.
* gnu/packages/maths.scm (hdf4, hdf-java, hdf-eos2, netcdf)[inputs]: Likewise.
* gnu/packages/netpbm.scm (netpbm)[inputs]: Likewise.
* gnu/packages/pdf.scm (zathura-pdf-mupdf, podofo, mupdf, fbida)[inputs]: Likewise.
* gnu/packages/photo.scm (libraw, libpano13, enblend-enfuse, darktable, hugin,
rawtherapee)[inputs]: Likewise.
* gnu/packages/prolog.scm (swi-prolog)[native-inputs]: Likewise.
* gnu/packages/python-xyz.scm (python-hdf4, python-pillow)[inputs]: Likewise.
* gnu/packages/qt.scm (qtbase, qtwebkit)[inputs]: Likewise.
* gnu/packages/rdesktop.scm (freerdp)[inputs]: Likewise.
* gnu/packages/scanner.scm (sane-backends, xsane)[inputs]: Likewise.
* gnu/packages/scheme.scm (racket)[inputs]: Likewise.
* gnu/packages/scribus.scm (scribus)[inputs]: Likewise.
* gnu/packages/sdl.scm (sdl-image)[propagated-inputs]: Likewise.
(guile-sdl)[native-inputs]: Likewise.
* gnu/packages/spice.scm (spice-gtk)[inputs]: Likewise.
* gnu/packages/statistics.scm (r-with-tests)[inputs]: Likewise.
* gnu/packages/tcl.scm (perl-tk)[inputs]: Likewise.
* gnu/packages/upnp.scm (readymedia)[inputs]: Likewise.
* gnu/packages/video.scm (mplayer, mpv, v4l-utils, motion)[inputs]: Likewise.
* gnu/packages/web-browsers.scm (dillo, links)[inputs]: Likewise.
* gnu/packages/web.scm (netsurf)[inputs]: Likewise.
* gnu/packages/webkit.scm (webkitgtk)[inputs]: Likewise.
* gnu/packages/wine.scm (wine)[inputs]: Likewise.
* gnu/packages/wv.scm (wv)[inputs]: Likewise.
* gnu/packages/wxwidgets.scm (wxwidgets, wxwidgets-2)[inputs]: Likewise.
* gnu/packages/xdisorg.scm (xscreensaver)[inputs]: Likewise.
* gnu/packages/xfce.scm (tumbler)[inputs]: Likewise.
* gnu/packages/xfig.scm (xfig, transfig)[inputs]: Likewise.
* gnu/packages/xorg.scm (xpra)[inputs]: Likewise.
2020-01-17 13:27:01 -05:00
|
|
|
|
("libjpeg" ,libjpeg-turbo)
|
2018-06-19 14:02:42 -04:00
|
|
|
|
("libusb" ,libusb)
|
|
|
|
|
("python" ,python)
|
|
|
|
|
("python-dbus" ,python-dbus)
|
|
|
|
|
("python-pygobject" ,python-pygobject)
|
|
|
|
|
("python-pyqt" ,python-pyqt)
|
|
|
|
|
("python-wrapper" ,python-wrapper)
|
|
|
|
|
("sane-backends" ,sane-backends-minimal)
|
|
|
|
|
("zlib" ,zlib)))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(("perl" ,perl)
|
|
|
|
|
("pkg-config" ,pkg-config)))))
|
2017-09-09 16:56:54 -04:00
|
|
|
|
|
2018-07-19 14:16:43 -04:00
|
|
|
|
(define-public hplip-minimal
|
gnu: Use PACKAGE/INHERIT in more places.
* gnu/packages/algebra.scm (fftwf, fftw-openmpi),
gnu/packages/audio.scm (ztoolkit-rsvg),
gnu/packages/bioinformatics.scm (python2-dendropy),
gnu/packages/boost.scm (boost-with-python2),
gnu/packages/check.scm (python2-mock, python2-pytest-mock),
gnu/packages/cups.scm (hplip-minimal),
gnu/packages/freedesktop.scm (libinput-minimal),
gnu/packages/gettext.scm (gnu-gettext),
gnu/packages/glib.scm (python2-pygobject),
gnu/packages/gnome.scm (gdl-minimal, libsoup-minimal, python2-pyatspi),
gnu/packages/groff.scm (groff-minimal),
gnu/packages/jami.scm (ffmpeg-jami),
gnu/packages/libcanberra.scm (libcanberra/gtk+-2),
gnu/packages/lirc.scm (python2-lirc),
gnu/packages/llvm.scm (clang-runtime-3.5),
gnu/packages/mpi.scm (java-openmpi, openmpi-thread-multiple),
gnu/packages/node.scm (libnode),
gnu/packages/onc-rpc.scm (libtirpc/hurd),
gnu/packages/python-compression.scm (bitshuffle-for-snappy),
gnu/packages/python-crypto.scm (python2-pycrypto, python2-cryptography)
(python2-cryptography, python2-m2crypto),
gnu/packages/python-web.scm (python2-html2text, python2-tornado)
(python2-terminado, python2-ndg-httpsclient, python2-websocket-client)
(python2-rauth, python2-url, python2-s3transfer),
gnu/packages/python-xyz.scm (python2-psutil, python2-serpent)
(python2-humanfriendly, python2-empy, python2-parse-type, python2-polib)
(python2-jsonschema, python2-pystache, python2-cython, python2-numpydoc)
(python2-ipyparallel, python2-traitlets, python2-dbus)
(python2-beautifulsoup4, python2-pep517, python2-flake8, python2-llfuse)
(python2-tlsh, python-file, python2-notebook, python-jupyter-console-minimal)
(python2-contextlib2, python2-promise, python2-anyjson, python2-amqp)
(python2-kombu, python2-billiard, python2-celery, python2-whoosh)
(python2-jellyfish, python-rope, ptpython-2, python2-binaryornot)
(python2-setproctitle, python2-argcomplete, python2-xopen, python2-isort)
(python2-radon, python2-rfc6555, python2-activepapers, python2-send2trash)
(python2-cloudpickle, python2-reparser),
gnu/packages/python.scm (python2-called-python),
gnu/packages/qt.scm (python2-sip, python-pyqt-without-qtwebkit, python2-pyqt)
(python-qscintilla, python-pyqt+qscintilla),
gnu/packages/scanner.scm (sane-backends),
gnu/packages/sdl.scm (guile3.0-sdl2),
gnu/packages/selinux.scm (checkpolicy, libselinux, libsemanage, secilc)
(python-sepolgen, policycoreutils),
gnu/packages/serialization.scm (lua5.1-libmpack, lua5.2-libmpack),
gnu/packages/simulation.scm (fenics),
gnu/packages/statistics.scm (python2-statsmodels),
gnu/packages/texinfo.scm (info-reader),
gnu/packages/wxwidgets.scm (wxwidgets-gtk2, wxwidgets-gtk2-3.1),
gnu/packages/xml.scm (xmlsec-nss),
gnu/packages/xorg.scm (uim-gtk, uim-qt),
guix/build-system/python.scm (package-with-explicit-python)
(strip-python2-variant): Use PACKAGE/INHERIT.
2021-03-17 03:42:12 -04:00
|
|
|
|
(package/inherit hplip
|
2018-07-19 14:16:43 -04:00
|
|
|
|
(name "hplip-minimal")
|
|
|
|
|
(arguments
|
|
|
|
|
(substitute-keyword-arguments (package-arguments hplip)
|
|
|
|
|
((#:configure-flags cf)
|
2019-03-15 17:36:46 -04:00
|
|
|
|
;; Produce a "light build", meaning that only the printer (CUPS) and
|
|
|
|
|
;; scanner (SANE) support gets built, without all the 'hp-*'
|
|
|
|
|
;; command-line tools.
|
|
|
|
|
`(cons "--enable-lite-build"
|
|
|
|
|
(delete "--enable-qt5" ,cf)))
|
|
|
|
|
((#:phases phases)
|
|
|
|
|
;; The 'wrap-binaries' is not needed here since the 'hp-*' programs
|
|
|
|
|
;; are not installed.
|
|
|
|
|
`(alist-delete 'wrap-binaries ,phases))))
|
|
|
|
|
(inputs (remove (match-lambda
|
|
|
|
|
((label . _)
|
|
|
|
|
(string-prefix? "python" label)))
|
|
|
|
|
(package-inputs hplip)))
|
2018-07-19 14:16:43 -04:00
|
|
|
|
(synopsis "GUI-less version of hplip")))
|
|
|
|
|
|
2017-09-09 16:56:54 -04:00
|
|
|
|
(define-public foomatic-filters
|
|
|
|
|
(package
|
|
|
|
|
(name "foomatic-filters")
|
2018-01-16 21:55:28 -05:00
|
|
|
|
(version "4.0.17")
|
2017-09-09 16:56:54 -04:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append
|
|
|
|
|
"http://www.openprinting.org/download/foomatic/"
|
2019-08-23 16:32:54 -04:00
|
|
|
|
"foomatic-filters-" version ".tar.gz"))
|
2017-09-09 16:56:54 -04:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2018-01-16 21:55:28 -05:00
|
|
|
|
"1qrkgbm5jay2r7sh9qbyf0aiyrsl1mdc844hxf7fhw95a0zfbqm2"))
|
2017-09-09 16:56:54 -04:00
|
|
|
|
(patches
|
|
|
|
|
(search-patches "foomatic-filters-CVE-2015-8327.patch"
|
|
|
|
|
"foomatic-filters-CVE-2015-8560.patch"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(home-page
|
|
|
|
|
"https://wiki.linuxfoundation.org/openprinting/database/foomatic")
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(("perl" ,perl)
|
|
|
|
|
("pkg-config" ,pkg-config)))
|
|
|
|
|
(inputs
|
|
|
|
|
`(("dbus" ,dbus)
|
|
|
|
|
("a2ps" ,a2ps)))
|
|
|
|
|
(arguments
|
|
|
|
|
'( ;; Specify the installation directories.
|
|
|
|
|
#:configure-flags (list (string-append "ac_cv_path_CUPS_BACKENDS="
|
|
|
|
|
(assoc-ref %outputs "out")
|
|
|
|
|
"/lib/cups/backend")
|
|
|
|
|
(string-append "ac_cv_path_CUPS_FILTERS="
|
|
|
|
|
(assoc-ref %outputs "out")
|
|
|
|
|
"/lib/cups/filter")
|
|
|
|
|
(string-append "ac_cv_path_PPR_INTERFACES="
|
|
|
|
|
(assoc-ref %outputs "out")
|
|
|
|
|
"/lib/ppr/interfaces")
|
|
|
|
|
(string-append "ac_cv_path_PPR_LIB="
|
|
|
|
|
(assoc-ref %outputs "out")
|
|
|
|
|
"/lib/ppr/lib")
|
|
|
|
|
|
|
|
|
|
;; For some reason these are misdiagnosed.
|
|
|
|
|
"ac_cv_func_malloc_0_nonnull=yes"
|
|
|
|
|
"ac_cv_func_realloc_0_nonnull=yes")
|
|
|
|
|
#:test-target "tests"))
|
|
|
|
|
(synopsis "Convert PostScript to the printer's native format")
|
|
|
|
|
(description
|
|
|
|
|
"This package contains filter scripts used by the printer spoolers to
|
|
|
|
|
convert the incoming PostScript data into the printer's native format using a
|
|
|
|
|
printer/driver specific, but spooler-independent PPD file.")
|
|
|
|
|
(license license:gpl2+)))
|
2017-09-09 16:58:06 -04:00
|
|
|
|
|
|
|
|
|
(define-public foo2zjs
|
|
|
|
|
(package
|
|
|
|
|
(name "foo2zjs")
|
2021-04-01 07:29:52 -04:00
|
|
|
|
(version "20200610.1")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
;; The upstream tarball is unversioned: use a stable snapshot.
|
|
|
|
|
(uri (string-append "https://web.archive.org/web/20210224094943if_/"
|
|
|
|
|
"http://foo2zjs.rkkda.com/foo2zjs.tar.gz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "03ncif50n7ck7drggqxbc7w0kgzdb90ha0dbvqk98ky8lw3k76xd"))))
|
2017-09-09 16:58:06 -04:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
'(#:phases (modify-phases %standard-phases
|
|
|
|
|
(replace 'configure
|
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
|
(substitute* (find-files "." "^Makefile$")
|
|
|
|
|
;; Set the installation directory.
|
|
|
|
|
(("^PREFIX[[:blank:]]*=.*$")
|
|
|
|
|
(string-append "PREFIX = "
|
|
|
|
|
(assoc-ref outputs "out")
|
|
|
|
|
"\n"))
|
|
|
|
|
(("^UDEVBIN[[:blank:]]*=.*$")
|
|
|
|
|
"UDEVBIN = $(PREFIX)/bin\n")
|
|
|
|
|
;; Don't try to chown/chgrp the installed files.
|
|
|
|
|
(("-oroot")
|
|
|
|
|
"")
|
|
|
|
|
(("-glp")
|
|
|
|
|
"")
|
|
|
|
|
;; Placate the dependency checks.
|
|
|
|
|
(("/usr/include/stdio.h")
|
|
|
|
|
"/etc/passwd")
|
|
|
|
|
(("/usr/")
|
|
|
|
|
"$(PREFIX)/")
|
|
|
|
|
;; Ensure fixed timestamps in man pages.
|
|
|
|
|
(("^MODTIME[[:blank:]]*=.*$")
|
|
|
|
|
"MODTIME = echo Thu Jan 01 01:00:00 1970\n"))
|
|
|
|
|
#t))
|
2020-12-15 16:47:08 -05:00
|
|
|
|
(add-before 'install 'make-install-dirs
|
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
|
;; Make missing install dirs
|
|
|
|
|
(let ((out (assoc-ref outputs "out"))
|
|
|
|
|
(dirs '("/share/cups/model"
|
|
|
|
|
"/share/foomatic/db/source/opt"
|
|
|
|
|
"/share/foomatic/db/source/printer"
|
|
|
|
|
"/share/foomatic/db/source/driver"
|
|
|
|
|
"/lib/cups/filter")))
|
|
|
|
|
(for-each (lambda (dir)
|
|
|
|
|
(mkdir-p (string-append out dir)))
|
|
|
|
|
dirs))))
|
|
|
|
|
(add-after 'install 'wrap-wrappers
|
|
|
|
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
|
|
|
|
(let ((out (assoc-ref outputs "out"))
|
|
|
|
|
(ghostscript (assoc-ref inputs "ghostscript"))
|
|
|
|
|
(coreutils (assoc-ref inputs "coreutils"))
|
|
|
|
|
(sed (assoc-ref inputs "sed")))
|
|
|
|
|
(for-each (lambda (file)
|
|
|
|
|
(wrap-program file
|
|
|
|
|
`("PATH" ":" prefix
|
|
|
|
|
(,(string-append ghostscript "/bin:"
|
|
|
|
|
coreutils "/bin:"
|
|
|
|
|
sed "/bin")))))
|
|
|
|
|
(find-files (string-append
|
|
|
|
|
out "/bin") "wrapper$")))))
|
|
|
|
|
(add-after 'install 'install-cups-filters-symlinks
|
|
|
|
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
|
|
|
|
(let ((out (assoc-ref outputs "out")))
|
|
|
|
|
(for-each
|
|
|
|
|
(lambda (file)
|
|
|
|
|
(symlink file
|
|
|
|
|
(string-append out "/lib/cups/filter/"
|
|
|
|
|
(basename file))))
|
|
|
|
|
(find-files (string-append out "/bin"))))))
|
2017-09-09 16:58:06 -04:00
|
|
|
|
(add-after 'install 'remove-pdf
|
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
|
;; Remove 'manual.pdf' which is (1) useless (it's a
|
|
|
|
|
;; concatenation of man pages), and (2) not
|
|
|
|
|
;; bit-reproducible due to <https://bugs.gnu.org/27593>.
|
|
|
|
|
(let ((out (assoc-ref outputs "out")))
|
|
|
|
|
(for-each delete-file
|
|
|
|
|
(find-files out "^manual\\.pdf$"))
|
|
|
|
|
#t))))
|
|
|
|
|
#:parallel-build? #f ;broken makefile
|
|
|
|
|
#:tests? #f ;no tests
|
|
|
|
|
#:make-flags '("CC=gcc")))
|
|
|
|
|
(inputs
|
2020-12-15 16:47:08 -05:00
|
|
|
|
`(("coreutils" ,coreutils)
|
|
|
|
|
("sed" ,sed)
|
|
|
|
|
("ghostscript" ,ghostscript)
|
2017-09-09 16:58:06 -04:00
|
|
|
|
("foomatic-filters" ,foomatic-filters))) ;for 'foomatic-rip'
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(("bc" ,bc)
|
|
|
|
|
("groff" ,groff)))
|
2018-01-16 22:10:01 -05:00
|
|
|
|
(home-page "http://foo2zjs.rkkda.com/")
|
|
|
|
|
(synopsis "Printer driver for ZjStream-based printers")
|
2017-09-09 16:58:06 -04:00
|
|
|
|
(description
|
2018-01-16 22:10:01 -05:00
|
|
|
|
"foo2zjs is a printer driver for printers that use the Zenographics
|
|
|
|
|
ZjStream wire protocol for their print data, often erroneously referred to as
|
|
|
|
|
winprinters or GDI printers.
|
|
|
|
|
|
|
|
|
|
It supports Minolta/QMS@tie{}Magicolor, Minolta@tie{}Color@tie{}PageWorks/Pro,
|
|
|
|
|
HP@tie{}LaserJet, and possibly other printers. See @file{README} for details.")
|
|
|
|
|
(license (list license:expat ; icc2ps/*.[ch]
|
|
|
|
|
license:gpl2+)))) ; everything else
|
2017-10-31 21:48:14 -04:00
|
|
|
|
|
2020-11-18 18:01:51 -05:00
|
|
|
|
(define-public epson-inkjet-printer-escpr
|
2017-10-31 21:48:14 -04:00
|
|
|
|
(package
|
2020-11-18 18:01:51 -05:00
|
|
|
|
(name "epson-inkjet-printer-escpr")
|
2021-09-04 13:25:51 -04:00
|
|
|
|
(version "1.7.17")
|
2017-10-31 21:48:14 -04:00
|
|
|
|
;; 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.
|
2020-09-29 17:29:41 -04:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
2021-09-04 13:25:51 -04:00
|
|
|
|
(uri (string-append "https://download3.ebz.epson.net/dsc/f/03/00/12/99/"
|
|
|
|
|
"78/73605b3f8aac63694fdabee6bd43389731696cd9/"
|
|
|
|
|
"epson-inkjet-printer-escpr-1.7.17-1lsb3.2.tar.gz"))
|
2020-09-29 17:29:41 -04:00
|
|
|
|
(sha256
|
2021-09-04 13:25:51 -04:00
|
|
|
|
(base32 "1d7ckrl5kya98h27mx4pgnaz5sbrsd5vhwc8kva9nfah9wsga4wg"))))
|
2017-10-31 21:48:14 -04:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
2020-11-18 17:52:17 -05:00
|
|
|
|
`(#:modules
|
|
|
|
|
((srfi srfi-26)
|
|
|
|
|
,@%gnu-build-system-modules)
|
|
|
|
|
#:configure-flags
|
2020-11-21 09:15:57 -05:00
|
|
|
|
`("--disable-static"
|
|
|
|
|
,(string-append "--prefix="
|
2017-10-31 21:48:14 -04:00
|
|
|
|
(assoc-ref %outputs "out"))
|
|
|
|
|
,(string-append "--with-cupsfilterdir="
|
|
|
|
|
(assoc-ref %outputs "out") "/lib/cups/filter")
|
|
|
|
|
,(string-append "--with-cupsppddir="
|
2020-09-29 17:29:41 -04:00
|
|
|
|
(assoc-ref %outputs "out") "/share/cups/model"))
|
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(add-after 'unpack 'patch-autotools-version-requirement
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "aclocal.m4"
|
|
|
|
|
(("1\\.15")
|
|
|
|
|
,(package-version automake)))
|
|
|
|
|
(substitute* "configure"
|
|
|
|
|
(("^(ACLOCAL=).*" _ match)
|
|
|
|
|
(string-append match "aclocal"))
|
|
|
|
|
(("^(AUTOMAKE=).*" _ match)
|
|
|
|
|
(string-append match "automake")))
|
2020-11-18 17:52:17 -05:00
|
|
|
|
#t))
|
|
|
|
|
(add-after 'install 'compress-PPDs
|
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
|
(let ((out (assoc-ref outputs "out")))
|
|
|
|
|
(with-directory-excursion out
|
|
|
|
|
(for-each (cut invoke "gzip" "-9" <>)
|
|
|
|
|
(find-files "share/cups" "\\.ppd$")))))))))
|
2020-09-29 17:29:41 -04:00
|
|
|
|
(native-inputs
|
|
|
|
|
`(("autoconf" ,autoconf)
|
|
|
|
|
("automake" ,automake)))
|
|
|
|
|
(inputs
|
|
|
|
|
`(("cups" ,cups-minimal)))
|
2017-10-31 21:48:14 -04:00
|
|
|
|
(synopsis "ESC/P-R printer driver")
|
|
|
|
|
(description
|
2020-09-29 17:42:57 -04:00
|
|
|
|
"This package provides a filter for @acronym{CUPS, the Common UNIX Printing
|
|
|
|
|
System} that offers high-quality printing with Seiko@tie{}Epson color ink jet
|
|
|
|
|
printers. It can be used only with printers that support the Epson@tie{}ESC/P-R
|
2017-10-31 21:48:14 -04:00
|
|
|
|
language.")
|
2020-11-18 12:32:50 -05:00
|
|
|
|
(home-page "http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX")
|
2017-10-31 21:48:14 -04:00
|
|
|
|
(license license:gpl2+)))
|
2019-01-29 05:11:29 -05:00
|
|
|
|
|
2020-11-18 18:01:51 -05:00
|
|
|
|
(define-public escpr
|
|
|
|
|
(deprecated-package "escpr" epson-inkjet-printer-escpr))
|
|
|
|
|
|
2019-08-23 16:34:00 -04:00
|
|
|
|
(define-public splix
|
2020-11-18 08:09:56 -05:00
|
|
|
|
;; Last released in 2009 <https://sourceforge.net/projects/splix/files/>.
|
|
|
|
|
;; Last SVN commit was 2013 <https://svn.code.sf.net/p/splix/code/splix/>.
|
|
|
|
|
;; Use a more maintained fork with several bug fixes and support for newer
|
|
|
|
|
;; printer models.
|
|
|
|
|
(let ((commit "76268c4dd7dbc8218ea7426401104c3b40cc707a")
|
|
|
|
|
(revision "315"))
|
2019-08-23 16:34:00 -04:00
|
|
|
|
(package
|
|
|
|
|
(name "splix")
|
2020-11-18 08:09:56 -05:00
|
|
|
|
(version (git-version "2.0.0" revision commit))
|
2019-08-23 16:34:00 -04:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
2020-11-18 08:09:56 -05:00
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://gitlab.com/ScumCoder/splix")
|
|
|
|
|
(commit commit)))
|
|
|
|
|
(file-name (git-file-name name version))
|
2019-08-23 16:34:00 -04:00
|
|
|
|
(sha256
|
2020-11-18 08:09:56 -05:00
|
|
|
|
(base32 "1mxsvllwwr1v8sgrax0b7gkajjhnm0l06s67spmaxz47lyll1qab"))))
|
2019-08-23 16:34:00 -04:00
|
|
|
|
(build-system gnu-build-system)
|
2020-11-18 08:09:56 -05:00
|
|
|
|
;; PPDs have been obsolete since CUPS 1.2 and make up 90% of total size.
|
2019-08-23 16:34:00 -04:00
|
|
|
|
(outputs (list "out" "ppd"))
|
|
|
|
|
(arguments
|
2020-11-18 09:52:26 -05:00
|
|
|
|
`(#:modules
|
|
|
|
|
((srfi srfi-26)
|
|
|
|
|
,@%gnu-build-system-modules)
|
|
|
|
|
#:make-flags
|
2019-08-23 16:34:00 -04:00
|
|
|
|
(list (string-append "CUPSDRV="
|
|
|
|
|
(assoc-ref %outputs "out") "/share/cups/drv")
|
|
|
|
|
(string-append "CUPSFILTER="
|
|
|
|
|
(assoc-ref %outputs "out") "/lib/cups/filter")
|
|
|
|
|
(string-append "CUPSPPD="
|
|
|
|
|
(assoc-ref %outputs "ppd") "/share/cups/model")
|
|
|
|
|
"CACHESIZE=100" ; pages in RAM, ±300 KiB each
|
|
|
|
|
"THREADS=4") ; compress and print faster
|
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
2020-11-18 08:09:56 -05:00
|
|
|
|
(add-after 'unpack 'enter-subdirectory
|
|
|
|
|
;; The git repository replicates the top-level SVN layout.
|
|
|
|
|
(lambda _
|
|
|
|
|
(chdir "splix")
|
|
|
|
|
#t))
|
2019-08-23 16:34:00 -04:00
|
|
|
|
(delete 'configure) ; no configure script
|
|
|
|
|
(add-before 'build 'build-.drv-files
|
|
|
|
|
(lambda* (#:key make-flags #:allow-other-keys)
|
|
|
|
|
(apply invoke "make" "drv" make-flags)))
|
|
|
|
|
(add-after 'install 'install-.drv-files
|
|
|
|
|
(lambda* (#:key make-flags #:allow-other-keys)
|
2020-11-18 09:52:26 -05:00
|
|
|
|
(apply invoke "make" "install" "DRV_ONLY=1" make-flags)))
|
|
|
|
|
(add-after 'install 'compress-PPDs
|
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
|
(let ((ppd (assoc-ref outputs "ppd")))
|
|
|
|
|
(for-each (cut invoke "gzip" "-9" <>)
|
|
|
|
|
(find-files ppd "\\.ppd$"))))))
|
2019-08-23 16:34:00 -04:00
|
|
|
|
#:tests? #f)) ; no test suite
|
|
|
|
|
(inputs
|
|
|
|
|
`(("cups" ,cups-minimal)
|
2020-11-18 08:09:56 -05:00
|
|
|
|
("jbigkit" ,jbigkit)
|
|
|
|
|
("zlib" ,zlib)))
|
2019-08-23 16:34:00 -04:00
|
|
|
|
(synopsis "QPDL (SPL2) printer driver")
|
|
|
|
|
(description
|
|
|
|
|
"SpliX is a set of CUPS drivers for printers that speak @acronym{QPDL,
|
|
|
|
|
Quick Page Description Language}, also called @acronym{SPL2, Samsung Printer
|
|
|
|
|
Language version 2}. These include many laser printers sold by Samsung,
|
|
|
|
|
Xerox, Lexmark, Toshiba, and Dell.
|
|
|
|
|
|
|
|
|
|
Colour printers need colour profile files to get better results. These
|
|
|
|
|
@file{cms} files are provided by the printer's manufacturer and must be
|
|
|
|
|
obtained and installed separately.")
|
|
|
|
|
(home-page "http://splix.ap2c.org/")
|
|
|
|
|
(license license:gpl2))))
|
|
|
|
|
|
2019-01-29 05:11:29 -05:00
|
|
|
|
(define-public python-pycups
|
|
|
|
|
(package
|
|
|
|
|
(name "python-pycups")
|
|
|
|
|
(version "1.9.74")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "pycups" version ".tar.bz2"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"1ffp7sswhdsfpy88zg0cc8kl04wygkjs01rlm9f0spbwk8jhy2c6"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
'(;; Tests require CUPS to be running
|
|
|
|
|
#:tests? #f))
|
|
|
|
|
(inputs
|
|
|
|
|
`(("cups" ,cups)))
|
|
|
|
|
(home-page "https://github.com/zdohnal/pycups")
|
|
|
|
|
(synopsis "Python bindings for libcups")
|
|
|
|
|
(description
|
|
|
|
|
"This package provides Python bindings for libcups, wrapping the CUPS
|
|
|
|
|
API.")
|
|
|
|
|
(license license:gpl2+)))
|