4 Build-Depends: debhelper (>=1.1.17), flex, bison, libgtk1.2-dev, python-dev (>=1.5.2), python-distutils, zlib1g-dev, libjpeg62-dev, libpng2-dev, libtiff3g-dev, libgl-dev, libesd0-dev
5 Maintainer: Ron Lee <ron@debian.org>
6 Standards-Version: 3.2.1.2
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: Generic Unix (Linux, FreeBSD,
19 Solaris, HP-UX, ...), win32, 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: Generic Unix (Linux, FreeBSD,
40 Solaris, HP-UX, ...), win32, 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 Conflicts: libwxbase-dbg
49 Replaces: libwxbase-dbg
50 Provides: libwxbase-dbg
51 Description: wxBase library (debug) - non-GUI support classes of wxWindows toolkit
52 wxBase is a collection of C++ classes providing basic data structures
53 (strings, lists, arrays), powerful wxDateTime class for date manipulations,
54 portable wrappers around many OS-specific functions allowing to build the
55 same program under all supported folders, wxThread class for writing
56 multithreaded programs using either Win32 or POSIX threads and much more.
57 wxBase currently supports the following platforms: Generic Unix (Linux, FreeBSD,
58 Solaris, HP-UX, ...) win32, and BeOS.
60 This package provides a debug version of the wxBase library. It is compiled
61 both with -g for normal debugger tracing and with the __WXDEBUG__ flag which
62 provides many internal checks by wxWindows itself that are not performed on
63 apps compiled with the 'release version' libs in the -dev package.
68 Depends: ${shlibs:Depends}
71 Description: wxWindows Cross-platform C++ GUI toolkit (GTK+ runtime)
72 wxWindows is a class library for C++ providing GUI (Graphical User
73 Interface) and other facilities on more than one platform. Version =V
74 currently supports subsets of GTK+, Motif, and MS Windows.
76 This package provides the shared libraries needed to run programs linked
77 against wxWindows. To use the (optional) glcanvas library you will need
78 to have Mesa or OpenGL installed.
80 Package: libwxgtk=V-dev
83 Depends: wxwin=V-headers (= ${Source-Version}), libwxgtk=V (= ${Source-Version}), libc6-dev
84 Suggests: wxwin=V-doc, libstdc++-dev, gettext, libgl-dev
85 Conflicts: libwxgtk-dev
86 Replaces: libwxgtk-dev, wxgtk2.1-dev
87 Provides: libwxgtk-dev
88 Description: wxWindows Cross-platform C++ GUI toolkit (GTK+ development)
89 wxWindows is a class library for C++ providing GUI (Graphical User
90 Interface) and other facilities on more than one platform. Version =V
91 currently supports subsets of GTK+, Motif, and MS Windows.
93 This package provides files needed to compile wxWindows programs. If you
94 want to compile apps using the (optional) glcanvas library you will need
95 to have Mesa or OpenGL installed too.
97 Package: libwxgtk=V-dbg
100 Depends: wxwin=V-headers (= ${Source-Version}), libc6-dev
101 Conflicts: libwxgtk-dbg
102 Replaces: libwxgtk-dbg
103 Provides: libwxgtk-dbg
104 Description: wxWindows Cross-platform C++ GUI toolkit (GTK+ development)
105 wxWindows is a class library for C++ providing GUI (Graphical User
106 Interface) and other facilities on more than one platform. Version =V
107 currently supports subsets of GTK+, Motif, and MS Windows.
109 This package provides a debug version of the wxGtk library. It is compiled
110 both with -g for normal debugger tracing and with the __WXDEBUG__ flag which
111 provides many internal checks by wxWindows itself that are not performed on
112 apps compiled with the 'release version' libs in the -dev package.
114 Package: libwxgtk=V-python
116 Section: interpreters
117 Depends: libwxgtk=V (= ${Source-Version}), libwxgtk=V-contrib (= ${Source-Version}), python-base (>=1.5.2), ${shlibs:Depends}
118 Suggests: wxwin=V-doc
119 Conflicts: libwxgtk=V-python-contrib, python-wxwin
120 Replaces: libwxgtk=V-python-contrib, python-wxwin
121 Description: wxWindows Cross-platform C++ GUI toolkit (Python binding)
122 wxWindows is a class library for C++ providing GUI (Graphical User
123 Interface) and other facilities on more than one platform. Version =V
124 currently supports subsets of GTK+, Motif, and MS Windows.
126 This package provides a Python binding to the wxGTK library and it's
129 Package: libwxgtk=V-contrib
132 Depends: libwxgtk=V (= ${Source-Version}), ${shlibs:Depends}
133 Description: wxWindows Cross-platform C++ GUI toolkit (runtime contrib libs)
134 wxWindows is a class library for C++ providing GUI (Graphical User
135 Interface) and other facilities on more than one platform. Version =V
136 currently supports subsets of GTK+, Motif, and MS Windows.
138 This package provides the contrib libs of the wxWindows source tree
141 Package: libwxgtk=V-contrib-dev
144 Depends: wxwin=V-headers (= ${Source-Version}), libwxgtk=V-dev (= ${Source-Version}), libwxgtk=V-contrib (= ${Source-Version}), libc6-dev
145 Conflicts: libwxgtk-contrib-dev
146 Replaces: libwxgtk-contrib-dev
147 Provides: libwxgtk-contrib-dev
148 Description: wxWindows Cross-platform C++ GUI toolkit (development contrib libs)
149 wxWindows is a class library for C++ providing GUI (Graphical User
150 Interface) and other facilities on more than one platform. Version =V
151 currently supports subsets of GTK+, Motif, and MS Windows.
153 Install this package if you wish to compile applications that use the
154 contrib libs from the wxWindows source tree (mmedia, ogl, stc)
156 Package: wxwin=V-headers
159 Conflicts: wxwin-headers
160 Replaces: wxwin-headers, wxgtk2.1-dev
161 Provides: wxwin-headers
162 Description: wxWindows Cross-platform C++ GUI toolkit (header files)
163 wxWindows is a class library for C++ providing GUI (Graphical User
164 Interface) and other facilities on more than one platform. Version =V
165 currently supports subsets of GTK+, Motif, and MS Windows.
167 This package provides the common header files required to build applications
168 using the wxWindows toolkit.
170 Package: wxwin=V-i18n
173 Conflicts: wxwin-i18n
176 Description: wxWindows Cross-platform C++ GUI toolkit (i18n support)
177 wxWindows is a class library for C++ providing GUI (Graphical User
178 Interface) and other facilities on more than one platform. Version =V
179 currently supports subsets of GTK+, Motif, and MS Windows.
181 This package provides the i18n message catalogs for wxWindows.
186 Suggests: doc-base, www-browser
187 Description: wxWindows Cross-platform C++ GUI toolkit (documentation)
188 wxWindows is a class library for C++ providing GUI (Graphical User
189 Interface) and other facilities on more than one platform. Version =V
190 currently supports subsets of GTK+, Motif, and MS Windows.
192 This package provides a HTML version of the wxWindows reference manual.
194 Package: wxwin=V-examples
197 Suggests: libwxgtk=V-dev (= ${Source-Version}), wxwin=V-doc
198 Description: wxWindows Cross-platform C++ GUI toolkit (examples)
199 wxWindows is a class library for C++ providing GUI (Graphical User
200 Interface) and other facilities on more than one platform. Version =V
201 currently supports subsets of GTK+, Motif, and MS Windows.
203 This package contains examples of using the wxWindows toolkit.