]>
Commit | Line | Data |
---|---|---|
e0a4aa8a | 1 | Source: wxwindows=V |
e4c4c1c6 RL |
2 | Section: libs |
3 | Priority: optional | |
e0f33cf1 | 4 | Build-Depends: debhelper (>=2.0), flex, bison, gettext, libgtk1.2-dev, python-dev (>=1.5.2), python-distutils, zlib1g-dev, libjpeg62-dev, libpng2-dev, libtiff3g-dev, libgl-dev, libesd0-dev |
e4c4c1c6 | 5 | Maintainer: Ron Lee <ron@debian.org> |
050207ec | 6 | Standards-Version: 3.2.1.2 |
e4c4c1c6 | 7 | |
5c0e67b2 RL |
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. | |
050207ec RL |
18 | wxBase currently supports the following platforms: Generic Unix (Linux, FreeBSD, |
19 | Solaris, HP-UX, ...), win32, and BeOS. | |
5c0e67b2 RL |
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 | |
3abb92ce | 28 | Depends: wxwin=V-headers (= ${Source-Version}), libwxbase=V (= ${Source-Version}), zlib1g-dev, libc6-dev |
5c0e67b2 RL |
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. | |
050207ec RL |
39 | wxBase currently supports the following platforms: Generic Unix (Linux, FreeBSD, |
40 | Solaris, HP-UX, ...), win32, and BeOS. | |
5c0e67b2 | 41 | . |
f6bcfd97 BP |
42 | This package provides the files needed to compile apps using the wxBase library. |
43 | ||
44 | Package: libwxbase=V-dbg | |
45 | Architecture: any | |
46 | Section: devel | |
ab0e718d | 47 | Priority: extra |
f6bcfd97 | 48 | Depends: wxwin=V-headers (= ${Source-Version}), libc6-dev |
050207ec RL |
49 | Conflicts: libwxbase-dbg |
50 | Replaces: libwxbase-dbg | |
51 | Provides: libwxbase-dbg | |
f6bcfd97 BP |
52 | Description: wxBase library (debug) - non-GUI support classes of wxWindows toolkit |
53 | wxBase is a collection of C++ classes providing basic data structures | |
54 | (strings, lists, arrays), powerful wxDateTime class for date manipulations, | |
55 | portable wrappers around many OS-specific functions allowing to build the | |
56 | same program under all supported folders, wxThread class for writing | |
57 | multithreaded programs using either Win32 or POSIX threads and much more. | |
050207ec RL |
58 | wxBase currently supports the following platforms: Generic Unix (Linux, FreeBSD, |
59 | Solaris, HP-UX, ...) win32, and BeOS. | |
f6bcfd97 BP |
60 | . |
61 | This package provides a debug version of the wxBase library. It is compiled | |
62 | both with -g for normal debugger tracing and with the __WXDEBUG__ flag which | |
63 | provides many internal checks by wxWindows itself that are not performed on | |
64 | apps compiled with the 'release version' libs in the -dev package. | |
5c0e67b2 | 65 | |
e4c4c1c6 RL |
66 | Package: libwxgtk=V |
67 | Architecture: any | |
68 | Section: libs | |
69 | Depends: ${shlibs:Depends} | |
050207ec RL |
70 | Suggests: libgl1 |
71 | Replaces: wxgtk2.1 | |
e4c4c1c6 RL |
72 | Description: wxWindows Cross-platform C++ GUI toolkit (GTK+ runtime) |
73 | wxWindows is a class library for C++ providing GUI (Graphical User | |
f6bcfd97 | 74 | Interface) and other facilities on more than one platform. Version =V |
e4c4c1c6 RL |
75 | currently supports subsets of GTK+, Motif, and MS Windows. |
76 | . | |
77 | This package provides the shared libraries needed to run programs linked | |
f6bcfd97 BP |
78 | against wxWindows. To use the (optional) glcanvas library you will need |
79 | to have Mesa or OpenGL installed. | |
e4c4c1c6 RL |
80 | |
81 | Package: libwxgtk=V-dev | |
82 | Architecture: any | |
83 | Section: devel | |
3abb92ce | 84 | Depends: wxwin=V-headers (= ${Source-Version}), libwxgtk=V (= ${Source-Version}), libgtk1.2-dev, zlib1g-dev, libjpeg62-dev, libpng2-dev, libtiff3g-dev, libc6-dev |
050207ec | 85 | Suggests: wxwin=V-doc, libstdc++-dev, gettext, libgl-dev |
e4c4c1c6 | 86 | Conflicts: libwxgtk-dev |
050207ec | 87 | Replaces: libwxgtk-dev, wxgtk2.1-dev |
e4c4c1c6 RL |
88 | Provides: libwxgtk-dev |
89 | Description: wxWindows Cross-platform C++ GUI toolkit (GTK+ development) | |
90 | wxWindows is a class library for C++ providing GUI (Graphical User | |
f6bcfd97 | 91 | Interface) and other facilities on more than one platform. Version =V |
e4c4c1c6 RL |
92 | currently supports subsets of GTK+, Motif, and MS Windows. |
93 | . | |
f6bcfd97 BP |
94 | This package provides files needed to compile wxWindows programs. If you |
95 | want to compile apps using the (optional) glcanvas library you will need | |
96 | to have Mesa or OpenGL installed too. | |
97 | ||
98 | Package: libwxgtk=V-dbg | |
99 | Architecture: any | |
100 | Section: devel | |
ab0e718d | 101 | Priority: extra |
f6bcfd97 | 102 | Depends: wxwin=V-headers (= ${Source-Version}), libc6-dev |
050207ec RL |
103 | Conflicts: libwxgtk-dbg |
104 | Replaces: libwxgtk-dbg | |
105 | Provides: libwxgtk-dbg | |
f6bcfd97 BP |
106 | Description: wxWindows Cross-platform C++ GUI toolkit (GTK+ development) |
107 | wxWindows is a class library for C++ providing GUI (Graphical User | |
108 | Interface) and other facilities on more than one platform. Version =V | |
109 | currently supports subsets of GTK+, Motif, and MS Windows. | |
110 | . | |
111 | This package provides a debug version of the wxGtk library. It is compiled | |
112 | both with -g for normal debugger tracing and with the __WXDEBUG__ flag which | |
113 | provides many internal checks by wxWindows itself that are not performed on | |
114 | apps compiled with the 'release version' libs in the -dev package. | |
e4c4c1c6 | 115 | |
e0a4aa8a RL |
116 | Package: libwxgtk=V-python |
117 | Architecture: any | |
118 | Section: interpreters | |
afa3e1ed | 119 | Depends: python-base (>=1.5.2), ${shlibs:Depends} |
3a922bb4 | 120 | Suggests: wxwin=V-doc, wxwin=V-examples |
050207ec RL |
121 | Conflicts: libwxgtk=V-python-contrib, python-wxwin |
122 | Replaces: libwxgtk=V-python-contrib, python-wxwin | |
3a922bb4 | 123 | Description: wxWindows Cross-platform C++ GUI toolkit (wxPython binding) |
e0a4aa8a | 124 | wxWindows is a class library for C++ providing GUI (Graphical User |
f6bcfd97 | 125 | Interface) and other facilities on more than one platform. Version =V |
e0a4aa8a RL |
126 | currently supports subsets of GTK+, Motif, and MS Windows. |
127 | . | |
050207ec RL |
128 | This package provides a Python binding to the wxGTK library and it's |
129 | contrib libs. | |
e0a4aa8a | 130 | |
f6bcfd97 BP |
131 | Package: libwxgtk=V-contrib |
132 | Architecture: any | |
133 | Section: libs | |
134 | Depends: libwxgtk=V (= ${Source-Version}), ${shlibs:Depends} | |
135 | Description: wxWindows Cross-platform C++ GUI toolkit (runtime contrib libs) | |
136 | wxWindows is a class library for C++ providing GUI (Graphical User | |
137 | Interface) and other facilities on more than one platform. Version =V | |
138 | currently supports subsets of GTK+, Motif, and MS Windows. | |
139 | . | |
140 | This package provides the contrib libs of the wxWindows source tree | |
141 | (mmedia, ogl, stc) | |
142 | ||
7b7a7637 RL |
143 | Package: libwxgtk=V-univ |
144 | Architecture: any | |
145 | Section: libs | |
146 | Depends: wxwin=V-headers (= ${Source-Version}), libwxgtk=V (= ${Source-Version}), libgtk1.2-dev, zlib1g-dev, libjpeg62-dev, libpng2-dev, libtiff3g-dev, libc6-dev, ${shlibs:Depends} | |
147 | Suggests: wxwin=V-doc, libstdc++-dev, gettext, libgl-dev | |
148 | Description: wxWindows Cross-platform C++ GUI toolkit (wxUNIVERSAL widgets) | |
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. | |
152 | . | |
153 | This package is built to use the wxUNIVERSAL widget set instead of | |
154 | native gtk widgets. | |
155 | ||
f6bcfd97 BP |
156 | Package: libwxgtk=V-contrib-dev |
157 | Architecture: any | |
158 | Section: devel | |
050207ec | 159 | Depends: wxwin=V-headers (= ${Source-Version}), libwxgtk=V-dev (= ${Source-Version}), libwxgtk=V-contrib (= ${Source-Version}), libc6-dev |
f6bcfd97 BP |
160 | Conflicts: libwxgtk-contrib-dev |
161 | Replaces: libwxgtk-contrib-dev | |
162 | Provides: libwxgtk-contrib-dev | |
163 | Description: wxWindows Cross-platform C++ GUI toolkit (development contrib libs) | |
164 | wxWindows is a class library for C++ providing GUI (Graphical User | |
165 | Interface) and other facilities on more than one platform. Version =V | |
166 | currently supports subsets of GTK+, Motif, and MS Windows. | |
167 | . | |
168 | Install this package if you wish to compile applications that use the | |
169 | contrib libs from the wxWindows source tree (mmedia, ogl, stc) | |
170 | ||
171 | Package: wxwin=V-headers | |
172 | Architecture: any | |
173 | Section: devel | |
174 | Conflicts: wxwin-headers | |
050207ec | 175 | Replaces: wxwin-headers, wxgtk2.1-dev |
f6bcfd97 BP |
176 | Provides: wxwin-headers |
177 | Description: wxWindows Cross-platform C++ GUI toolkit (header files) | |
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. | |
181 | . | |
182 | This package provides the common header files required to build applications | |
183 | using the wxWindows toolkit. | |
184 | ||
3ca6a5f0 BP |
185 | Package: wxwin=V-i18n |
186 | Architecture: all | |
187 | Section: libs | |
188 | Conflicts: wxwin-i18n | |
189 | Replaces: wxwin-i18n | |
190 | Provides: wxwin-i18n | |
191 | Description: wxWindows Cross-platform C++ GUI toolkit (i18n support) | |
192 | wxWindows is a class library for C++ providing GUI (Graphical User | |
193 | Interface) and other facilities on more than one platform. Version =V | |
194 | currently supports subsets of GTK+, Motif, and MS Windows. | |
195 | . | |
196 | This package provides the i18n message catalogs for wxWindows. | |
197 | ||
e0a4aa8a | 198 | Package: wxwin=V-doc |
f538864d RL |
199 | Architecture: all |
200 | Section: doc | |
201 | Suggests: doc-base, www-browser | |
202 | Description: wxWindows Cross-platform C++ GUI toolkit (documentation) | |
203 | wxWindows is a class library for C++ providing GUI (Graphical User | |
f6bcfd97 | 204 | Interface) and other facilities on more than one platform. Version =V |
f538864d RL |
205 | currently supports subsets of GTK+, Motif, and MS Windows. |
206 | . | |
207 | This package provides a HTML version of the wxWindows reference manual. | |
208 | ||
5c0e67b2 RL |
209 | Package: wxwin=V-examples |
210 | Architecture: all | |
211 | Section: devel | |
212 | Suggests: libwxgtk=V-dev (= ${Source-Version}), wxwin=V-doc | |
213 | Description: wxWindows Cross-platform C++ GUI toolkit (examples) | |
214 | wxWindows is a class library for C++ providing GUI (Graphical User | |
f6bcfd97 | 215 | Interface) and other facilities on more than one platform. Version =V |
5c0e67b2 RL |
216 | currently supports subsets of GTK+, Motif, and MS Windows. |
217 | . | |
218 | This package contains examples of using the wxWindows toolkit. | |
219 | ||
3a922bb4 RL |
220 | Package: libwxbase-msw=V-dev |
221 | Architecture: i386 | |
222 | Section: otherosfs | |
223 | Depends: wxwin=V-headers-msw (= ${Source-Version}) | |
224 | Conflicts: libwxbase-msw-dev | |
225 | Replaces: libwxbase-msw-dev | |
226 | Provides: libwxbase-msw-dev | |
227 | Description: wxBase mingw32msvc-cross | |
228 | mingw32msvc-cross wxBase libs. | |
229 | ||
230 | Package: libwxmsw=V-dev | |
231 | Architecture: i386 | |
232 | Section: otherosfs | |
233 | Depends: wxwin=V-headers-msw (= ${Source-Version}) | |
234 | Conflicts: libwxmsw-dev | |
235 | Replaces: libwxmsw-dev | |
236 | Provides: libwxmsw-dev | |
237 | Description: wxMSW mingw32msvc-cross | |
238 | mingw32msvc-cross wxMSW libs. | |
239 | ||
240 | Package: wxwin=V-headers-msw | |
241 | Architecture: i386 | |
242 | Section: otherosfs | |
243 | Depends: wxwin=V-headers (= ${Source-Version}) | |
244 | Conflicts: wxwin-headers-msw | |
245 | Replaces: wxwin-headers-msw | |
246 | Provides: wxwin-headers-msw | |
247 | Description: Extra wxWindows headers for mingw32msvc-cross | |
248 | Headers required by the wxWindows mingw32msvc-cross libraries. | |
249 |