Home | History | Annotate | Download | only in debian
      1 Source: sonic
      2 Section: sound
      3 Priority: extra
      4 Maintainer: Bill Cox <waywardgeek (a] gmail.com>
      5 Build-Depends: debhelper (>= 7.0.50~)
      6 Standards-Version: 3.9.1
      7 Homepage: http://vinux-project.org/sonic
      8 Vcs-Browser: http://vinux-project.org/gitweb/?p=sonic.git;a=summary
      9 Vcs-Git: git://vinux-project.org/sonic
     10 
     11 Package: sonic
     12 Architecture: any
     13 Depends: libsonic0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
     14 Description: Simple utility to speed up or slow down speech
     15  Sonic is a very simple utility that reads and writes wav files,
     16  and speeds them up or slows them down, with low distortion.
     17  The key new feature in Sonic versus other libraries is very
     18  high quality at speed up factors well over 2X.
     19 
     20 Package: libsonic0
     21 Architecture: any
     22 Section: libs
     23 Depends: ${shlibs:Depends}, ${misc:Depends}
     24 Description: Simple library to speed up or slow down speech
     25  This package contains just the actual library.
     26  libsonic is a very simple library for speeding up or slowing
     27  down speech.  It has only basic dependencies, and is meant to
     28  work on both Linux destop machines and embedded systems.
     29  The key new feature in Sonic versus other libraries is very
     30  high quality at speed up factors well over 2X.
     31 
     32 Package: libsonic-dev
     33 Architecture: any
     34 Section: libdevel
     35 Depends: libsonic0 (= ${binary:Version}), ${misc:Depends}
     36 Suggests: sonic
     37 Description: Header file for linking to libsonic
     38  This package contains just the sonic header file.
     39  It is needed only by developers wishing to link to libsonic.
     40  The key new feature in Sonic versus other libraries is very
     41  high quality at speed up factors well over 2X.
     42