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
|
Source: libdumb
Section: libs
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Tobias Hansen <thansen@debian.org>
Build-Depends: debhelper (>= 9), liballegro4-dev
Standards-Version: 3.9.4
Homepage: http://dumb.sourceforge.net/
Vcs-Git: git://git.debian.org/pkg-games/libdumb.git
Vcs-Browser: http://git.debian.org/?p=pkg-games/libdumb.git;a=summary
Package: libdumb1
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: dynamic universal music bibliotheque
DUMB is a tracker library with support for IT, XM, S3M and MOD files. It
targets maximum accuracy to the original formats, with low-pass resonant
filters for the IT files, accurate timing and pitching, and three resampling
quality settings (aliasing, linear interpolation and cubic interpolation).
.
This package contains the libdumb1 runtime library, a standalone library
for module playback. If you plan to use the Allegro library with your
project, please consider the libaldmb1 library.
Package: libdumb1-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libdumb1 (= ${binary:Version}), ${misc:Depends}
Conflicts: libdumb0-dev
Description: development files for libdumb1
DUMB is a tracker library with support for IT, XM, S3M and MOD files. It
targets maximum accuracy to the original formats, with low-pass resonant
filters for the IT files, accurate timing and pitching, and three resampling
quality settings (aliasing, linear interpolation and cubic interpolation).
.
This package contains the header files and static library needed to
compile applications that use libdumb1.
Package: libaldmb1
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: dynamic universal music bibliotheque, Allegro version
DUMB is a tracker library with support for IT, XM, S3M and MOD files. It
targets maximum accuracy to the original formats, with low-pass resonant
filters for the IT files, accurate timing and pitching, and three resampling
quality settings (aliasing, linear interpolation and cubic interpolation).
.
This package contains the libaldmb1 runtime library, a library for module
playback that uses the Allegro library. If you do not plan to use Allegro
with your project, please consider the libdumb1 library.
Package: libaldmb1-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libaldmb1 (= ${binary:Version}), libdumb1-dev, liballegro4-dev,
${misc:Depends}
Conflicts: libaldmb0-dev
Description: development files for libaldmb1
DUMB is a tracker library with support for IT, XM, S3M and MOD files. It
targets maximum accuracy to the original formats, with low-pass resonant
filters for the IT files, accurate timing and pitching, and three resampling
quality settings (aliasing, linear interpolation and cubic interpolation).
.
This package contains the header files and static library needed to
compile applications that use libaldmb1.
|