mbox series

[bug#68337,0/2] Add ajam and argyllcms

Message ID cover.1704773652.git.striness@tilde.club
Headers show
Series Add ajam and argyllcms | expand

Message

ulfvonbelow Jan. 9, 2024, 4:30 a.m. UTC
From: Ulf Herrman <striness@tilde.club>

This patch series adds ajam, a variant of the Jam build tool pre-patched for
use with Argyllcms, and then adds Argyllcms, a Color Management System capable
of creating color profiles for scanners, cameras, displays, and printers.

I've verified that at least targen seems to work.

I wasn't sure where to put argyllcms, so for now I put it in (gnu packages
ghostscript) because that's where lcms is.

Note that there was some discussion surrounding Jam's license earlier.  I
don't believe that has concluded yet, but it seems likely that it will end up
classified as Free.

Ulf Herrman (2):
  gnu: Add ajam.
  gnu: Add argyllcms.

 gnu/local.mk                                  |   2 +
 gnu/packages/build-tools.scm                  |  30 ++
 gnu/packages/ghostscript.scm                  |  78 ++++
 .../patches/ajam-add-unistd-include.patch     |  37 ++
 .../patches/argyllcms-prepare-Jamtop.patch    | 356 ++++++++++++++++++
 5 files changed, 503 insertions(+)
 create mode 100644 gnu/packages/patches/ajam-add-unistd-include.patch
 create mode 100644 gnu/packages/patches/argyllcms-prepare-Jamtop.patch