]> git.saurik.com Git - wxWidgets.git/blob - debian/control.in
changed default image size to 16
[wxWidgets.git] / debian / control.in
1 Source: wxwindows=V
2 Section: libs
3 Priority: optional
4 Build-Depends: debhelper, libgtk1.2-dev, python-dev (>=1.5), flex, bison
5 Maintainer: Ron Lee <ron@debian.org>
6 Standards-Version: 3.1.1
7
8 Package: libwxbase=V
9 Architecture: any
10 Section: libs
11 Depends: ${shlibs:Depends}
12 Description: wxBase library (runtime) - non-GUI support classes of wxWindows toolkit
13 wxBase is a collection of C++ classes providing basic data structures
14 (strings, lists, arrays), powerful wxDateTime class for date manipulations,
15 portable wrappers around many OS-specific functions allowing to build the
16 same program under all supported folders, wxThread class for writing
17 multithreaded programs using either Win32 or POSIX threads and much more.
18 wxBase currently supports the following platforms: Win32, generic Unix
19 (Linux, FreeBSD, Solaris, HP-UX, ...) and BeOS.
20 .
21 This package is only useful for non-gui apps. It offers a subset of the
22 classes in libwx_gtk=V for use in console apps and daemons. It is currently
23 under development and may not be as stable as the gui version.
24
25 Package: libwxbase=V-dev
26 Architecture: any
27 Section: devel
28 Depends: libwxbase=V (= ${Source-Version}), libwxgtk=V-dev (= ${Source-Version}), libc6-dev
29 Suggests: wxwin=V-doc, gettext
30 Conflicts: libwxbase-dev
31 Replaces: libwxbase-dev
32 Provides: libwxbase-dev
33 Description: wxBase library (development) - non-GUI support classes of wxWindows toolkit
34 wxBase is a collection of C++ classes providing basic data structures
35 (strings, lists, arrays), powerful wxDateTime class for date manipulations,
36 portable wrappers around many OS-specific functions allowing to build the
37 same program under all supported folders, wxThread class for writing
38 multithreaded programs using either Win32 or POSIX threads and much more.
39 wxBase currently supports the following platforms: Win32, generic Unix
40 (Linux, FreeBSD, Solaris, HP-UX, ...) and BeOS.
41 .
42 This package is only useful for non-gui apps. It offers a subset of the
43 classes in libwx_gtk=V for use in console apps and daemons. It is currently
44 under development and may not be as stable as the gui version.
45
46 Package: libwxgtk=V
47 Architecture: any
48 Section: libs
49 Depends: ${shlibs:Depends}
50 Description: wxWindows Cross-platform C++ GUI toolkit (GTK+ runtime)
51 wxWindows is a class library for C++ providing GUI (Graphical User
52 Interface) and other facilities on more than one platform. Version 2.1
53 currently supports subsets of GTK+, Motif, and MS Windows.
54 .
55 This package provides the shared libraries needed to run programs linked
56 against wxWindows.
57
58 Package: libwxgtk=V-dev
59 Architecture: any
60 Section: devel
61 Depends: libwxgtk=V (= ${Source-Version}), libc6-dev
62 Suggests: wxwin=V-doc, libstdc++-dev, gettext
63 Conflicts: libwxgtk-dev
64 Replaces: libwxgtk-dev
65 Provides: libwxgtk-dev
66 Description: wxWindows Cross-platform C++ GUI toolkit (GTK+ development)
67 wxWindows is a class library for C++ providing GUI (Graphical User
68 Interface) and other facilities on more than one platform. Version 2.1
69 currently supports subsets of GTK+, Motif, and MS Windows.
70 .
71 This package provides files needed to compile wxWindows programs. It
72 includes header files and static libraries.
73
74 Package: libwxgtk=V-python
75 Architecture: any
76 Section: interpreters
77 Depends: libwxgtk=V (= ${Source-Version}), python-base (>=1.5), ${shlibs:Depends}
78 Suggests: wxwin=V-doc
79 Description: wxWindows Cross-platform C++ GUI toolkit (Python binding)
80 wxWindows is a class library for C++ providing GUI (Graphical User
81 Interface) and other facilities on more than one platform. Version 2.1
82 currently supports subsets of GTK+, Motif, and MS Windows.
83 .
84 This package provides a Python binding to the wxGTK library.
85
86 Package: wxwin=V-doc
87 Architecture: all
88 Section: doc
89 Suggests: doc-base, www-browser
90 Description: wxWindows Cross-platform C++ GUI toolkit (documentation)
91 wxWindows is a class library for C++ providing GUI (Graphical User
92 Interface) and other facilities on more than one platform. Version 2.1
93 currently supports subsets of GTK+, Motif, and MS Windows.
94 .
95 This package provides a HTML version of the wxWindows reference manual.
96
97 Package: wxwin=V-examples
98 Architecture: all
99 Section: devel
100 Suggests: libwxgtk=V-dev (= ${Source-Version}), wxwin=V-doc
101 Description: wxWindows Cross-platform C++ GUI toolkit (examples)
102 wxWindows is a class library for C++ providing GUI (Graphical User
103 Interface) and other facilities on more than one platform. Version 2.1
104 currently supports subsets of GTK+, Motif, and MS Windows.
105 .
106 This package contains examples of using the wxWindows toolkit.
107