guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#30583] [PATCH 2/2] gnu: Add RawTherapee.


From: Marius Bakke
Subject: [bug#30583] [PATCH 2/2] gnu: Add RawTherapee.
Date: Mon, 26 Feb 2018 02:17:38 +0100
User-agent: Notmuch/0.26 (https://notmuchmail.org) Emacs/25.3.1 (x86_64-pc-linux-gnu)

Leo Famulari <address@hidden> 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: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]