GNU bug report logs -
#46677
[PATCH] gnu: hugin: Update to 2020.0.0.
Previous Next
Reported by: Lars-Dominik Braun <lars <at> 6xq.net>
Date: Sun, 21 Feb 2021 08:35:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#46677: [PATCH] gnu: hugin: Update to 2020.0.0.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 46677 <at> debbugs.gnu.org.
--
46677: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46677
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello,
Lars-Dominik Braun <lars <at> 6xq.net> writes:
> * gnu/packages/photo.scm (hugin): Update to 2020.0.0.
Applied. Thank you.
> [inputs]: Use current exiv2.
I guess we can remove exiv2-0.26, since this was the last occurrence in
the code base.
Regards,
--
Nicolas Goaziou
[Message part 3 (message/rfc822, inline)]
* gnu/packages/photo.scm (hugin): Update to 2020.0.0.
[inputs]: Use current exiv2.
---
gnu/packages/photo.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 7ed1f1745a..5b15c1a727 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -694,7 +694,7 @@ off' shooting directly from the controlling computer.")
(define-public hugin
(package
(name "hugin")
- (version "2019.2.0")
+ (version "2020.0.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/hugin/hugin/hugin-"
@@ -702,7 +702,7 @@ off' shooting directly from the controlling computer.")
"/hugin-" version ".tar.bz2"))
(sha256
(base32
- "0gjsm5bgz10wbr5q3y74f8dzb238dh32xx0p5wa3yca6lbzbv9lb"))))
+ "1jyazc0mbr9g7vrichpqqnfl72lj21244csk0z5i8ycs4l0pcgi8"))))
(build-system cmake-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)
@@ -710,7 +710,7 @@ off' shooting directly from the controlling computer.")
(inputs
`(("boost" ,boost)
("enblend-enfuse" ,enblend-enfuse)
- ("exiv2" ,exiv2-0.26)
+ ("exiv2" ,exiv2)
("fftw" ,fftw)
("flann" ,flann)
("freeglut" ,freeglut)
--
2.26.2
This bug report was last modified 4 years and 177 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.