gnu: dvdisaster: Use archived source and home page.
* gnu/packages/cdrom.scm (dvdisaster)[source, home-page]: Use archive.org mirror.
This commit is contained in:
parent
29e3fd3424
commit
6da31b3c7b
|
@ -336,13 +336,15 @@ or @command{xorrisofs} to create ISO 9660 images.")
|
||||||
(package
|
(package
|
||||||
(name "dvdisaster")
|
(name "dvdisaster")
|
||||||
(version "0.79.5")
|
(version "0.79.5")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (string-append "http://dvdisaster.net/downloads/dvdisaster-"
|
(method url-fetch)
|
||||||
version ".tar.bz2"))
|
;; Update this (and update HOME-PAGE) when/if one reappears.
|
||||||
(sha256
|
(uri (string-append "https://web.archive.org/web/20180428070843/"
|
||||||
(base32
|
"http://dvdisaster.net/downloads/dvdisaster-"
|
||||||
"0f8gjnia2fxcbmhl8b3qkr5b7idl8m855dw7xw2fnmbqwvcm6k4w"))))
|
version ".tar.bz2"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0f8gjnia2fxcbmhl8b3qkr5b7idl8m855dw7xw2fnmbqwvcm6k4w"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("gtk+" ,gtk+-2)))
|
`(("gtk+" ,gtk+-2)))
|
||||||
|
@ -384,7 +386,8 @@ or @command{xorrisofs} to create ISO 9660 images.")
|
||||||
(copy-file "contrib/dvdisaster48.xpm"
|
(copy-file "contrib/dvdisaster48.xpm"
|
||||||
(string-append datadir "/pixmaps/dvdisaster.xpm"))
|
(string-append datadir "/pixmaps/dvdisaster.xpm"))
|
||||||
#t))))))
|
#t))))))
|
||||||
(home-page "http://dvdisaster.net/en/index.html")
|
(home-page (string-append "https://web.archive.org/web/20180428070843/"
|
||||||
|
"http://dvdisaster.net/en/index.html"))
|
||||||
(synopsis "Error correcting codes for optical media images")
|
(synopsis "Error correcting codes for optical media images")
|
||||||
(description "Optical media (CD,DVD,BD) keep their data only for a
|
(description "Optical media (CD,DVD,BD) keep their data only for a
|
||||||
finite time (typically for many years). After that time, data loss develops
|
finite time (typically for many years). After that time, data loss develops
|
||||||
|
|
Loading…
Reference in New Issue