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 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118
|
Source: dleyna
Section: libs
Priority: optional
Maintainer: Barak A. Pearlmutter <bap@debian.org>
Build-Depends: debhelper-compat (= 13),
meson,
libglib2.0-dev,
python3-docutils,
python3-sphinx,
libxml2-dev,
libgssdp-1.6-dev,
libgupnp-1.6-dev,
libgupnp-av-1.0-dev,
libgupnp-dlna-2.0-dev,
libsoup-3.0-dev,
python3-dev,
dh-python,
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://gitlab.gnome.org/World/dLeyna
Vcs-Browser: https://salsa.debian.org/debian/dleyna
Vcs-Git: https://salsa.debian.org/debian/dleyna.git
Package: libdleyna-core-1.0-6
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends}
Breaks:
libdleyna-core-1.0-3 (>= 0.6.0),
libdleyna-core-1.0-5,
Replaces:
libdleyna-core-1.0-3 (>= 0.6.0),
libdleyna-core-1.0-5,
Description: Utility functions for higher level dLeyna components
dleyna-core is a library of utility functions that are used by the higher
level dLeyna libraries that communicate with DLNA devices, e.g.,
dleyna-server. In brief, it provides APIs for logging, error, settings and
task management and an IPC abstraction API.
.
dLeyna is an umbrella project hosting a number of middleware components
designed to make it easy for developers to integrate DLNA functionality into
their applications.
Package: libdleyna-core-1.0-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libdleyna-core-1.0-6 (= ${binary:Version}),
libglib2.0-dev,
libgupnp-1.6-dev (>= 0.19.1),
pkg-config,
${misc:Depends}
Description: Utility functions for higher level dLeyna components (development files)
dleyna-core is a library of utility functions that are used by the higher
level dLeyna libraries that communicate with DLNA devices, e.g.,
dleyna-server. In brief, it provides APIs for logging, error, settings and
task management and an IPC abstraction API.
.
dLeyna is an umbrella project hosting a number of middleware components
designed to make it easy for developers to integrate DLNA functionality into
their applications.
.
This package contains the development files.
Package: libdleyna-connector-dbus-1.0-1
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: DBus connector module for the dLeyna services
dleyna-connector-dbus is the loadable module providing DBus connectivity to
the dLeyna services.
.
dLeyna is an umbrella project hosting a number of middleware components
designed to make it easy for developers to integrate DLNA functionality into
their applications.
Package: python3-dleyna
Architecture: any
Section: python
Depends: libdleyna-core-1.0-6 (= ${binary:Version}),
${misc:Depends}, ${python3:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Python 3 bindings for dLeyna
dLeyna is an umbrella project hosting a number of middleware components
designed to make it easy for developers to integrate DLNA functionality into
their applications.
.
This package provides Python 3 bindings for dLeyna.
Package: dleyna-renderer
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
libdleyna-connector-dbus-1.0-1 (>= 0.3.0)
Description: DBus service to interact with DLNA Digital Media Renderers
dleyna-renderer is a DBus user session service that allows clients to
discover and manipulate DLNA Digital Media Renderers (DMR).
.
dLeyna is an umbrella project hosting a number of middleware components
designed to make it easy for developers to integrate DLNA functionality into
their applications.
Package: dleyna-server
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
libdleyna-connector-dbus-1.0-1 (>= 0.3.0)
Description: DBus service to interact with DLNA Digital Media Servers
dleyna-server is a DBus user session service that allows clients to
discover and manipulate DLNA Digital Media servers (DMS).
.
dLeyna is an umbrella project hosting a number of middleware components
designed to make it easy for developers to integrate DLNA functionality into
their applications.
|