File: control

package info (click to toggle)
gupnp-tools 0.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,440 kB
  • sloc: ansic: 9,134; xml: 200; makefile: 4
file content (48 lines) | stat: -rw-r--r-- 2,279 bytes parent folder | download
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
40
41
42
43
44
45
46
47
48
# This file is autogenerated. DO NOT EDIT!
#
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.
Source: gupnp-tools
Section: net
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy Bicha <jbicha@ubuntu.com>, Laurent Bigonville <bigon@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-gnome,
               gettext (>= 0.19.7),
               libglib2.0-dev (>= 2.68),
               libgssdp-1.6-dev,
               libgupnp-1.6-dev,
               libgupnp-av-1.0-dev (>= 0.5.5),
               libsoup-3.0-dev,
               libxml2-dev (>= 2.0),
               libgtk-3-dev (>= 3.10),
               libgtksourceview-4-dev (>= 3.2.0),
               meson
Standards-Version: 4.6.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/gnome-team/gupnp-tools.git
Vcs-Browser: https://salsa.debian.org/gnome-team/gupnp-tools
Homepage: https://wiki.gnome.org/Projects/GUPnP

Package: gupnp-tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: tools for testing UPnP devices and control points
 GUPnP is an object-oriented open source framework for creating UPnP devices
 and control points, written in C using GObject and libsoup. The GUPnP API is
 intended to be easy to use, efficient and flexible.
 .
 GUPnP Tools are free replacements of Intel UPnP tools that use GUPnP. They
 provides the following client and server side tools which enable one to easily
 test and debug one's UPnP devices and control points:
  * Universal Control Point: a tool that enables one to discover UPnP devices
    and services, retrieve information about them, subscribe to events and
    invoke actions.
  * Network Light: a virtual light bulb that allows control points to switch
    it on and off, change its dimming level and query its current status.
  * AV Control Point: a simple media player UI that enables one to discover and
    play multimedia content available on the network.
  * MediaServer upload: upload files to MediaServers
  * Upload: a simple commandline utility that uploads files to known
    MediaServers. Use Universal Control Point for discovering the MediaServers.