gnu: hugin: Update to 2020.0.0.
* gnu/packages/photo.scm (hugin): Update to 2020.0.0. [inputs]: Use current exiv2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
f129ca0b18
commit
5fb1bff1ca
1 changed files with 3 additions and 3 deletions
|
@ -694,7 +694,7 @@ off' shooting directly from the controlling computer.")
|
||||||
(define-public hugin
|
(define-public hugin
|
||||||
(package
|
(package
|
||||||
(name "hugin")
|
(name "hugin")
|
||||||
(version "2019.2.0")
|
(version "2020.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-"
|
||||||
|
@ -702,7 +702,7 @@ off' shooting directly from the controlling computer.")
|
||||||
"/hugin-" version ".tar.bz2"))
|
"/hugin-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gjsm5bgz10wbr5q3y74f8dzb238dh32xx0p5wa3yca6lbzbv9lb"))))
|
"1jyazc0mbr9g7vrichpqqnfl72lj21244csk0z5i8ycs4l0pcgi8"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)
|
||||||
|
@ -710,7 +710,7 @@ off' shooting directly from the controlling computer.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("boost" ,boost)
|
`(("boost" ,boost)
|
||||||
("enblend-enfuse" ,enblend-enfuse)
|
("enblend-enfuse" ,enblend-enfuse)
|
||||||
("exiv2" ,exiv2-0.26)
|
("exiv2" ,exiv2)
|
||||||
("fftw" ,fftw)
|
("fftw" ,fftw)
|
||||||
("flann" ,flann)
|
("flann" ,flann)
|
||||||
("freeglut" ,freeglut)
|
("freeglut" ,freeglut)
|
||||||
|
|
Reference in a new issue