]>
Commit | Line | Data |
---|---|---|
7fa5e1e8 | 1 | Source: wxwidgets=V |
e4c4c1c6 RL |
2 | Section: libs |
3 | Priority: optional | |
afbf46a3 | 4 | Build-Depends: debhelper (>=4.0), bc, flex, bison, gettext, libgtk2.0-dev, =PY, =PY-dev, zlib1g-dev, libjpeg62-dev, libpng12-dev, libtiff4-dev, libsm-dev, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libesd0-dev, libgnomeprintui2.2-dev, libgconf2-dev, libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev, libnotify-dev |
92deb9f9 | 5 | Maintainer: wxWidgets dev-team <wx-dev@lists.wxwidgets.org> |
109898ea | 6 | Standards-Version: 3.6.2.1 |
5c0e67b2 | 7 | |
6b2c5736 | 8 | Package: libwxbase=SOV=U |
6de5430b RD |
9 | Architecture: any |
10 | Section: libs | |
11 | Depends: ${shlibs:Depends} | |
12 | Description: wxBase library (runtime) - non-GUI support classes of wxWidgets 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, | |
19 | FreeBSD, Solaris, HP-UX, ...), win32, and BeOS. | |
20 | . | |
21 | This package is only useful for non-GUI apps. It offers a subset of the | |
6b2c5736 | 22 | classes in libwx_gtk=V=U for use in console apps and daemons. You do not need |
6de5430b RD |
23 | this package to build or use wxWidgets GUI apps. |
24 | ||
6b2c5736 | 25 | Package: libwxbase=V=U-dev |
6de5430b RD |
26 | Architecture: any |
27 | Section: libdevel | |
8bf4f383 | 28 | Depends: wx=V-headers (= ${Source-Version}), libwxbase=SOV=U (= ${Source-Version}), libc6-dev | libc-dev |
6de5430b RD |
29 | Suggests: wx=V-doc, gettext |
30 | Description: wxBase library (development) - non-GUI support classes of wxWidgets toolkit | |
31 | wxBase is a collection of C++ classes providing basic data structures | |
32 | (strings, lists, arrays), powerful wxDateTime class for date manipulations, | |
33 | portable wrappers around many OS-specific functions allowing to build the | |
34 | same program under all supported folders, wxThread class for writing | |
35 | multithreaded programs using either Win32 or POSIX threads and much more. | |
36 | wxBase currently supports the following platforms: Generic Unix (Linux, | |
37 | FreeBSD, Solaris, HP-UX, ...), win32, and BeOS. | |
38 | . | |
39 | This package provides the files needed to compile apps using the wxBase | |
40 | library. | |
41 | ||
6b2c5736 | 42 | Package: libwxbase=V=U-dbg |
6de5430b RD |
43 | Architecture: any |
44 | Section: libdevel | |
45 | Priority: extra | |
46 | Depends: wx=V-headers (= ${Source-Version}), libc6-dev | |
47 | Description: wxBase library (debug) - non-GUI support classes of wxWidgets toolkit | |
48 | wxBase is a collection of C++ classes providing basic data structures | |
49 | (strings, lists, arrays), powerful wxDateTime class for date manipulations, | |
50 | portable wrappers around many OS-specific functions allowing to build the | |
51 | same program under all supported folders, wxThread class for writing | |
52 | multithreaded programs using either Win32 or POSIX threads and much more. | |
53 | wxBase currently supports the following platforms: Generic Unix (Linux, | |
54 | FreeBSD, Solaris, HP-UX, ...) win32, and BeOS. | |
55 | . | |
56 | This package provides a debug version of the wxBase library. It is compiled | |
57 | both with -g for normal debugger tracing and with the __WXDEBUG__ flag which | |
58 | provides many internal checks by wxWidgets itself that are not performed on | |
59 | apps compiled with the 'release version' libs in the -dev package. | |
60 | ||
6b2c5736 | 61 | Package: libwxgtk=SOV=U |
e4c4c1c6 RL |
62 | Architecture: any |
63 | Section: libs | |
64 | Depends: ${shlibs:Depends} | |
c7ff293b | 65 | Suggests: libgnomeprintui2.2-0 |
e1293dcf RL |
66 | Description: wxWidgets Cross-platform C++ GUI toolkit (GTK+ runtime) |
67 | wxWidgets (formerly known as wxWindows) is a class library for C++ providing | |
68 | GUI components and other facilities on several popular platforms (and some | |
69 | unpopular ones as well). For more information see http://wxwidgets.org | |
e4c4c1c6 RL |
70 | . |
71 | This package provides the shared libraries needed to run programs linked | |
e1293dcf | 72 | against wxWidgets. To use the (optional) glcanvas library you will need |
f6bcfd97 | 73 | to have Mesa or OpenGL installed. |
e4c4c1c6 | 74 | |
6b2c5736 | 75 | Package: libwxgtk=V=U-dev |
e4c4c1c6 | 76 | Architecture: any |
e1293dcf | 77 | Section: libdevel |
8bf4f383 | 78 | Depends: wx=V-headers (= ${Source-Version}), libwxgtk=SOV=U (= ${Source-Version}), libwxbase=V=U-dev (= ${Source-Version}) |
6de5430b | 79 | Suggests: wx-common, wx=V-doc, libstdc++-dev, gettext, xlibmesa-gl-dev | libgl-dev, xlibmesa-glu-dev | libglu-dev |
e1293dcf RL |
80 | Description: wxWidgets Cross-platform C++ GUI toolkit (GTK+ development) |
81 | wxWidgets (formerly known as wxWindows) is a class library for C++ providing | |
82 | GUI components and other facilities on several popular platforms (and some | |
83 | unpopular ones as well). For more information see http://wxwidgets.org | |
e4c4c1c6 | 84 | . |
e1293dcf | 85 | This package provides files needed to compile wxWidgets programs. If you |
f6bcfd97 BP |
86 | want to compile apps using the (optional) glcanvas library you will need |
87 | to have Mesa or OpenGL installed too. | |
88 | ||
6b2c5736 | 89 | Package: libwxgtk=V=U-dbg |
f6bcfd97 | 90 | Architecture: any |
e1293dcf | 91 | Section: libdevel |
ab0e718d | 92 | Priority: extra |
8bf4f383 | 93 | Depends: wx=V-headers (= ${Source-Version}), libwxbase=V=U-dbg (= ${Source-Version}) |
e1293dcf RL |
94 | Description: wxWidgets Cross-platform C++ GUI toolkit (GTK+ development) |
95 | wxWidgets (formerly known as wxWindows) is a class library for C++ providing | |
96 | GUI components and other facilities on several popular platforms (and some | |
97 | unpopular ones as well). For more information see http://wxwidgets.org | |
f6bcfd97 | 98 | . |
e1293dcf | 99 | This package provides a debug version of the wxGTK library. It is compiled |
f6bcfd97 | 100 | both with -g for normal debugger tracing and with the __WXDEBUG__ flag which |
e1293dcf | 101 | provides many internal checks by wxWidgets itself that are not performed on |
f6bcfd97 | 102 | apps compiled with the 'release version' libs in the -dev package. |
e4c4c1c6 | 103 | |
6b2c5736 | 104 | Package: python-wxgtk=V=U |
e0a4aa8a | 105 | Architecture: any |
e1293dcf | 106 | Section: python |
6de5430b RD |
107 | Depends: python-wxversion, =PY, ${shlibs:Depends} |
108 | Suggests: wx=V-doc, wx=V-examples, =PY-xml | |
109 | Conflicts: libwxgtk2.6-0-python, wxpython2.6-0 | |
110 | Replaces: libwxgtk2.6-0-python, wxpython2.6-0 | |
e1293dcf RL |
111 | Description: wxWidgets Cross-platform C++ GUI toolkit (wxPython binding) |
112 | wxWidgets (formerly known as wxWindows) is a class library for C++ providing | |
113 | GUI components and other facilities on several popular platforms (and some | |
114 | unpopular ones as well). For more information see http://wxwidgets.org | |
e0a4aa8a | 115 | . |
fdefae19 RL |
116 | This package provides a Python binding to the wxGTK library and the |
117 | wxPython runtime support libraries. If you wish to use xrc you'll also | |
118 | need the =PY-xml package installed. | |
119 | ||
6b2c5736 | 120 | Package: python-wxgtk=V=U-dbg |
fdefae19 RL |
121 | Architecture: any |
122 | Section: python | |
6de5430b | 123 | Depends: python-wxversion, =PY, ${shlibs:Depends} |
6b2c5736 VZ |
124 | Conflicts: python-wxgtk=V=U |
125 | Replaces: python-wxgtk=V=U | |
126 | Provides: python-wxgtk=V=U | |
6de5430b RD |
127 | Description: wxWidgets Cross-platform C++ GUI toolkit (wxPython binding) |
128 | wxWidgets is a class library for C++ providing GUI (Graphical User | |
fdefae19 RL |
129 | Interface) and other facilities on more than one platform. Version =V |
130 | currently supports subsets of GTK+, Motif, and MS Windows. | |
131 | . | |
132 | This package provides a Python binding to the wxGTK debug library. | |
133 | It is useful for developers as many common errors may be caught, but | |
134 | you should _never_ upload packages to Debian that depend upon this | |
6b2c5736 | 135 | package explicitly, use the python-wxgtk=V=U package instead. |
fdefae19 RL |
136 | . |
137 | If you wish to use xrc you'll also need the =PY-xml package installed. | |
138 | ||
6de5430b RD |
139 | Package: python-wxversion |
140 | Architecture: all | |
fdefae19 | 141 | Section: python |
6de5430b RD |
142 | Conflicts: wxpython2.6-0 |
143 | Replaces: wxpython2.6-0 | |
144 | Description: wxWidgets Cross-platform C++ GUI toolkit (wxPython version selector) | |
145 | wxWidgets (formerly known as wxWindows) is a class library for C++ providing | |
146 | GUI components and other facilities on several popular platforms (and some | |
147 | unpopular ones as well). For more information see http://wxwidgets.org | |
148 | . | |
149 | This package provides the wxPython version selector. | |
150 | ||
bdf784d9 RD |
151 | Package: python-wxaddons |
152 | Architecture: all | |
153 | Section: python | |
154 | Conflicts: python-wxgtk2.6 | |
155 | Replaces: | |
156 | Description: wxWidgets Cross-platform C++ GUI toolkit (wxPython add-on packages base) | |
157 | wxWidgets (formerly known as wxWindows) is a class library for C++ providing | |
158 | GUI components and other facilities on several popular platforms (and some | |
159 | unpopular ones as well). For more information see http://wxwidgets.org | |
160 | . | |
161 | This package provides a base Python package for 3rd party add-ons. | |
162 | ||
6de5430b RD |
163 | Package: python-wxtools |
164 | Architecture: all | |
165 | Section: python | |
291613d6 | 166 | Depends: python-wxgtk=V=U |
6de5430b RD |
167 | Conflicts: wxpython2.6-0 |
168 | Replaces: wxpython2.6-0, libwxgtk2.4-python, wxpython2.4-1 | |
fdefae19 RL |
169 | Description: wxWidgets Cross-platform C++ GUI toolkit (wxPython common files) |
170 | wxWidgets (formerly known as wxWindows) is a class library for C++ providing | |
171 | GUI components and other facilities on several popular platforms (and some | |
172 | unpopular ones as well). For more information see http://wxwidgets.org | |
173 | . | |
6b2c5736 | 174 | This package provides support utilities and common files for wxPython=V=U. |
fdefae19 | 175 | If you wish to use xrced you'll also need the =PY-xml package installed. |
e0a4aa8a | 176 | |
6de5430b | 177 | Package: wx-common |
148e141b | 178 | Architecture: any |
fdefae19 | 179 | Section: devel |
148e141b | 180 | Depends: ${shlibs:Depends} |
6de5430b RD |
181 | Conflicts: wx2.6-common |
182 | Replaces: wxwin2.4-headers, libwxgtk2.4-contrib-dev, wx2.6-common | |
148e141b RL |
183 | Description: wxWidgets Cross-platform C++ GUI toolkit (common support files) |
184 | wxWidgets (formerly known as wxWindows) is a class library for C++ providing | |
185 | GUI components and other facilities on several popular platforms (and some | |
186 | unpopular ones as well). For more information see http://wxwidgets.org | |
187 | . | |
188 | This package provides common support files not bound to any | |
189 | particular wxWidgets release, such as font metrics required by some | |
190 | ports, and miscellaneous developer aids and binary utilities. | |
191 | ||
e1293dcf | 192 | Package: wx=V-headers |
f6bcfd97 BP |
193 | Architecture: any |
194 | Section: devel | |
e1293dcf RL |
195 | Description: wxWidgets Cross-platform C++ GUI toolkit (header files) |
196 | wxWidgets (formerly known as wxWindows) is a class library for C++ providing | |
197 | GUI components and other facilities on several popular platforms (and some | |
198 | unpopular ones as well). For more information see http://wxwidgets.org | |
f6bcfd97 BP |
199 | . |
200 | This package provides the common header files required to build applications | |
e1293dcf | 201 | using the wxWidgets toolkit. |
f6bcfd97 | 202 | |
e1293dcf | 203 | Package: wx=V-i18n |
3ca6a5f0 BP |
204 | Architecture: all |
205 | Section: libs | |
eedbe999 | 206 | Conflicts: wx-i18n, wxwin-i18n, wx2.4-i18n |
f0f9cbf2 | 207 | Replaces: wx-i18n, wxwin-i18n, wx2.4-i18n, wx2.5-i18n |
e1293dcf RL |
208 | Provides: wx-i18n |
209 | Description: wxWidgets Cross-platform C++ GUI toolkit (i18n support) | |
210 | wxWidgets (formerly known as wxWindows) is a class library for C++ providing | |
211 | GUI components and other facilities on several popular platforms (and some | |
212 | unpopular ones as well). For more information see http://wxwidgets.org | |
3ca6a5f0 | 213 | . |
e1293dcf | 214 | This package provides the i18n message catalogs for wxWidgets. |
3ca6a5f0 | 215 | |
e1293dcf | 216 | Package: wx=V-doc |
f538864d RL |
217 | Architecture: all |
218 | Section: doc | |
e1293dcf | 219 | Provides: wx-doc |
f538864d | 220 | Suggests: doc-base, www-browser |
e1293dcf RL |
221 | Description: wxWidgets Cross-platform C++ GUI toolkit (documentation) |
222 | wxWidgets (formerly known as wxWindows) is a class library for C++ providing | |
223 | GUI components and other facilities on several popular platforms (and some | |
224 | unpopular ones as well). For more information see http://wxwidgets.org | |
f538864d | 225 | . |
e1293dcf | 226 | This package provides a HTML version of the wxWidgets reference manual. |
f538864d | 227 | |
e1293dcf | 228 | Package: wx=V-examples |
5c0e67b2 RL |
229 | Architecture: all |
230 | Section: devel | |
6b2c5736 | 231 | Suggests: libwxgtk=V=U-dev (= ${Source-Version}), wx=V-doc |
e1293dcf RL |
232 | Description: wxWidgets Cross-platform C++ GUI toolkit (examples) |
233 | wxWidgets (formerly known as wxWindows) is a class library for C++ providing | |
234 | GUI components and other facilities on several popular platforms (and some | |
235 | unpopular ones as well). For more information see http://wxwidgets.org | |
5c0e67b2 | 236 | . |
e1293dcf | 237 | This package contains examples of using the wxWidgets toolkit in |
094e328c RL |
238 | C++ and with the wxPython language binding. |
239 | ||
6b2c5736 | 240 | Package: libwxmsw=V=U-dev |
3a922bb4 RL |
241 | Architecture: i386 |
242 | Section: otherosfs | |
e1293dcf | 243 | Depends: wx=V-headers-msw (= ${Source-Version}) |
3a922bb4 RL |
244 | Description: wxMSW mingw32msvc-cross |
245 | mingw32msvc-cross wxMSW libs. | |
246 | ||
6b2c5736 | 247 | Package: libwxmsw=V=U-dbg |
4fb788e4 RL |
248 | Architecture: i386 |
249 | Section: otherosfs | |
e1293dcf | 250 | Depends: wx=V-headers-msw (= ${Source-Version}) |
4fb788e4 RL |
251 | Description: wxMSW mingw32msvc-cross (debug) |
252 | mingw32msvc-cross wxMSW libs. | |
253 | __WXDEBUG__ version. | |
254 | ||
e1293dcf | 255 | Package: wx=V-headers-msw |
3a922bb4 RL |
256 | Architecture: i386 |
257 | Section: otherosfs | |
e1293dcf | 258 | Depends: wx=V-headers (= ${Source-Version}) |
e1293dcf RL |
259 | Description: Extra wxWidgets headers for mingw32msvc-cross |
260 | Headers required by the wxWidgets mingw32msvc-cross libraries. | |
3a922bb4 | 261 | |
8bf4f383 RD |
262 | |
263 | ||
264 | ||
265 | Package: python-wxgtk=V=U | |
266 | Architecture: any | |
267 | Section: python | |
268 | Depends: python-wxversion, ${python:Depends}, ${shlibs:Depends} | |
269 | Suggests: wx=V-doc, wx=V-examples, python-xml | |
270 | Conflicts: libwxgtk2.6-0-python, wxpython2.6-0 | |
271 | Replaces: libwxgtk2.6-0-python, wxpython2.6-0 | |
272 | XB-Python-Version: ${python:Versions} | |
273 | Provides: ${python:Provides} | |
274 | Description: wxWidgets Cross-platform C++ GUI toolkit (wxPython binding) | |
275 | wxWidgets (formerly known as wxWindows) is a class library for C++ providing | |
276 | GUI components and other facilities on several popular platforms (and some | |
277 | unpopular ones as well). For more information see http://wxwidgets.org | |
278 | . | |
279 | This package provides a Python binding to the wxGTK library and the | |
280 | wxPython runtime support libraries. If you wish to use xrc you'll also | |
281 | need the python-xml package installed. | |
282 | ||
283 | Package: python-wxgtk=V=U-dbg | |
284 | Priority: extra | |
285 | Architecture: any | |
286 | Section: python | |
287 | Depends: python-wxgtk=V=U (= ${Source-Version}), python-dbg, ${shlibs:Depends} | |
288 | Suggests: python-xml-dbg | |
289 | XB-Python-Version: ${python:Versions} | |
290 | Description: wxWidgets Cross-platform C++ GUI toolkit (wxPython binding, debug version) | |
291 | wxWidgets is a class library for C++ providing GUI (Graphical User | |
292 | Interface) and other facilities on more than one platform. Version =V | |
293 | currently supports subsets of GTK+, Motif, and MS Windows. | |
294 | . | |
295 | This package provides a Python binding to the wxGTK debug library. | |
296 | This package contains the extensions built for the python debug interpreter. | |
297 | ||
298 | Package: python-wxversion | |
299 | Architecture: all | |
300 | Section: python | |
301 | Depends: ${python:Depends} | |
302 | Conflicts: wxpython2.6-0 | |
303 | Replaces: wxpython2.6-0 | |
304 | XB-Python-Version: ${python:Versions} | |
305 | Description: wxWidgets Cross-platform C++ GUI toolkit (wxPython version selector) | |
306 | wxWidgets (formerly known as wxWindows) is a class library for C++ providing | |
307 | GUI components and other facilities on several popular platforms (and some | |
308 | unpopular ones as well). For more information see http://wxwidgets.org | |
309 | . | |
310 | This package provides the wxPython version selector. | |
311 | ||
312 | Package: python-wxaddons | |
313 | Architecture: all | |
314 | Section: python | |
315 | Conflicts: python-wxgtk2.6 (<< 2.6.4.0) | |
316 | Depends: ${python:Depends}, python-wxgtk=V=U | |
317 | XB-Python-Version: ${python:Versions} | |
318 | Description: wxWidgets Cross-platform C++ GUI toolkit (wxPython add-on packages base) | |
319 | wxWidgets (formerly known as wxWindows) is a class library for C++ providing | |
320 | GUI components and other facilities on several popular platforms (and some | |
321 | unpopular ones as well). For more information see http://wxwidgets.org | |
322 | . | |
323 | This package provides a base Python package for 3rd party add-ons. | |
324 | ||
325 | Package: python-wxtools | |
326 | Architecture: all | |
327 | Section: python | |
328 | Depends: python-wxgtk=V=U, ${python:Depends} | |
329 | Conflicts: wxpython2.6-0 | |
330 | Replaces: wxpython2.6-0, libwxgtk2.4-python, wxpython2.4-1 | |
331 | XB-Python-Version: ${python:Versions} | |
332 | Description: wxWidgets Cross-platform C++ GUI toolkit (wxPython common files) | |
333 | wxWidgets (formerly known as wxWindows) is a class library for C++ providing | |
334 | GUI components and other facilities on several popular platforms (and some | |
335 | unpopular ones as well). For more information see http://wxwidgets.org | |
336 | . | |
337 | This package provides support utilities and common files for wxPython=V=U. | |
338 | If you wish to use xrced you'll also need the python-xml package installed. | |
339 |