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
|
Source: libopenmpt
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
James Cowgill <jcowgill@debian.org>,
Sebastian Ramacher <sramacher@debian.org>
Build-Depends:
dpkg-dev (>= 1.22.5),
debhelper-compat (= 13),
libflac-dev,
libmpg123-dev,
libogg-dev,
libpulse-dev,
libsndfile1-dev,
libvorbis-dev,
pkgconf,
portaudio19-dev,
zlib1g-dev
Build-Depends-Indep:
doxygen
Build-Conflicts: autoconf-archive
Standards-Version: 4.7.2
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: libopenmpt0t64
Provides: ${t64:Provides}
Replaces: libopenmpt0
Breaks: libopenmpt0 (<< ${source:Version})
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,
libopenmpt0t64 (= ${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.
|