mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: hugin: Update to 2021.0.0.
* gnu/packages/photo.scm (hugin): Update to 2021.0.0. [arguments]: Don't explicitly return #t from phases.
This commit is contained in:
parent
e6bdd94c38
commit
3a5e01aa7b
1 changed files with 3 additions and 4 deletions
|
@ -690,7 +690,7 @@ (define-public entangle
|
||||||
(define-public hugin
|
(define-public hugin
|
||||||
(package
|
(package
|
||||||
(name "hugin")
|
(name "hugin")
|
||||||
(version "2020.0.0")
|
(version "2021.0.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/hugin/hugin/hugin-"
|
(uri (string-append "mirror://sourceforge/hugin/hugin/hugin-"
|
||||||
|
@ -698,7 +698,7 @@ (define-public hugin
|
||||||
"/hugin-" version ".tar.bz2"))
|
"/hugin-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jyazc0mbr9g7vrichpqqnfl72lj21244csk0z5i8ycs4l0pcgi8"))))
|
"1ngadsv22ii05kmvpzdivhwlks4pnv9ijz7j9srl8y54gy5flyh4"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)
|
||||||
|
@ -747,8 +747,7 @@ (define-public hugin
|
||||||
(("wxT\\(\"enblend\"\\)")
|
(("wxT\\(\"enblend\"\\)")
|
||||||
(string-append "wxT(\"" (which "enblend") "\")"))
|
(string-append "wxT(\"" (which "enblend") "\")"))
|
||||||
(("wxT\\(\"enfuse\"\\)")
|
(("wxT\\(\"enfuse\"\\)")
|
||||||
(string-append "wxT(\"" (which "enfuse") "\")")))
|
(string-append "wxT(\"" (which "enfuse") "\")"))))))))
|
||||||
#t)))))
|
|
||||||
(home-page "http://hugin.sourceforge.net/")
|
(home-page "http://hugin.sourceforge.net/")
|
||||||
(synopsis "Panorama photo stitcher")
|
(synopsis "Panorama photo stitcher")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue