[SCM] libgroove/master: better package descriptions

andrewrk-guest at users.alioth.debian.org andrewrk-guest at users.alioth.debian.org
Wed May 14 18:49:12 UTC 2014


The following commit has been merged in the master branch:
commit 69afe5c3d8ce239835614d6337297a41bbdf40f7
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Wed May 14 11:48:35 2014 -0700

    better package descriptions

diff --git a/debian/control b/debian/control
index 8f5ea54..c93ec9d 100644
--- a/debian/control
+++ b/debian/control
@@ -49,10 +49,10 @@ Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Description: audio dispatching library
- This C library provides an sink-based API for decoding and encoding audio.
+Description: music player backend
+ This library provides decoding and encoding of audio on a playlist.
  It is intended to be used as a backend for music player applications, however
- it may also be used as a backend for any audio processing utility.
+ it is generic enough to be used as a backend for any audio processing utility.
  .
  Features:
   * Uses libav for decoding and encoding.
@@ -92,6 +92,7 @@ Depends: libgrooveplayer4 (= ${binary:Version}), ${misc:Depends}
 Description: audio device playback sink for libgroove (development files)
  This C library provides a GroovePlayer struct which attaches to a
  GroovePlaylist and sends audio frames to a sound device.
+ .
  This package contains the development files.
 
 Package: libgrooveplayer4
@@ -99,9 +100,9 @@ Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Description: audio device playback sink for libgroove
- This C library provides a GroovePlayer object which attaches to a
- GroovePlaylist and sends audio frames to a sound device.
+Description: hardware audio playback for libgroove
+ This libgroove plugin plays audio via a sound device.
+ .
  This package contains the shared library.
 
 Package: libgrooveloudness-dev
@@ -113,6 +114,7 @@ Description: loudness scanner sink for libgroove (development files)
  This C library provides a GrooveLoudness object which attaches to a
  GroovePlaylist and uses the EBU R128 standard to detect loudness. The values
  it produces are compatible with ReplayGain.
+ .
  This package contains the development files.
 
 Package: libgrooveloudness4
@@ -120,10 +122,10 @@ Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Description: loudness scanner sink for libgroove
- This C library provides a GrooveLoudness object which attaches to a
- GroovePlaylist and uses the EBU R128 standard to detect loudness. The values
- it produces are compatible with ReplayGain.
+Description: loudness scanner for libgroove
+ This libgroove plugin uses the EBU R128 standard to detect loudness.
+ The values it produces are compatible with ReplayGain.
+ .
  This package contains the shared library.
 
 Package: libgroovefingerprinter-dev
@@ -136,6 +138,7 @@ Description: acoustid fingerprinter sink for libgroove (development files)
  GroovePlaylist and chromaprint to generate a unique id for media. The id
  can be used with the acoustid.org service to find out metadata tags for
  the media.
+ .
  This package contains the development files.
 
 Package: libgroovefingerprinter4
@@ -143,9 +146,8 @@ Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Description: acoustid fingerprinter sink for libgroove
- This C library provides a GrooveFingerprinter object which attaches to a
- GroovePlaylist and chromaprint to generate a unique id for media. The id
- can be used with the acoustid.org service to find out metadata tags for
- the media.
+Description: acoustid fingerprinter for libgroove
+ This libgroove plugin generates audio fingerprints which can be used with the
+ acoustid.org service to find out metadata tags for the media.
+ .
  This package contains the shared library.

-- 
libgroove packaging



More information about the pkg-multimedia-commits mailing list