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 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147
  
     | 
    
      Source: gtk-vnc
Section: gnome
Priority: optional
Maintainer: Debian Libvirt Maintainers <pkg-libvirt-maintainers@lists.alioth.debian.org>
Uploaders: Guido Günther <agx@sigxcpu.org>
Standards-Version: 4.7.0
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-gir,
 gir1.2-gio-2.0-dev,
 gir1.2-gobject-2.0-dev,
 gir1.2-gtk-3.0-dev,
 intltool,
 libcairo2-dev,
 libffi-dev,
 libglib2.0-dev (>= 2.56.0),
 libgmp-dev,
 libgnutls28-dev (>= 3.1.18),
 libgtk-3-dev,
 libpulse-dev,
 libsasl2-dev,
 libtext-csv-perl,
 meson,
 valac (>= 0.20)
Vcs-Git: https://salsa.debian.org/libvirt-team/gtk-vnc.git
Vcs-Browser: https://salsa.debian.org/libvirt-team/gtk-vnc
Homepage: https://wiki.gnome.org/Projects/gtk-vnc
Package: libgvnc-1.0-0
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: VNC GObject wrapper (runtime libraries)
 It is built using coroutines, allowing it to be completely asynchronous while
 remaining single threaded. It supports RFB protocols 3.3 through 3.8 and the
 VeNCrypt authentication extension providing SSL/TLS encryption with x509
 certificate authentication.
 .
 The core library is written in C and a bindings for other languages are
 available via GObject introspection. The networking layer supports connections
 over both IPv4 and IPv6.
 .
 This package contains the shared library.
Package: libgvnc-1.0-dev
Architecture: any
Section: libdevel
Depends:
 libcairo2-dev (>= 1.2.0),
 libgdk-pixbuf-2.0-dev (>= 2.36.0),
 libglib2.0-dev (>= 2.56.0),
 libgmp-dev,
 libgnutls28-dev,
 libgvnc-1.0-0 (= ${binary:Version}),
 libpulse-dev (>= 11.0),
 libsasl2-dev (>= 2.1.27),
 ${gir:Depends},
 ${misc:Depends}
Provides: ${gir:Provides}
Description: VNC GObject wrapper (development files)
 It is built using coroutines, allowing it to be completely asynchronous while
 remaining single threaded. It supports RFB protocols 3.3 through 3.8 and the
 VeNCrypt authentication extension providing SSL/TLS encryption with x509
 certificate authentication.
 .
 The core library is written in C and a bindings for other languages are
 available via GObject introspection. The networking layer supports connections
 over both IPv4 and IPv6.
 .
 This package contains the development headers for libgvnc-1.0 and
 Vala bindings.
Package: libgtk-vnc-2.0-0
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: VNC viewer widget for GTK+3 (runtime libraries)
 It is built using coroutines, allowing it to be completely asynchronous while
 remaining single threaded. It supports RFB protocols 3.3 through 3.8 and the
 VeNCrypt authentication extension providing SSL/TLS encryption with x509
 certificate authentication.
 .
 The core library is written in C and a bindings for other languages are
 available via GObject introspection. The networking layer supports connections
 over both IPv4 and IPv6.
 .
 This package contains the shared library built for GTK+3.
Package: libgtk-vnc-2.0-dev
Architecture: any
Section: libdevel
Depends:
 libcairo2-dev (>= 1.2.0),
 libgnutls28-dev,
 libgtk-3-dev,
 libgtk-vnc-2.0-0 (= ${binary:Version}),
 libgvnc-1.0-dev (= ${binary:Version}),
 ${gir:Depends},
 ${misc:Depends}
Provides: ${gir:Provides}
Description: VNC viewer widget for GTK+3 (development files)
 It is built using coroutines, allowing it to be completely asynchronous while
 remaining single threaded. It supports RFB protocols 3.3 through 3.8 and the
 VeNCrypt authentication extension providing SSL/TLS encryption with x509
 certificate authentication.
 .
 The core library is written in C and a bindings for other languages are
 available via GObject introspection. The networking layer supports connections
 over both IPv4 and IPv6.
 .
 This package contains the development headers for libgtk-vnc-2.0 and Vala
 bindings.
Package: gir1.2-gtk-vnc-2.0
Section: introspection
Architecture: any
Multi-Arch: same
Provides: ${gir:Provides}
Depends: ${gir:Depends}, ${misc:Depends}
Description: GObject introspection data for GTK-VNC
 This package contains introspection data for the GTK-VNC library.
 .
 It is built using coroutines, allowing it to be completely asynchronous while
 remaining single threaded. It supports RFB protocols 3.3 through 3.8 and the
 VeNCrypt authentication extension providing SSL/TLS encryption with x509
 certificate authentication.
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings.
Package: gvncviewer
Architecture: any
Section: x11
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: VNC viewer using gtk-vnc
 It is built using coroutines, allowing it to be completely asynchronous while
 remaining single threaded. It supports RFB protocols 3.3 through 3.8 and the
 VeNCrypt authentication extension providing SSL/TLS encryption with x509
 certificate authentication.
 .
 The core library is written in C and a bindings for other languages are
 available via GObject introspection. The networking layer supports connections
 over both IPv4 and IPv6.
 .
 This package contains the VNC viewer and VNC capture utility.
 
     |