~ruther/guix-local

d5b357ec434182a6b42043455303e71c2d34feaa — Leo Famulari 8 years ago 08f47d7
gnu: shntool: Improve description.

* gnu/packages/audio.scm (shntool)[description]: Mention support for CUE files.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/audio.scm
M gnu/packages/audio.scm => gnu/packages/audio.scm +2 -1
@@ 2766,7 2766,8 @@ machine-readable ASCII format.")
    (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
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/")
    ;; 'install-sh' bears the x11 license
    (license (list license:gpl2+ license:x11))))