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
|
Source: libfishsound
Section: unknown
Priority: optional
Maintainer: Jamie Wilkinson <jaq@debian.org>
Build-Depends: debhelper (>> 4.0.0), libspeex-dev, libvorbis-dev
Standards-Version: 3.6.2
Package: libfishsound1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: simple programming interface 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 (= ${Source-Version}), libc6-dev, libspeex-dev, libvorbis-dev
Provides: libfishsound-dev
Conflicts: libfishsound-dev
Description: simple programming interface 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 (= ${Source-Version})
Description: simple programming interface 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.
|