]> git.saurik.com Git - wxWidgets.git/blame_incremental - debian/control.in
Check for window manager before running GUI tests on unix.
[wxWidgets.git] / debian / control.in
... / ...
CommitLineData
1Source: wxwidgets=V
2Section: libs
3Priority: optional
4Build-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
5Maintainer: wxWidgets dev-team <wx-dev@lists.wxwidgets.org>
6Standards-Version: 3.6.2.1
7
8Package: libwxbase=SOV=U
9Architecture: any
10Section: libs
11Depends: ${shlibs:Depends}
12Description: 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
22 classes in libwx_gtk=V=U for use in console apps and daemons. You do not need
23 this package to build or use wxWidgets GUI apps.
24
25Package: libwxbase=V=U-dev
26Architecture: any
27Section: libdevel
28Depends: wx=V-headers (= ${Source-Version}), libwxbase=SOV=U (= ${Source-Version}), libc6-dev | libc-dev
29Suggests: wx=V-doc, gettext
30Description: 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
42Package: libwxbase=V=U-dbg
43Architecture: any
44Section: libdevel
45Priority: extra
46Depends: wx=V-headers (= ${Source-Version}), libc6-dev
47Description: 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
61Package: libwxgtk=SOV=U
62Architecture: any
63Section: libs
64Depends: ${shlibs:Depends}
65Suggests: libgnomeprintui2.2-0
66Description: 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
70 .
71 This package provides the shared libraries needed to run programs linked
72 against wxWidgets. To use the (optional) glcanvas library you will need
73 to have Mesa or OpenGL installed.
74
75Package: libwxgtk=V=U-dev
76Architecture: any
77Section: libdevel
78Depends: wx=V-headers (= ${Source-Version}), libwxgtk=SOV=U (= ${Source-Version}), libwxbase=V=U-dev (= ${Source-Version})
79Suggests: wx-common, wx=V-doc, libstdc++-dev, gettext, xlibmesa-gl-dev | libgl-dev, xlibmesa-glu-dev | libglu-dev
80Description: 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
84 .
85 This package provides files needed to compile wxWidgets programs. If you
86 want to compile apps using the (optional) glcanvas library you will need
87 to have Mesa or OpenGL installed too.
88
89Package: libwxgtk=V=U-dbg
90Architecture: any
91Section: libdevel
92Priority: extra
93Depends: wx=V-headers (= ${Source-Version}), libwxbase=V=U-dbg (= ${Source-Version})
94Description: 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
98 .
99 This package provides a debug version of the wxGTK library. It is compiled
100 both with -g for normal debugger tracing and with the __WXDEBUG__ flag which
101 provides many internal checks by wxWidgets itself that are not performed on
102 apps compiled with the 'release version' libs in the -dev package.
103
104Package: python-wxgtk=V=U
105Architecture: any
106Section: python
107Depends: python-wxversion, =PY, ${shlibs:Depends}
108Suggests: wx=V-doc, wx=V-examples, =PY-xml
109Conflicts: libwxgtk2.6-0-python, wxpython2.6-0
110Replaces: libwxgtk2.6-0-python, wxpython2.6-0
111Description: 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
115 .
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
120Package: python-wxgtk=V=U-dbg
121Architecture: any
122Section: python
123Depends: python-wxversion, =PY, ${shlibs:Depends}
124Conflicts: python-wxgtk=V=U
125Replaces: python-wxgtk=V=U
126Provides: python-wxgtk=V=U
127Description: wxWidgets Cross-platform C++ GUI toolkit (wxPython binding)
128 wxWidgets is a class library for C++ providing GUI (Graphical User
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
135 package explicitly, use the python-wxgtk=V=U package instead.
136 .
137 If you wish to use xrc you'll also need the =PY-xml package installed.
138
139Package: python-wxversion
140Architecture: all
141Section: python
142Conflicts: wxpython2.6-0
143Replaces: wxpython2.6-0
144Description: 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
151Package: python-wxaddons
152Architecture: all
153Section: python
154Conflicts: python-wxgtk2.6
155Replaces:
156Description: 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
163Package: python-wxtools
164Architecture: all
165Section: python
166Depends: python-wxgtk=V=U
167Conflicts: wxpython2.6-0
168Replaces: wxpython2.6-0, libwxgtk2.4-python, wxpython2.4-1
169Description: 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 .
174 This package provides support utilities and common files for wxPython=V=U.
175 If you wish to use xrced you'll also need the =PY-xml package installed.
176
177Package: wx-common
178Architecture: any
179Section: devel
180Depends: ${shlibs:Depends}
181Conflicts: wx2.6-common
182Replaces: wxwin2.4-headers, libwxgtk2.4-contrib-dev, wx2.6-common
183Description: 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
192Package: wx=V-headers
193Architecture: any
194Section: devel
195Description: 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
199 .
200 This package provides the common header files required to build applications
201 using the wxWidgets toolkit.
202
203Package: wx=V-i18n
204Architecture: all
205Section: libs
206Conflicts: wx-i18n, wxwin-i18n, wx2.4-i18n
207Replaces: wx-i18n, wxwin-i18n, wx2.4-i18n, wx2.5-i18n
208Provides: wx-i18n
209Description: 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
213 .
214 This package provides the i18n message catalogs for wxWidgets.
215
216Package: wx=V-doc
217Architecture: all
218Section: doc
219Provides: wx-doc
220Suggests: doc-base, www-browser
221Description: 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
225 .
226 This package provides a HTML version of the wxWidgets reference manual.
227
228Package: wx=V-examples
229Architecture: all
230Section: devel
231Suggests: libwxgtk=V=U-dev (= ${Source-Version}), wx=V-doc
232Description: 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
236 .
237 This package contains examples of using the wxWidgets toolkit in
238 C++ and with the wxPython language binding.
239
240Package: libwxmsw=V=U-dev
241Architecture: i386
242Section: otherosfs
243Depends: wx=V-headers-msw (= ${Source-Version})
244Description: wxMSW mingw32msvc-cross
245 mingw32msvc-cross wxMSW libs.
246
247Package: libwxmsw=V=U-dbg
248Architecture: i386
249Section: otherosfs
250Depends: wx=V-headers-msw (= ${Source-Version})
251Description: wxMSW mingw32msvc-cross (debug)
252 mingw32msvc-cross wxMSW libs.
253 __WXDEBUG__ version.
254
255Package: wx=V-headers-msw
256Architecture: i386
257Section: otherosfs
258Depends: wx=V-headers (= ${Source-Version})
259Description: Extra wxWidgets headers for mingw32msvc-cross
260 Headers required by the wxWidgets mingw32msvc-cross libraries.
261
262
263
264
265Package: python-wxgtk=V=U
266Architecture: any
267Section: python
268Depends: python-wxversion, ${python:Depends}, ${shlibs:Depends}
269Suggests: wx=V-doc, wx=V-examples, python-xml
270Conflicts: libwxgtk2.6-0-python, wxpython2.6-0
271Replaces: libwxgtk2.6-0-python, wxpython2.6-0
272XB-Python-Version: ${python:Versions}
273Provides: ${python:Provides}
274Description: 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
283Package: python-wxgtk=V=U-dbg
284Priority: extra
285Architecture: any
286Section: python
287Depends: python-wxgtk=V=U (= ${Source-Version}), python-dbg, ${shlibs:Depends}
288Suggests: python-xml-dbg
289XB-Python-Version: ${python:Versions}
290Description: 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
298Package: python-wxversion
299Architecture: all
300Section: python
301Depends: ${python:Depends}
302Conflicts: wxpython2.6-0
303Replaces: wxpython2.6-0
304XB-Python-Version: ${python:Versions}
305Description: 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
312Package: python-wxaddons
313Architecture: all
314Section: python
315Conflicts: python-wxgtk2.6 (<< 2.6.4.0)
316Depends: ${python:Depends}, python-wxgtk=V=U
317XB-Python-Version: ${python:Versions}
318Description: 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
325Package: python-wxtools
326Architecture: all
327Section: python
328Depends: python-wxgtk=V=U, ${python:Depends}
329Conflicts: wxpython2.6-0
330Replaces: wxpython2.6-0, libwxgtk2.4-python, wxpython2.4-1
331XB-Python-Version: ${python:Versions}
332Description: 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