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
|
Source: gtkmm3.0
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: @GNOME_TEAM@
Homepage: http://www.gtkmm.org/
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gtkmm3.0
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gtkmm3.0
Build-Depends: cdbs (>= 0.4.93),
debhelper (>= 9),
dh-autoreconf,
gnome-pkg-tools (>= 0.11),
libgtk-3-dev (>= 3.14.0),
libglibmm-2.4-dev (>= 2.42.0),
libcairomm-1.0-dev (>= 1.9.2),
libpangomm-1.4-dev (>= 2.27.1),
libatkmm-1.6-dev (>= 2.22.2),
libgdk-pixbuf2.0-dev (>= 2.26.0),
mm-common (>= 0.9.6)
Standards-Version: 3.9.5
Package: libgtkmm-3.0-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
libgtkmm-3.0-1 (= ${binary:Version}),
libgtk-3-dev (>= 3.14.0),
libglibmm-2.4-dev (>= 2.42.0),
libcairomm-1.0-dev (>= 1.9.2),
libpangomm-1.4-dev (>= 2.27.1),
libatkmm-1.6-dev (>= 2.22.2),
libgdk-pixbuf2.0-dev (>= 2.26.0)
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-1
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends}
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-dbg
Section: debug
Priority: extra
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
libgtkmm-3.0-1 (= ${binary:Version})
Description: C++ wrappers for GTK+ (debug symbols)
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 debug symbols for debugging applications using gtkmm.
Package: libgtkmm-3.0-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
${shlibs:Depends},
lynx | www-browser,
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.
|