all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Marius Bakke <mbakke@fastmail.com>
To: Leo Famulari <leo@famulari.name>, 30583@debbugs.gnu.org
Subject: [bug#30583] [PATCH 2/2] gnu: Add RawTherapee.
Date: Mon, 26 Feb 2018 02:17:38 +0100	[thread overview]
Message-ID: <878tbgwnv1.fsf@fastmail.com> (raw)
In-Reply-To: <fad5b2d57e77ddd3f7760868a0aae115c01070c2.1519336937.git.leo@famulari.name>

[-- Attachment #1: Type: text/plain, Size: 2564 bytes --]

Leo Famulari <leo@famulari.name> writes:

> * gnu/packages/photo.scm (rawtherapee): New variable.

[...]

> +(define-public rawtherapee
> +  (package
> +    (name "rawtherapee")
> +    (version "5.3")
> +    (source (origin
> +              (method url-fetch)
> +              (uri (string-append "http://rawtherapee.com/shared/source/"
> +                                  "rawtherapee-" version ".tar.xz"))
> +              (sha256
> +               (base32
> +                "1y1ygxqmqfp4zg8rcgrlfdc1597cyr5zqgp5zjpldhvwdfa9r5cp"))))
> +    (build-system cmake-build-system)
> +    (arguments
> +     '(#:tests? #f

No tests, or work in progress?  Other than that both patches LGTM.

> +       #:configure-flags
> +       (list (string-append "-DLENSFUNDBDIR="
> +                            (assoc-ref %build-inputs "lensfun")
> +                            "/share/lensfun")
> +             "-DCMAKE_BUILD_TYPE=release"
> +             ; Don't optimize the build for the host machine. See the file
> +             ; 'ProcessorTargets.cmake' in the source distribution for more
> +             ; information.
> +             "-DPROC_TARGET_NUMBER=1"
> +             ; These flags are recommended by upstream for distributed packages.
> +             ; See the file 'RELEASE_NOTES.txt' in the source distribution.
> +             "-O3"
> +             "-DCACHE_NAME_SUFFIX=\"\"")))
> +    (native-inputs
> +     `(("pkg-config" ,pkg-config)))
> +    (inputs
> +     `(("expat" ,expat)
> +       ("fftw" ,fftwf)
> +       ("glib" ,glib)
> +       ("glibmm" ,glibmm)
> +       ("gtk+" ,gtk+)
> +       ("gtkmm" ,gtkmm)
> +       ("lcms" ,lcms)
> +       ("lensfun" ,lensfun)
> +       ("libcanberra" ,libcanberra)
> +       ("libiptcdata" ,libiptcdata)
> +       ("libjpeg" ,libjpeg)
> +       ("libpng" ,libpng)
> +       ("libsigc++" ,libsigc++)
> +       ("libtiff" ,libtiff)
> +       ("zlib" ,zlib)))
> +    (home-page "http://rawtherapee.com")
> +    (synopsis "Raw image developing and processing")
> +    (description "RawTherapee is a raw image processing suite.  It comprises a
> +subset of image editing operations specifically aimed at non-destructive raw
> +photo post-production and is primarily focused on improving a photographer's
> +workflow by facilitating the handling of large numbers of images.  Most raw
> +formats are supported, including Pentax Pixel Shift, Canon Dual-Pixel, and those
> +from Foveon and X-Trans sensors.")
> +    (license license:gpl3+)))
> -- 
> 2.16.2

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

      reply	other threads:[~2018-02-26  1:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-22 22:01 [bug#30583] RawTherapee raw image processor Leo Famulari
2018-02-22 22:02 ` [bug#30583] [PATCH 1/2] gnu: Add libiptcdata Leo Famulari
2018-02-22 22:02   ` [bug#30583] [PATCH 2/2] gnu: Add RawTherapee Leo Famulari
2018-02-26  1:17     ` Marius Bakke [this message]

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=878tbgwnv1.fsf@fastmail.com \
    --to=mbakke@fastmail.com \
    --cc=30583@debbugs.gnu.org \
    --cc=leo@famulari.name \
    /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.