72 lines
2.3 KiB
Plaintext
72 lines
2.3 KiB
Plaintext
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.
|