emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#25927: closed ([PATCH] gnu: Add lensfun.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#25927: closed ([PATCH] gnu: Add lensfun.)
Date: Wed, 08 Mar 2017 23:25:02 +0000

Your message dated Wed, 8 Mar 2017 18:24:26 -0500
with message-id <address@hidden>
and subject line Re: bug#25927: [PATCH] gnu: Add lensfun.
has caused the debbugs.gnu.org bug report #25927,
regarding [PATCH] gnu: Add lensfun.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
25927: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=25927
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add lensfun. Date: Thu, 02 Mar 2017 01:01:54 +0100 User-agent: mu4e 0.9.18; emacs 25.1.1
Dear Guix,

This patch adds another dependency of Darktable.

Kind regards,
Roel Janssen

>From 1fd5a91ac943bce920f829c69623cc96b54003cd Mon Sep 17 00:00:00 2001
From: Roel Janssen <address@hidden>
Date: Thu, 2 Mar 2017 00:53:28 +0100
Subject: [PATCH] gnu: Add lensfun.

* gnu/packages/photo.scm (lensfun): New variable.
---
 gnu/packages/photo.scm | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index ce71d2a44..e5209b2bb 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2015 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2015 Andreas Enge <address@hidden>
 ;;; Copyright © 2016 Efraim Flashner <address@hidden>
+;;; Copyright © 2017 Roel Janssen <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -33,6 +34,7 @@
   #:use-module (gnu packages compression)
   #:use-module (gnu packages ghostscript)
   #:use-module (gnu packages gl)
+  #:use-module (gnu packages glib) 
   #:use-module (gnu packages graphics)
   #:use-module (gnu packages image)
   #:use-module (gnu packages imagemagick)
@@ -263,3 +265,38 @@ overlapping images, as well as some command line tools.")
 multi-resolution spline.  Enfuse merges different exposures of the same
 scene to produce an image that looks much like a tone-mapped image.")
     (license license:gpl2+)))
+
+(define-public lensfun
+  (package
+    (name "lensfun")
+    (version "0.3.2")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "mirror://sourceforge/lensfun/"
+                    version "/lensfun-" version ".tar.gz"))
+              (sha256
+               (base32
+                "0cfk8jjhs9nbfjfdy98plrj9ayi59aph0nx6ppslgjhlcvacm2xf"))))
+    (build-system cmake-build-system)
+    (arguments `(#:tests? #f)) ; There are no tests to run.
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
+    (inputs
+     `(("glib" ,glib)))
+    (home-page "https://sourceforge.net/projects/lensfun/";)
+    (synopsis "Library to correct optical lens defects with a lens database")
+    (description "Digital photographs are not ideal.  Of course, the better is
+your camera, the better the results will be, but in any case if you look
+carefully at shots taken even by the most expensive cameras equipped with the
+most expensive lenses you will see various artifacts.  It is very hard to make
+ideal cameras, because there are a lot of factors that affect the final image
+quality, and at some point camera and lens designers have to trade one factor
+for another to achieve the optimal image quality, within the given design
+restrictions and budget.  But we all want ideal shots, don't we?  So that's
+what's Lensfun is all about: rectifying the defects introduced by your
+photographic equipment.")
+    ;; The libraries are licensed under the LGPL3, the programs are
+    ;; licensed GPL3, and the database is license CC-BY-SA 3.0.  See the
+    ;; README.md file for this clarification.
+    (license (list license:lgpl3 license:gpl3 license:cc-by-sa3.0))))
-- 
2.11.0



--- End Message ---
--- Begin Message --- Subject: Re: bug#25927: [PATCH] gnu: Add lensfun. Date: Wed, 8 Mar 2017 18:24:26 -0500 User-agent: Mutt/1.8.0 (2017-02-23)
On Wed, Mar 08, 2017 at 11:50:55PM +0100, Roel Janssen wrote:
> I pushed it.  How do I close this ticket?

You can close bugs on debbugs by sending a message to
<address@hidden>, where NNN is the number of the bug.


--- End Message ---

reply via email to

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