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
|
Source: neatvnc
Priority: optional
Section: libs
Maintainer: Han Gao <rabenda.cn@gmail.com>
Standards-Version: 4.7.0
Build-Depends:
debhelper-compat (= 13),
gnutls-dev,
libaml-dev (>= 0.3),
libavcodec-dev,
libavfilter-dev,
libavutil-dev,
libdrm-dev,
libgbm-dev,
libpixman-1-dev,
libturbojpeg0-dev,
libxxhash-dev,
meson,
pkgconf,
zlib1g-dev,
Rules-Requires-Root: no
Homepage: https://github.com/any1/neatvnc/
Vcs-Git: https://salsa.debian.org/debian/neatvnc.git
Vcs-Browser: https://salsa.debian.org/debian/neatvnc
Package: libneatvnc-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
gnutls-dev,
libaml-dev (>= 0.3),
libavcodec-dev,
libavfilter-dev,
libavutil-dev,
libdrm-dev,
libgbm-dev,
libneatvnc0 (= ${binary:Version}),
libpixman-1-dev,
libturbojpeg0-dev,
libxxhash-dev,
zlib1g-dev,
${misc:Depends},
Description: Fast and neat VNC server library (development files)
Neatvnc is a liberally licensed VNC server library that's intended
to be fast and neat. It comes with the goal of speed, clean interface
and interoperability with the Freedesktop.org ecosystem.
.
This package provides library development files.
Package: libneatvnc0
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Fast and neat VNC server library (shared library)
Neatvnc is a liberally licensed VNC server library that's intended
to be fast and neat. It comes with the goal of speed, clean interface
and interoperability with the Freedesktop.org ecosystem.
.
This package provides shared libraries.
|