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
|
Source: libmms
Priority: optional
Maintainer: Loic Minier <lool@dooz.org>
Build-Depends: debhelper (>= 4.0.0), autotools-dev, libglib2.0-dev, quilt
Standards-Version: 3.7.2
Section: libs
Package: libmms-dev
Section: libdevel
Architecture: any
Depends: libmms0 (= ${Source-Version}), libglib2.0-dev
Description: MMS stream protocol library - development files
LibMMS is a common library for parsing mms:// and mmsh:// type network
streams. These are commonly used to stream Windows Media Video content
over the web. LibMMS itself is only for receiving MMS stream, it
doesn't handle sending at all.
.
These package holds the development files.
Package: libmms0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: MMS stream protocol library
LibMMS is a common library for parsing mms:// and mmsh:// type network
streams. These are commonly used to stream Windows Media Video content
over the web. LibMMS itself is only for receiving MMS stream, it
doesn't handle sending at all.
|