Parent: [815243] (diff)

Child: [ca40a3] (diff)

Download this file

control    26 lines (23 with data), 928 Bytes

 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
Source: libupnpp2
Section: contrib/sound
Priority: extra
Maintainer: Jean-Francois Dockes <jf@dockes.org>
Build-Depends: debhelper (>= 8.0.0), autotools-dev,
libupnp6-dev, libexpat1-dev, libcurl-dev
Standards-Version: 3.9.5
Homepage: http://www.lesbonscomptes.com/upmpdcli
Package: libupnpp2-dev
Section: contrib/libdevel
Architecture: any
Depends: libupnpp2, ${misc:Depends}
Description: C++ layer over libupnp (development files)
Development library and include files for libupnpp
Package: libupnpp2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C++ layer over libupnp.
libupnpp wraps libupnp calls and data inside easier to use C++ constructs.
It can be used to build either devices or control points.
The library exists mostly to the support the upmpdcli media renderer and
the upplay control point and its interface is probably not ready or stable
enough for wider use.