]> git.saurik.com Git - wxWidgets.git/blob - debian/control.in
Fix a few warnings that appear with -Wextra (unused parameters where WXUNUSED is...
[wxWidgets.git] / debian / control.in
1 Source: wxwidgets=V
2 Section: libs
3 Priority: optional
4 Build-Depends: debhelper (>=4.0), flex, bison, gettext, libgtk2.0-dev, =PY, =PY-dev, zlib1g-dev, libjpeg62-dev, libpng12-dev, libtiff4-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
5 Maintainer: wxWidgets dev-team <wx-dev@lists.wxwidgets.org>
6 Standards-Version: 3.6.2.1
7
8 Package: libwxbase=SOV=U
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
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
25 Package: libwxbase=V=U-dev
26 Architecture: any
27 Section: libdevel
28 Depends: wx=V-headers (= ${Source-Version}), libwxbase=SOV=U (= ${Source-Version}), libc6-dev
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
42 Package: libwxbase=V=U-dbg
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
61 Package: libwxgtk=SOV=U
62 Architecture: any
63 Section: libs
64 Depends: ${shlibs:Depends}
65 Suggests: libgnomeprintui2.2-0
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
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
75 Package: libwxgtk=V=U-dev
76 Architecture: any
77 Section: libdevel
78 Depends: wx=V-headers (= ${Source-Version}), libwxgtk=SOV=U (= ${Source-Version}), libwxbase=V=U-dev (= ${Source-Version}), libc6-dev
79 Suggests: wx-common, wx=V-doc, libstdc++-dev, gettext, xlibmesa-gl-dev | libgl-dev, xlibmesa-glu-dev | libglu-dev
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
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
89 Package: libwxgtk=V=U-dbg
90 Architecture: any
91 Section: libdevel
92 Priority: extra
93 Depends: wx=V-headers (= ${Source-Version}), libwxbase=V=U-dbg (= ${Source-Version}), libc6-dev
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
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
104 Package: python-wxgtk=V=U
105 Architecture: any
106 Section: python
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
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
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
120 Package: python-wxgtk=V=U-dbg
121 Architecture: any
122 Section: python
123 Depends: python-wxversion, =PY, ${shlibs:Depends}
124 Conflicts: python-wxgtk=V=U
125 Replaces: python-wxgtk=V=U
126 Provides: python-wxgtk=V=U
127 Description: 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
139 Package: python-wxversion
140 Architecture: all
141 Section: python
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
151 Package: python-wxtools
152 Architecture: all
153 Section: python
154 Depends: python-wxgtk=V=U
155 Conflicts: wxpython2.6-0
156 Replaces: wxpython2.6-0, libwxgtk2.4-python, wxpython2.4-1
157 Description: wxWidgets Cross-platform C++ GUI toolkit (wxPython common files)
158 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
159 GUI components and other facilities on several popular platforms (and some
160 unpopular ones as well). For more information see http://wxwidgets.org
161 .
162 This package provides support utilities and common files for wxPython=V=U.
163 If you wish to use xrced you'll also need the =PY-xml package installed.
164
165 Package: wx-common
166 Architecture: any
167 Section: devel
168 Depends: ${shlibs:Depends}
169 Conflicts: wx2.6-common
170 Replaces: wxwin2.4-headers, libwxgtk2.4-contrib-dev, wx2.6-common
171 Description: wxWidgets Cross-platform C++ GUI toolkit (common support files)
172 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
173 GUI components and other facilities on several popular platforms (and some
174 unpopular ones as well). For more information see http://wxwidgets.org
175 .
176 This package provides common support files not bound to any
177 particular wxWidgets release, such as font metrics required by some
178 ports, and miscellaneous developer aids and binary utilities.
179
180 Package: wx=V-headers
181 Architecture: any
182 Section: devel
183 Description: wxWidgets Cross-platform C++ GUI toolkit (header 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 the common header files required to build applications
189 using the wxWidgets toolkit.
190
191 Package: wx=V-i18n
192 Architecture: all
193 Section: libs
194 Conflicts: wx-i18n, wxwin-i18n, wx2.4-i18n
195 Replaces: wx-i18n, wxwin-i18n, wx2.4-i18n, wx2.5-i18n
196 Provides: wx-i18n
197 Description: wxWidgets Cross-platform C++ GUI toolkit (i18n support)
198 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
199 GUI components and other facilities on several popular platforms (and some
200 unpopular ones as well). For more information see http://wxwidgets.org
201 .
202 This package provides the i18n message catalogs for wxWidgets.
203
204 Package: wx=V-doc
205 Architecture: all
206 Section: doc
207 Provides: wx-doc
208 Suggests: doc-base, www-browser
209 Description: wxWidgets Cross-platform C++ GUI toolkit (documentation)
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 a HTML version of the wxWidgets reference manual.
215
216 Package: wx=V-examples
217 Architecture: all
218 Section: devel
219 Suggests: libwxgtk=V=U-dev (= ${Source-Version}), wx=V-doc
220 Description: wxWidgets Cross-platform C++ GUI toolkit (examples)
221 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
222 GUI components and other facilities on several popular platforms (and some
223 unpopular ones as well). For more information see http://wxwidgets.org
224 .
225 This package contains examples of using the wxWidgets toolkit in
226 C++ and with the wxPython language binding.
227
228 Package: libwxmsw=V=U-dev
229 Architecture: i386
230 Section: otherosfs
231 Depends: wx=V-headers-msw (= ${Source-Version})
232 Description: wxMSW mingw32msvc-cross
233 mingw32msvc-cross wxMSW libs.
234
235 Package: libwxmsw=V=U-dbg
236 Architecture: i386
237 Section: otherosfs
238 Depends: wx=V-headers-msw (= ${Source-Version})
239 Description: wxMSW mingw32msvc-cross (debug)
240 mingw32msvc-cross wxMSW libs.
241 __WXDEBUG__ version.
242
243 Package: wx=V-headers-msw
244 Architecture: i386
245 Section: otherosfs
246 Depends: wx=V-headers (= ${Source-Version})
247 Description: Extra wxWidgets headers for mingw32msvc-cross
248 Headers required by the wxWidgets mingw32msvc-cross libraries.
249