gnu: agg: Update URLs.
* gnu/packages/graphics.scm (agg)[source, home-page]: Add up-to-date URLs.
This commit is contained in:
parent
3ac732715d
commit
7db0799dc9
|
@ -271,8 +271,16 @@ and understanding different BRDFs (and other component functions).")
|
||||||
(version "2.5")
|
(version "2.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://www.antigrain.com/agg-"
|
(uri (list (string-append
|
||||||
version ".tar.gz"))
|
"ftp://ftp.fau.de/gentoo/distfiles/agg-"
|
||||||
|
version ".tar.gz")
|
||||||
|
(string-append
|
||||||
|
"ftp://ftp.ula.ve/gentoo/distfiles/agg-"
|
||||||
|
version ".tar.gz")
|
||||||
|
|
||||||
|
;; Site was discontinued.
|
||||||
|
(string-append "http://www.antigrain.com/agg-"
|
||||||
|
version ".tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "07wii4i824vy9qsvjsgqxppgqmfdxq0xa87i5yk53fijriadq7mb"))
|
(base32 "07wii4i824vy9qsvjsgqxppgqmfdxq0xa87i5yk53fijriadq7mb"))
|
||||||
(patches (list (search-patch "agg-am_c_prototype.patch")))))
|
(patches (list (search-patch "agg-am_c_prototype.patch")))))
|
||||||
|
@ -301,7 +309,9 @@ and understanding different BRDFs (and other component functions).")
|
||||||
`(("libx11" ,libx11)
|
`(("libx11" ,libx11)
|
||||||
("freetype" ,freetype)
|
("freetype" ,freetype)
|
||||||
("sdl" ,sdl)))
|
("sdl" ,sdl)))
|
||||||
(home-page "http://antigrain.com")
|
|
||||||
|
;; Antigrain.com was discontinued.
|
||||||
|
(home-page "http://agg.sourceforge.net/antigrain.com/index.html")
|
||||||
(synopsis "High-quality 2D graphics rendering engine for C++")
|
(synopsis "High-quality 2D graphics rendering engine for C++")
|
||||||
(description
|
(description
|
||||||
"Anti-Grain Geometry is a high quality rendering engine written in C++.
|
"Anti-Grain Geometry is a high quality rendering engine written in C++.
|
||||||
|
|
Loading…
Reference in New Issue