gnu: openal: Update source and home page URLs.

Fixes <https://bugs.gnu.org/33000>.
Reported by Nam Nguyen <namn@berkeley.edu>.

* gnu/packages/audio.scm (openal)[source, home-page]: Update URLs.
This commit is contained in:
Ludovic Courtès 2018-10-10 14:30:39 +02:00
parent 296ad59216
commit 6b009dbfea
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -1913,7 +1913,7 @@ lv2-c++-tools.")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"http://kcat.strangesoft.net/openal-releases/openal-soft-" "http://openal-soft.org/openal-releases/openal-soft-"
version ".tar.bz2")) version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
@ -1950,7 +1950,7 @@ emitters are among the features handled by the API. More advanced effects,
including air absorption, occlusion, and environmental reverb, are available including air absorption, occlusion, and environmental reverb, are available
through the EFX extension. It also facilitates streaming audio, multi-channel through the EFX extension. It also facilitates streaming audio, multi-channel
buffers, and audio capture.") buffers, and audio capture.")
(home-page "http://kcat.strangesoft.net/openal.html") (home-page "http://openal-soft.org/")
(license license:lgpl2.0+))) (license license:lgpl2.0+)))
(define-public freealut (define-public freealut