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 53 54 55 56 57 58 59 60 61 62 63 64
|
Source: libfishsound
Section: sound
Priority: optional
Maintainer: Debian Xiph.org Maintainers <pkg-xiph-maint@lists.alioth.debian.org>
Uploaders:
Petter Reinholdtsen <pere@debian.org>
, Martin Steghöfer <martin@steghoefer.eu>
, Ralph Giles <giles@thaumas.net>
Build-Depends:
debhelper (>= 9~)
, dh-autoreconf
, pkg-config
, libspeex-dev
, libvorbis-dev
, libflac-dev
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-xiph/libfishsound.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-xiph/libfishsound.git
Homepage: http://xiph.org/fishsound/
Package: libfishsound1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc: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}), ${misc:Depends}, libspeex-dev, libvorbis-dev, libflac-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: debug
Architecture: any
Depends: libfishsound1 (= ${binary:Version}), ${misc:Depends}
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.
|