File: control

package info (click to toggle)
libfishsound 0.9.1-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,532 kB
  • ctags: 1,168
  • sloc: sh: 8,852; ansic: 3,899; makefile: 297
file content (52 lines) | stat: -rw-r--r-- 2,210 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Source: libfishsound
Section: unknown
Priority: optional
Maintainer: John Ferlito <johnf@inodes.org>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>> 4.0.0), libspeex-dev, libvorbis-dev
Standards-Version: 3.8.0

Package: libfishsound1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: simple API that wraps Xiph.Org audio codecs
 libfishsound is a wrapper around the existing codec libraries and
 provides a consistent, higher-level programming interface. It has been
 designed for use in a wide variety of applications; it has no direct
 dependencies on Annodex or Ogg encapsulation, though it is most commonly
 used in conjunction with liboggz to decode or encode Ogg encapsulated
 Vorbis or Speex files.

Package: libfishsound1-dev
Section: libdevel
Architecture: any
Depends: libfishsound1 (= ${binary:Version}), libc6-dev | libc-dev, libspeex-dev, libvorbis-dev
Provides: libfishsound-dev
Conflicts: libfishsound-dev
Description: simple API that wraps Xiph.Org audio codecs (development files)
 libfishsound is a wrapper around the existing codec libraries and
 provides a consistent, higher-level programming interface. It has been
 designed for use in a wide variety of applications; it has no direct
 dependencies on Annodex or Ogg encapsulation, though it is most commonly
 used in conjunction with liboggz to decode or encode Ogg encapsulated
 Vorbis or Speex files.
 .
 This package contains the header files and static libraries required for
 developing applications that use libfishsound.

Package: libfishsound1-dbg
Section: libdevel
Architecture: any
Depends: libfishsound1 (= ${binary:Version})
Priority: extra
Description: simple API that wraps Xiph.Org audio codecs (debugging information)
 libfishsound is a wrapper around the existing codec libraries and
 provides a consistent, higher-level programming interface. It has been
 designed for use in a wide variety of applications; it has no direct
 dependencies on Annodex or Ogg encapsulation, though it is most commonly
 used in conjunction with liboggz to decode or encode Ogg encapsulated
 Vorbis or Speex files.
 .
 This package contains debugging symbols useful for tracing bugs in the
 libfishsound1 package.