mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: shntool: Improve description.
* gnu/packages/audio.scm (shntool)[description]: Mention support for CUE files.
This commit is contained in:
parent
08f47d7e3e
commit
d5b357ec43
1 changed files with 2 additions and 1 deletions
|
@ -2766,7 +2766,8 @@ (define-public shntool
|
||||||
(description "shntool is a multi-purpose WAVE data processing and reporting
|
(description "shntool is a multi-purpose WAVE data processing and reporting
|
||||||
utility. File formats are abstracted from its core, so it can process any file
|
utility. File formats are abstracted from its core, so it can process any file
|
||||||
that contains WAVE data, compressed or not---provided there exists a format
|
that contains WAVE data, compressed or not---provided there exists a format
|
||||||
module to handle that particular file type.")
|
module to handle that particular file type. It can also generate CUE files, and
|
||||||
|
use them split WAVE data into multiple files.")
|
||||||
(home-page "http://etree.org/shnutils/shntool/")
|
(home-page "http://etree.org/shnutils/shntool/")
|
||||||
;; 'install-sh' bears the x11 license
|
;; 'install-sh' bears the x11 license
|
||||||
(license (list license:gpl2+ license:x11))))
|
(license (list license:gpl2+ license:x11))))
|
||||||
|
|
Loading…
Reference in a new issue