From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57038) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eq7Qb-00047v-MF for guix-patches@gnu.org; Sun, 25 Feb 2018 20:18:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eq7QY-0003Jr-G1 for guix-patches@gnu.org; Sun, 25 Feb 2018 20:18:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:52919) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eq7QY-0003Jd-Bp for guix-patches@gnu.org; Sun, 25 Feb 2018 20:18:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eq7QY-0000ph-3J for guix-patches@gnu.org; Sun, 25 Feb 2018 20:18:02 -0500 Subject: [bug#30583] [PATCH 2/2] gnu: Add RawTherapee. Resent-Message-ID: From: Marius Bakke In-Reply-To: References: <48dd51afbc201d29d243cb6866502996f0c722be.1519336937.git.leo@famulari.name> Date: Mon, 26 Feb 2018 02:17:38 +0100 Message-ID: <878tbgwnv1.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Leo Famulari , 30583@debbugs.gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Leo Famulari 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=3D" > + (assoc-ref %build-inputs "lensfun") > + "/share/lensfun") > + "-DCMAKE_BUILD_TYPE=3Drelease" > + ; Don't optimize the build for the host machine. See the fi= le > + ; 'ProcessorTargets.cmake' in the source distribution for m= ore > + ; information. > + "-DPROC_TARGET_NUMBER=3D1" > + ; These flags are recommended by upstream for distributed p= ackages. > + ; See the file 'RELEASE_NOTES.txt' in the source distributi= on. > + "-O3" > + "-DCACHE_NAME_SUFFIX=3D\"\""))) > + (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 compr= ises a > +subset of image editing operations specifically aimed at non-destructive= raw > +photo post-production and is primarily focused on improving a photograph= er's > +workflow by facilitating the handling of large numbers of images. Most = raw > +formats are supported, including Pentax Pixel Shift, Canon Dual-Pixel, a= nd those > +from Foveon and X-Trans sensors.") > + (license license:gpl3+))) > --=20 > 2.16.2 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlqTYDIACgkQoqBt8qM6 VPoYfgf+JSODO7Jdgol1uBjJceFe5SUg9NlqOEoaAoS3VzrL/FkZDSHrLSgYyWq1 V03p2dOkFxxsDVGNk2LzaKcf1HIE4Y2dTXAx6KxFE/yAKP1zzF1h+VqTVF4+LMw/ oyrf9IVIcH7Cxy9cfE1zLVqEVp8eyaZFrd1ncvDc3TKKqabvZavr/AvjbeYmvb6O cbM1uvGle79pljIIQj6FXkrYcmd489AIqGCz8PQ7Ez4kc08erXONhDIyvNjLjs7d FsZLZ9oobNvdsGS7iGix0yhQT+Oxc1KtBuNIi2NCXNdFGcI0i1Xqmm5vErqa72EL YcpQ2+BNrvOBNViSXnXk7WFywy5SVw== =9xJ0 -----END PGP SIGNATURE----- --=-=-=--