diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-11-05 22:10:56 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-11-05 23:23:36 +0200 |
commit | 7acc2a3eb394373ab89e25a9fd70e3df918ffd24 (patch) | |
tree | d035e4c6c7edcf39a79ea3ead6aabe74f088411d /gnu | |
parent | 2c62b31619eb4ba6033a0c879751f8d094f26fa2 (diff) | |
download | patches-7acc2a3eb394373ab89e25a9fd70e3df918ffd24.tar patches-7acc2a3eb394373ab89e25a9fd70e3df918ffd24.tar.gz |
gnu: libkate: Update upstream location.
* gnu/packages/xiph.scm (libkate)[source]: Update source uri.
[home-page]: Update project's home-page.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xiph.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm index 81e0934889..708b31bf8e 100644 --- a/gnu/packages/xiph.scm +++ b/gnu/packages/xiph.scm @@ -229,8 +229,8 @@ meaning that audio is compressed in FLAC without any loss in quality.") (version "0.4.1") (source (origin (method url-fetch) - (uri (string-append "http://libkate.googlecode.com/files/libkate-" - version ".tar.gz")) + (uri (string-append "http://downloads.xiph.org/releases/kate/" + "libkate-" version ".tar.gz")) (sha256 (base32 "0s3vr2nxfxlf1k75iqpp4l78yf4gil3f0v778kvlngbchvaq23n4")))) @@ -241,7 +241,7 @@ meaning that audio is compressed in FLAC without any loss in quality.") (inputs `(("bison" ,bison) ("libogg" ,libogg) ("libpng" ,libpng) -("python" ,python-wrapper) + ("python" ,python-wrapper) ("zlib" ,zlib))) (synopsis "Karaoke and text codec for embedding in ogg") (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 Kate stream.") (license license:bsd-3) - (home-page "http://code.google.com/p/libkate/"))) + (home-page "https://wiki.xiph.org/OggKate"))) (define vorbis-tools (package |