me
/
guix
Archived
1
0
Fork 0

gnu: liba52: Note the type of stream.

* gnu/packages/video.scm (liba52)[synopsis, description]: A is for audio.
master
Tobias Geerinckx-Rice 2021-06-16 13:51:11 +02:00
parent 571dc36a69
commit f70ff65e0e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -764,9 +764,9 @@ mpv's powerful playback capabilities.")
(replace 'bootstrap
(lambda _ (invoke "sh" "bootstrap"))))))
(home-page "http://liba52.sourceforge.net/")
(synopsis "ATSC A/52 stream decoder")
(description "liba52 is a library for decoding ATSC A/52 streams. The
A/52 standard is used in a variety of applications, including digital
(synopsis "ATSC A/52 audio stream decoder")
(description "liba52 is a library for decoding ATSC A/52 audio streams.
The A/52 standard is used in a variety of applications, including digital
television and DVD. It is also known as AC-3.")
(license license:gpl2+)))