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
|
Source: wireplumber
Section: libs
Priority: optional
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Uploaders: Sjoerd Simons <sjoerd@debian.org>,
Dylan Aïssi <daissi@debian.org>
Build-Depends: debhelper-compat (= 13),
doxygen,
gobject-introspection,
libgirepository1.0-dev,
libglib2.0-dev (>= 2.62),
liblua5.3-dev,
libpipewire-0.3-dev (>= 0.3.52),
libspa-0.2-dev,
libsystemd-dev,
meson (>= 0.59.0),
pkg-config,
python3-lxml,
systemd,
# Only used for automated tests
dbus <!nocheck>,
pipewire (>= 0.3.52) <!nocheck>,
# Only to generate the documentation
python3-breathe <!nodoc>,
python3-sphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
Standards-Version: 4.6.1
Homepage: https://gitlab.freedesktop.org/pipewire/wireplumber
Vcs-Browser: https://salsa.debian.org/utopia-team/wireplumber
Vcs-Git: https://salsa.debian.org/utopia-team/wireplumber.git
Rules-Requires-Root: no
Package: libwireplumber-0.4-0
Architecture: linux-any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
Description: Shared libraries for WirePlumber
WirePlumber is a modular session / policy manager for PipeWire and a
GObject-based high-level library that wraps PipeWire's API, providing
convenience for writing the daemon's modules as well as external tools for
managing PipeWire.
.
This package contains the shared library and plugins.
Package: libwireplumber-0.4-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Depends: ${misc:Depends},
libglib2.0-dev,
libpipewire-0.3-dev,
libwireplumber-0.4-0 (= ${binary:Version}),
gir1.2-wp-0.4 (= ${binary:Version}),
Suggests: wireplumber-doc
Description: Development files for WirePlumber
WirePlumber is a modular session / policy manager for PipeWire and a
GObject-based high-level library that wraps PipeWire's API, providing
convenience for writing the daemon's modules as well as external tools for
managing PipeWire.
.
This package contains the development files.
Package: wireplumber
Architecture: linux-any
Depends: ${shlibs:Depends},
${misc:Depends},
libwireplumber-0.4-0 (= ${binary:Version}),
pipewire (>= 0.3.52),
Recommends: pipewire-pulse
Suggests: libspa-0.2-bluetooth,
wireplumber-doc
Conflicts: pipewire-media-session
Replaces: pipewire-media-session
Section: video
Description: modular session / policy manager for PipeWire
WirePlumber is a modular session / policy manager for PipeWire and a
GObject-based high-level library that wraps PipeWire's API, providing
convenience for writing the daemon's modules as well as external tools for
managing PipeWire.
.
This package contains the WirePlumber daemon and command-line utilities.
Package: wireplumber-doc
Section: doc
Build-Profiles: <!nodoc>
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: modular session / policy manager for PipeWire - documentation
WirePlumber is a modular session / policy manager for PipeWire and a
GObject-based high-level library that wraps PipeWire's API, providing
convenience for writing the daemon's modules as well as external tools for
managing PipeWire.
.
This package contains the WirePlumber documentation.
Package: gir1.2-wp-0.4
Section: introspection
Architecture: linux-any
Multi-Arch: same
Depends: ${misc:Depends},
${gir:Depends},
libwireplumber-0.4-0 (= ${binary:Version}),
Description: GObject introspection files for WirePlumber
WirePlumber is a modular session / policy manager for PipeWire and a
GObject-based high-level library that wraps PipeWire's API, providing
convenience for writing the daemon's modules as well as external tools for
managing PipeWire.
.
This package contains the GObject-introspection data in binary typelib format.
|