4 Build-Depends: debhelper, flex, bison, libgtk1.2-dev, python-dev (>=1.5.2), zlib1g-dev, libjpeg62-dev, libpng2-dev, libtiff3g-dev, mesag-dev
5 Maintainer: Ron Lee <ron@debian.org>
6 Standards-Version: 3.1.1
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.
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.
25 Package: libwxbase=V-dev
28 Depends: wxwin=V-headers (= ${Source-Version}), libwxbase=V (= ${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.
42 This package provides the files needed to compile apps using the wxBase library.
44 Package: libwxbase=V-dbg
47 Depends: wxwin=V-headers (= ${Source-Version}), libc6-dev
48 Description: wxBase library (debug) - non-GUI support classes of wxWindows toolkit
49 wxBase is a collection of C++ classes providing basic data structures
50 (strings, lists, arrays), powerful wxDateTime class for date manipulations,
51 portable wrappers around many OS-specific functions allowing to build the
52 same program under all supported folders, wxThread class for writing
53 multithreaded programs using either Win32 or POSIX threads and much more.
54 wxBase currently supports the following platforms: Win32, generic Unix
55 (Linux, FreeBSD, Solaris, HP-UX, ...) and BeOS.
57 This package provides a debug version of the wxBase library. It is compiled
58 both with -g for normal debugger tracing and with the __WXDEBUG__ flag which
59 provides many internal checks by wxWindows itself that are not performed on
60 apps compiled with the 'release version' libs in the -dev package.
65 Depends: ${shlibs:Depends}
67 Description: wxWindows Cross-platform C++ GUI toolkit (GTK+ runtime)
68 wxWindows is a class library for C++ providing GUI (Graphical User
69 Interface) and other facilities on more than one platform. Version =V
70 currently supports subsets of GTK+, Motif, and MS Windows.
72 This package provides the shared libraries needed to run programs linked
73 against wxWindows. To use the (optional) glcanvas library you will need
74 to have Mesa or OpenGL installed.
76 Package: libwxgtk=V-dev
79 Depends: wxwin=V-headers (= ${Source-Version}), libwxgtk=V (= ${Source-Version}), libc6-dev
80 Suggests: wxwin=V-doc, libstdc++-dev, gettext, mesag-dev
81 Conflicts: libwxgtk-dev
82 Replaces: libwxgtk-dev
83 Provides: libwxgtk-dev
84 Description: wxWindows Cross-platform C++ GUI toolkit (GTK+ development)
85 wxWindows is a class library for C++ providing GUI (Graphical User
86 Interface) and other facilities on more than one platform. Version =V
87 currently supports subsets of GTK+, Motif, and MS Windows.
89 This package provides files needed to compile wxWindows programs. If you
90 want to compile apps using the (optional) glcanvas library you will need
91 to have Mesa or OpenGL installed too.
93 Package: libwxgtk=V-dbg
96 Depends: wxwin=V-headers (= ${Source-Version}), libc6-dev
97 Description: wxWindows Cross-platform C++ GUI toolkit (GTK+ development)
98 wxWindows is a class library for C++ providing GUI (Graphical User
99 Interface) and other facilities on more than one platform. Version =V
100 currently supports subsets of GTK+, Motif, and MS Windows.
102 This package provides a debug version of the wxGtk library. It is compiled
103 both with -g for normal debugger tracing and with the __WXDEBUG__ flag which
104 provides many internal checks by wxWindows itself that are not performed on
105 apps compiled with the 'release version' libs in the -dev package.
107 Package: libwxgtk=V-python
109 Section: interpreters
110 Depends: libwxgtk=V (= ${Source-Version}), python-base (>=1.5.2), ${shlibs:Depends}
111 Suggests: wxwin=V-doc
112 Description: wxWindows Cross-platform C++ GUI toolkit (Python binding)
113 wxWindows is a class library for C++ providing GUI (Graphical User
114 Interface) and other facilities on more than one platform. Version =V
115 currently supports subsets of GTK+, Motif, and MS Windows.
117 This package provides a Python binding to the wxGTK library.
119 Package: libwxgtk=V-contrib
122 Depends: libwxgtk=V (= ${Source-Version}), ${shlibs:Depends}
123 Description: wxWindows Cross-platform C++ GUI toolkit (runtime contrib libs)
124 wxWindows is a class library for C++ providing GUI (Graphical User
125 Interface) and other facilities on more than one platform. Version =V
126 currently supports subsets of GTK+, Motif, and MS Windows.
128 This package provides the contrib libs of the wxWindows source tree
131 Package: libwxgtk=V-contrib-dev
134 Depends: wxwin=V-headers (= ${Source-Version}), libwxgtk=V-dev (= ${Source-Version}), libc6-dev
135 Conflicts: libwxgtk-contrib-dev
136 Replaces: libwxgtk-contrib-dev
137 Provides: libwxgtk-contrib-dev
138 Description: wxWindows Cross-platform C++ GUI toolkit (development contrib libs)
139 wxWindows is a class library for C++ providing GUI (Graphical User
140 Interface) and other facilities on more than one platform. Version =V
141 currently supports subsets of GTK+, Motif, and MS Windows.
143 Install this package if you wish to compile applications that use the
144 contrib libs from the wxWindows source tree (mmedia, ogl, stc)
146 Package: wxwin=V-headers
149 Conflicts: wxwin-headers
150 Replaces: wxwin-headers
151 Provides: wxwin-headers
152 Description: wxWindows Cross-platform C++ GUI toolkit (header files)
153 wxWindows is a class library for C++ providing GUI (Graphical User
154 Interface) and other facilities on more than one platform. Version =V
155 currently supports subsets of GTK+, Motif, and MS Windows.
157 This package provides the common header files required to build applications
158 using the wxWindows toolkit.
160 Package: wxwin=V-i18n
163 Conflicts: wxwin-i18n
166 Description: wxWindows Cross-platform C++ GUI toolkit (i18n support)
167 wxWindows is a class library for C++ providing GUI (Graphical User
168 Interface) and other facilities on more than one platform. Version =V
169 currently supports subsets of GTK+, Motif, and MS Windows.
171 This package provides the i18n message catalogs for wxWindows.
176 Suggests: doc-base, www-browser
177 Description: wxWindows Cross-platform C++ GUI toolkit (documentation)
178 wxWindows is a class library for C++ providing GUI (Graphical User
179 Interface) and other facilities on more than one platform. Version =V
180 currently supports subsets of GTK+, Motif, and MS Windows.
182 This package provides a HTML version of the wxWindows reference manual.
184 Package: wxwin=V-examples
187 Suggests: libwxgtk=V-dev (= ${Source-Version}), wxwin=V-doc
188 Description: wxWindows Cross-platform C++ GUI toolkit (examples)
189 wxWindows is a class library for C++ providing GUI (Graphical User
190 Interface) and other facilities on more than one platform. Version =V
191 currently supports subsets of GTK+, Motif, and MS Windows.
193 This package contains examples of using the wxWindows toolkit.