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
|
Source: gtkmm2.4
Section: oldlibs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Emilio Pozuelo Monfort <pochu@debian.org>,
Jeremy BĂcha <jbicha@ubuntu.com>
Build-Depends: debhelper-compat (= 13),
dpkg-dev (>= 1.22.5),
libatkmm-1.6-dev (>= 2.22.2),
libglibmm-2.4-dev (>= 2.27.93),
libgtk2.0-dev (>= 2.24.0),
libpangomm-1.4-dev (>= 2.27.1),
mm-common (>= 0.9.5)
Rules-Requires-Root: no
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/gnome-team/gtkmm2.4
Vcs-Git: https://salsa.debian.org/gnome-team/gtkmm2.4.git
Homepage: https://www.gtkmm.org/
Package: libgtkmm-2.4-dev
Architecture: any
Multi-Arch: same
Depends: libatkmm-1.6-dev (>= 2.22.2),
libglibmm-2.4-dev (>= 2.27.93),
libgtk2.0-dev (>= 2.24.0),
libgtkmm-2.4-1t64 (= ${binary:Version}),
libpangomm-1.4-dev (>= 2.27.1),
${misc:Depends},
${shlibs:Depends}
Suggests: libgtkmm-2.4-doc
Breaks: libgtkmm-2.4-doc (<< 1:2.24.5-3)
Replaces: libgtkmm-2.4-doc (<< 1:2.24.5-3)
Description: C++ wrappers for GTK+ 2 (development files)
Gtkmm is a C++ interface for the popular GUI library GTK+, with API version
2.4. 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 is deprecated. Please see the libgtkmm-3.0-dev package for a
newer version, which wraps GTK+ 3 instead.
.
This package contains development files and examples, as well as a gtkmm-demo
program.
Package: libgtkmm-2.4-1t64
Provides: ${t64:Provides}
X-Time64-Compat: libgtkmm-2.4-1v5
Breaks: libgtkmm-2.4-1v5 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Conflicts: libgtkmm-2.4-1c2a
Replaces: libgtkmm-2.4-1c2a, libgtkmm-2.4-1v5
Description: C++ wrappers for GTK+ 2 (shared libraries)
Gtkmm is a C++ interface for the popular GUI library GTK+, with API version
2.4. 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-2.4-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: doc-base, lynx | www-browser, ${misc:Depends}, ${shlibs:Depends}
Recommends: gtkmm-documentation
Description: C++ wrappers for GTK+ 2 (documentation)
Gtkmm is a C++ interface for the popular GUI library GTK+, with API version
2.4. 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 is deprecated. Please see the libgtkmm-3.0-doc package for
the documentation of a newer version, which wraps GTK+ 3 instead.
.
This package contains FAQ, and reference documentation.
|