]> git.proxmox.com Git - pve-libspice-server.git/blame - debian/control
add liblz4 as dev dependency
[pve-libspice-server.git] / debian / control
CommitLineData
7b0e217e 1Source: pve-libspice-server
f47a4a98
DM
2Priority: extra
3Maintainer: Proxmox Support Team <support@proxmox.com>
7b0e217e
FG
4Build-Depends: autotools-dev,
5 debhelper (>= 8.0.0),
6 libglib2.0-dev,
7 libjpeg-dev,
82c22f16 8 liblz4-dev,
7b0e217e 9 libogg-dev,
797caa44 10 libopus-dev,
7b0e217e
FG
11 libpixman-1-dev (>= 0.17.7~),
12 libsasl2-dev,
13 libssl-dev,
14 pkg-config,
15 python-pyparsing,
16 quilt,
17 zlib1g-dev,
f47a4a98
DM
18Standards-Version: 3.9.3
19Section: libs
20
21Package: pve-libspice-server-dev
22Section: libdevel
23Architecture: amd64
7b0e217e
FG
24Depends: libpixman-1-dev (>= 0.17.7~),
25 libssl-dev,
26 libxinerama-dev,
27 pve-libspice-server1 (= ${binary:Version}),
28 ${misc:Depends},
29Suggests: pkg-config,
30Conflicts: libspice-server-dev,
31Provides: libspice-server-dev,
32Replaces: libspice-server-dev,
e94c7b8c 33Description: Header and development files for SPICE server
f47a4a98
DM
34 SPICE is a remote display system built for virtual environments which
35 allows you to view a computing 'desktop' environment not only on the
36 machine where it is running, but from anywhere on the Internet and
37 from a wide variety of machine architectures.
38 .
39 This package contains the header files, static libraries and development
7b0e217e 40 documentation for spice-server.
f47a4a98
DM
41
42Package: pve-libspice-server1
43Section: libs
44Architecture: amd64
7b0e217e
FG
45Depends: ${misc:Depends},
46 ${shlibs:Depends},
47Conflicts: libspice-server1,
48Provides: libspice-server1,
49Replaces: libspice-server1,
f47a4a98
DM
50Description: SPICE remote display system server library
51 SPICE is a remote display system built for virtual environments which
52 allows you to view a computing 'desktop' environment not only on the
53 machine where it is running, but from anywhere on the Internet and
54 from a wide variety of machine architectures.
55 .
7b0e217e 56 This package contains the run-time libraries for any application that
f47a4a98 57 wishes to be a SPICE server.