all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: striness@tilde.club
To: 68337@debbugs.gnu.org
Cc: Ulf Herrman <striness@tilde.club>
Subject: [bug#68337] [PATCH 0/2] Add ajam and argyllcms
Date: Mon,  8 Jan 2024 22:30:57 -0600	[thread overview]
Message-ID: <cover.1704773652.git.striness@tilde.club> (raw)

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




             reply	other threads:[~2024-01-09  4:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-09  4:30 striness [this message]
2024-01-09  4:35 ` [bug#68337] [PATCH 1/2] gnu: Add ajam striness
2024-01-09  4:35 ` [bug#68337] [PATCH 2/2] gnu: Add argyllcms striness

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1704773652.git.striness@tilde.club \
    --to=striness@tilde.club \
    --cc=68337@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.