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
|
Source: gtkmm3.0
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy BĂcha <jbicha@ubuntu.com>
Build-Depends: dpkg-dev (>= 1.22.5),
debhelper-compat (= 13),
doxygen,
graphviz,
libgtk-3-dev (>= 3.24.0),
libglibmm-2.4-dev (>= 2.54.0),
libcairomm-1.0-dev (>= 1.12.0),
libpangomm-1.4-dev (>= 2.38.2),
libatkmm-1.6-dev (>= 2.24.2),
libgdk-pixbuf-2.0-dev (>= 2.35.5),
libxml-parser-perl,
meson (>= 0.54.0),
mm-common (>= 0.9.10),
xauth <!nocheck>,
xsltproc,
xvfb <!nocheck>
Rules-Requires-Root: no
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/gnome-team/gtkmm3.0
Vcs-Git: https://salsa.debian.org/gnome-team/gtkmm3.0.git
Homepage: https://www.gtkmm.org/
Package: libgtkmm-3.0-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
libgtkmm-3.0-1t64 (= ${binary:Version}),
libgtk-3-dev (>= 3.22.0),
libglibmm-2.4-dev (>= 2.54.0),
libcairomm-1.0-dev (>= 1.12.0),
libpangomm-1.4-dev (>= 2.38.2),
libatkmm-1.6-dev (>= 2.24.2),
libgdk-pixbuf-2.0-dev (>= 2.35.5)
Suggests: libgtkmm-3.0-doc
Description: C++ wrappers for GTK+ (development files)
Gtkmm is a C++ interface for the popular GUI library GTK+, API version 3.0.
Gtkmm provides a convenient interface for C++ programmers to create
graphical user interfaces with GTK+'s flexible OO framework. Highlights
include type safe callbacks, widgets extensible using inheritance and
over 180 classes that can be freely combined to quickly create complex
user interfaces.
.
This package contains development files and examples, as well as a
gtkmm-demo program.
Package: libgtkmm-3.0-1t64
Provides: ${t64:Provides}
X-Time64-Compat: libgtkmm-3.0-1v5
Breaks: libgtkmm-3.0-1v5 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends}
Conflicts: libgtkmm-3.0-1
Replaces: libgtkmm-3.0-1v5, libgtkmm-3.0-1
Description: C++ wrappers for GTK+ (shared libraries)
Gtkmm is a C++ interface for the popular GUI library GTK+, API version 3.0.
Gtkmm provides a convenient interface for C++ programmers to create
graphical user interfaces with GTK+'s flexible OO framework. Highlights
include type safe callbacks, widgets extensible using inheritance and
over 180 classes that can be freely combined to quickly create complex
user interfaces.
.
This package contains shared libraries.
Package: libgtkmm-3.0-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
${shlibs:Depends},
doc-base
Recommends: gtkmm-documentation
Description: C++ wrappers for GTK+ (documentation)
Gtkmm is a C++ interface for the popular GUI library GTK+, API version 3.0.
Gtkmm provides a convenient interface for C++ programmers to create
graphical user interfaces with GTK+'s flexible OO framework. Highlights
include type safe callbacks, widgets extensible using inheritance and
over 180 classes that can be freely combined to quickly create complex
user interfaces.
.
This package contains tutorial, FAQ, and reference documentation.
|