guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: liba52: Note the type of stream.


From: guix-commits
Subject: 03/03: gnu: liba52: Note the type of stream.
Date: Thu, 17 Jun 2021 05:19:47 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f70ff65e0efdf0b4ec61206523fe5c7b24d96684
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jun 16 13:51:11 2021 +0200

    gnu: liba52: Note the type of stream.
    
    * gnu/packages/video.scm (liba52)[synopsis, description]: A is for audio.
---
 gnu/packages/video.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index ef8a2a9..e3f4f59 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -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+)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]