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
|
Source: libmms
Priority: optional
Maintainer: Debian Multimedia Packages Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders: Arthur Loiret <aloiret@debian.org>,
Fabian Greffrath <fabian+debian@greffrath.com>
Build-Depends: debhelper (>= 7.0.50~),
libglib2.0-dev,
quilt (>= 0.46-7~)
Standards-Version: 3.8.4
Section: libs
XS-DM-Upload-Allowed: yes
Homepage: http://libmms.sourceforge.net/
Vcs-Git: git://git.debian.org/git/pkg-multimedia/libmms.git
Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/libmms.git;a=summary
Package: libmms-dev
Section: libdevel
Architecture: any
Depends: libmms0 (= ${binary:Version}),
${misc:Depends}
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.
.
This package holds the development files.
Package: libmms0
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: MMS stream protocol library - shared 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.
.
This package holds the shared library.
|