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 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110
|
Source: libopenmpt
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders: James Cowgill <jcowgill@debian.org>
Build-Depends:
debhelper-compat (= 12),
dh-exec,
doxygen,
dpkg-dev (>= 1.18.0),
libflac-dev,
libmpg123-dev,
libogg-dev,
libpulse-dev,
libsndfile1-dev,
libvorbis-dev,
pkg-config,
portaudio19-dev,
zlib1g-dev
Build-Conflicts: autoconf-archive
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://lib.openmpt.org/libopenmpt/
Vcs-Git: https://salsa.debian.org/multimedia-team/libopenmpt.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/libopenmpt
Package: openmpt123
Section: sound
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: module music library based on OpenMPT -- music player
libopenmpt is a cross-platform C++ and C library to decode tracked music
files (modules) into a raw PCM audio stream. It is based on the player code
of the OpenMPT project, a descendant of the original ModPlug Tracker.
.
This package contains the openmpt123 command-line module player.
Package: libopenmpt0
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: module music library based on OpenMPT -- shared library
libopenmpt is a cross-platform C++ and C library to decode tracked music
files (modules) into a raw PCM audio stream. It is based on the player code
of the OpenMPT project, a descendant of the original ModPlug Tracker.
.
This package contains the main shared library.
Package: libopenmpt-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libmpg123-dev,
libogg-dev,
libopenmpt0 (= ${binary:Version}),
libvorbis-dev,
zlib1g-dev,
${misc:Depends},
Description: module music library based on OpenMPT -- development files
libopenmpt is a cross-platform C++ and C library to decode tracked music
files (modules) into a raw PCM audio stream. It is based on the player code
of the OpenMPT project, a descendant of the original ModPlug Tracker.
.
This package contains the development files required to compile programs
using libopenmpt.
Package: libopenmpt-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: module music library based on OpenMPT -- documentation
libopenmpt is a cross-platform C++ and C library to decode tracked music
files (modules) into a raw PCM audio stream. It is based on the player code
of the OpenMPT project, a descendant of the original ModPlug Tracker.
.
This package contains documentation for developing programs which use
libopenmpt.
Package: libopenmpt-modplug1
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: module music library based on OpenMPT -- modplug compat library
libopenmpt is a cross-platform C++ and C library to decode tracked music
files (modules) into a raw PCM audio stream. It is based on the player code
of the OpenMPT project, a descendant of the original ModPlug Tracker.
.
This package contains the modplug compatibility shared library. It is used by
programs that want to use libopenmpt's decoder, but are written using
libmodplug's API.
Package: libopenmpt-modplug-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libopenmpt-dev,
libopenmpt-modplug1 (= ${binary:Version}),
${misc:Depends}
Conflicts: libmodplug-dev
Description: module music library based on OpenMPT -- modplug compat development files
libopenmpt is a cross-platform C++ and C library to decode tracked music
files (modules) into a raw PCM audio stream. It is based on the player code
of the OpenMPT project, a descendant of the original ModPlug Tracker.
.
This package contains the development files required to compile programs
using libopenmpt's modplug compatibility layer. It serves as an alternative
to the libmodplug-dev package.
|