summaryrefslogtreecommitdiff
blob: 63aca78f5079404421aadb3b4abac7d47c9389da (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<!--
  This is the example metadata file.
  The root element of this file is <pkgmetadata>. Within this element a
  number of subelements are allowed, the most common being maintainer.

  For a full description look at:
  https://devmanual.gentoo.org/ebuild-writing/misc-files/metadata/

  Before committing, please remove the comments from this file. They are
  not relevant for general metadata.xml files.
-->
<pkgmetadata>
  <maintainer type="person">
    <email>stasibear@gentoo.org</email>
    <description>Primary maintainer</description>
  </maintainer>
  <longdescription>
    The libupnpp library, which provides the C++ interface for
    upmpdcli and upplay, used to rely on the venerable libupnp library
    (a.k.a pupnp: Portable UPnP) to provide the base UPnP protocol
    functionality.
  </longdescription>
  <use>
    <flag name="client">control point code (client)</flag>
    <flag name="device">device specific code (implies -webserver if disabled)</flag>
    <flag name="gena">GENA part</flag>
    <flag name="optssdp">optional SSDP headers support</flag>
    <flag name="reuseaddr">bind the miniserver socket with reuseaddr</flag>
    <flag name="soap">SOAP part</flag>
    <flag name="ssdp">SSDP part</flag>
    <flag name="tools">helper APIs in upnptools.h</flag>
    <flag name="webserver">integrated web server</flag>
  </use>
</pkgmetadata>