all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#55131] [PATCH] gnu: lensfun: Update to 0.3.3.
@ 2022-04-26 17:01 John Kehayias via Guix-patches via
  2022-04-29 12:51 ` bug#55131: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: John Kehayias via Guix-patches via @ 2022-04-26 17:01 UTC (permalink / raw)
  To: 55131

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

Hello,

A little update for the lensfun package, including new source and homepage URLs. I've tested this works with Darktable, bringing in lots of new lens corrections.

Thanks!
John

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-lensfun-Update-to-0.3.3.patch --]
[-- Type: text/x-patch; name=0001-gnu-lensfun-Update-to-0.3.3.patch, Size: 2299 bytes --]

From 8500da1a3f4bd7890d269b3a4bdf5b205045c7c6 Mon Sep 17 00:00:00 2001
From: John Kehayias <john.kehayias@protonmail.com>
Date: Tue, 26 Apr 2022 12:57:09 -0400
Subject: [PATCH] gnu: lensfun: Update to 0.3.3.

* gnu/packages/photo.scm (lensfun): Update to 0.3.3.
[source, homepage]: Update URLs as the project has moved.
---
 gnu/packages/photo.scm | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 2f561abc2f..f534a013bc 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -9,6 +9,7 @@
 ;;; Copyright © 2020 Sebastian Schott <sschott@mailbox.org>
 ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
 ;;; Copyright © 2020. 2021, 2022 Vinicius Monego <monego@posteo.net>
+;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -415,15 +416,16 @@ (define-public enblend-enfuse
 (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"))))
+    (version "0.3.3")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/lensfun/lensfun")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1pv2y9yqzkw70p501425mf9cqv6yy8ppw5ilkpbd9bw9nss1js76"))))
     (build-system cmake-build-system)
     (arguments
      `(,@(if (any (cute string-prefix? <> (or (%current-system)
@@ -437,7 +439,7 @@ (define-public lensfun
      (list pkg-config))
     (inputs
      (list glib))
-    (home-page "https://sourceforge.net/projects/lensfun/")
+    (home-page "https://lensfun.github.io/")
     (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
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#55131: [PATCH] gnu: lensfun: Update to 0.3.3.
  2022-04-26 17:01 [bug#55131] [PATCH] gnu: lensfun: Update to 0.3.3 John Kehayias via Guix-patches via
@ 2022-04-29 12:51 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-04-29 12:51 UTC (permalink / raw)
  To: John Kehayias; +Cc: 55131-done

Hi John,

John Kehayias <john.kehayias@protonmail.com> skribis:

> From 8500da1a3f4bd7890d269b3a4bdf5b205045c7c6 Mon Sep 17 00:00:00 2001
> From: John Kehayias <john.kehayias@protonmail.com>
> Date: Tue, 26 Apr 2022 12:57:09 -0400
> Subject: [PATCH] gnu: lensfun: Update to 0.3.3.
>
> * gnu/packages/photo.scm (lensfun): Update to 0.3.3.
> [source, homepage]: Update URLs as the project has moved.

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-29 12:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-26 17:01 [bug#55131] [PATCH] gnu: lensfun: Update to 0.3.3 John Kehayias via Guix-patches via
2022-04-29 12:51 ` bug#55131: " Ludovic Courtès

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.