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
|
Source: spice
Section: misc
Priority: optional
Maintainer: Debian QEMU Team <pkg-qemu-devel@lists.alioth.debian.org>
Uploaders: Michael Tokarev <mjt@tls.msk.ru>
Build-Depends:
debhelper-compat (= 13),
meson, ninja-build,
libcacard-dev,
libglib2.0-dev,
libgstreamer-plugins-base1.0-dev,
libgstreamer1.0-dev,
libjpeg-dev,
liblz4-dev,
libopus-dev,
libpixman-1-dev,
libsasl2-dev,
libspice-protocol-dev (>= 0.14.3~),
libssl-dev,
pkgconf,
python3,
python3-pyparsing,
python3-six,
liborc-0.4-dev,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://www.spice-space.org
Vcs-Git: https://salsa.debian.org/qemu-team/spice.git
Vcs-Browser: https://salsa.debian.org/qemu-team/spice
Package: libspice-server1
Section: libs
Architecture: alpha amd64 arm64 armel armhf i386 loong64 mips64el mipsel ppc64el riscv64 sh4 x32
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends:
${gstreamer-libav:recommends},
gstreamer1.0-plugins-base,
gstreamer1.0-plugins-good,
Suggests:
${gstreamer-libav:suggests},
gstreamer1.0-plugins-ugly,
Description: Implements the server side of the SPICE protocol
The Simple Protocol for Independent Computing Environments (SPICE) is
a remote display system built for virtual environments which allows
you to view a computing 'desktop' environment not only on the machine
where it is running, but from anywhere on the Internet and from a wide
variety of machine architectures.
.
This package contains the run-time libraries for any application that
wishes to be a SPICE server.
Package: libspice-server-dev
Section: libdevel
Architecture: alpha amd64 arm64 armel armhf i386 loong64 mips64el mipsel ppc64el riscv64 sh4 x32
Multi-Arch: same
Depends:
libspice-protocol-dev (>= 0.14.0~),
libspice-server1 (= ${binary:Version}),
${misc:Depends},
Suggests: pkgconf
Description: Header files and development documentation for spice-server
The Simple Protocol for Independent Computing Environments (SPICE) is
a remote display system built for virtual environments which allows
you to view a computing 'desktop' environment not only on the machine
where it is running, but from anywhere on the Internet and from a wide
variety of machine architectures.
.
This package contains the header files, static libraries and development
documentation for spice-server.
|