mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: OpenEXR: Update home page.
* gnu/packages/graphics.scm (ilmbase, openexr)[home-page]: Use HTTPS.
This commit is contained in:
parent
942c788949
commit
25c4a04fde
1 changed files with 2 additions and 2 deletions
|
@ -347,7 +347,7 @@ (define-public ilmbase
|
||||||
(lambda _
|
(lambda _
|
||||||
(chdir "IlmBase")
|
(chdir "IlmBase")
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "http://www.openexr.com/")
|
(home-page "https://www.openexr.com/")
|
||||||
(synopsis "Utility C++ libraries for threads, maths, and exceptions")
|
(synopsis "Utility C++ libraries for threads, maths, and exceptions")
|
||||||
(description
|
(description
|
||||||
"IlmBase provides several utility libraries for C++. Half is a class
|
"IlmBase provides several utility libraries for C++. Half is a class
|
||||||
|
@ -453,7 +453,7 @@ (define-public openexr
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("ilmbase" ,ilmbase) ;used in public headers
|
`(("ilmbase" ,ilmbase) ;used in public headers
|
||||||
("zlib" ,zlib))) ;OpenEXR.pc reads "-lz"
|
("zlib" ,zlib))) ;OpenEXR.pc reads "-lz"
|
||||||
(home-page "http://www.openexr.com")
|
(home-page "https://www.openexr.com/")
|
||||||
(synopsis "High-dynamic range file format library")
|
(synopsis "High-dynamic range file format library")
|
||||||
(description
|
(description
|
||||||
"OpenEXR is a high dynamic-range (HDR) image file format developed for
|
"OpenEXR is a high dynamic-range (HDR) image file format developed for
|
||||||
|
|
Loading…
Reference in a new issue