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
|
Source: bml
Section: sound
Priority: optional
Maintainer: Maintainers of GStreamer packages <pkg-gstreamer-maintainers@lists.alioth.debian.org>
Uploaders: Sebastian Dröge <slomo@debian.org>
Build-Depends: cdbs (>= 0.4.20),
debhelper (>= 7),
autotools-dev
Standards-Version: 3.8.4
Homepage: http://www.buzztard.org
Package: libbml0
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Description: BuzzMachine loader - shared library
libbml is a library that loads buzz machines created by the windows music
composer Buzz.
.
This package contains the shared libraries necessary to run programs
using libbml.
Package: libbml-dev
Architecture: any
Section: libdevel
Depends: libbml0 (= ${binary:Version}),
${misc:Depends}
Description: BuzzMachine loader - development files
libbml is a library that loads buzz machines created by the windows music
composer Buzz.
.
This package contains the header files, static libraries
and symbolic links that developers using libbml will need.
|