gnu: libkate: Update upstream location.
* gnu/packages/xiph.scm (libkate)[source]: Update source uri. [home-page]: Update project's home-page.
This commit is contained in:
parent
2c62b31619
commit
7acc2a3eb3
|
@ -229,8 +229,8 @@ meaning that audio is compressed in FLAC without any loss in quality.")
|
||||||
(version "0.4.1")
|
(version "0.4.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://libkate.googlecode.com/files/libkate-"
|
(uri (string-append "http://downloads.xiph.org/releases/kate/"
|
||||||
version ".tar.gz"))
|
"libkate-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0s3vr2nxfxlf1k75iqpp4l78yf4gil3f0v778kvlngbchvaq23n4"))))
|
"0s3vr2nxfxlf1k75iqpp4l78yf4gil3f0v778kvlngbchvaq23n4"))))
|
||||||
|
@ -241,7 +241,7 @@ meaning that audio is compressed in FLAC without any loss in quality.")
|
||||||
(inputs `(("bison" ,bison)
|
(inputs `(("bison" ,bison)
|
||||||
("libogg" ,libogg)
|
("libogg" ,libogg)
|
||||||
("libpng" ,libpng)
|
("libpng" ,libpng)
|
||||||
("python" ,python-wrapper)
|
("python" ,python-wrapper)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(synopsis "Karaoke and text codec for embedding in ogg")
|
(synopsis "Karaoke and text codec for embedding in ogg")
|
||||||
(description
|
(description
|
||||||
|
@ -257,7 +257,7 @@ This allows scrolling or fading text to be defined. This can even be used
|
||||||
to draw arbitrary shapes, so hand drawing can also be represented by a
|
to draw arbitrary shapes, so hand drawing can also be represented by a
|
||||||
Kate stream.")
|
Kate stream.")
|
||||||
(license license:bsd-3)
|
(license license:bsd-3)
|
||||||
(home-page "http://code.google.com/p/libkate/")))
|
(home-page "https://wiki.xiph.org/OggKate")))
|
||||||
|
|
||||||
(define vorbis-tools
|
(define vorbis-tools
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue