me
/
guix
Archived
1
0
Fork 0

gnu: openal: Add upstream-name property.

* gnu/packages/audio.scm (openal)[properties]: New field.
master
Marius Bakke 2022-11-20 14:19:43 +01:00
parent 3258eae9ee
commit d56b1cea91
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 0 deletions

View File

@ -3111,6 +3111,8 @@ 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 "https://openal-soft.org/") (home-page "https://openal-soft.org/")
(properties
'((upstream-name . "openal-soft")))
(license license:lgpl2.0+))) (license license:lgpl2.0+)))
(define-public freealut (define-public freealut