]>
Commit | Line | Data |
---|---|---|
1 | Source: wxwindows=V | |
2 | Section: libs | |
3 | Priority: optional | |
4 | Build-Depends: debhelper (>=2.0), flex, bison, gettext, libgtk1.2-dev, python (>=2.2), python (<<2.3), python2.2-dev, zlib1g-dev, libjpeg62-dev, libpng12-0-dev, libtiff3g-dev, libgl-dev, libglu-dev, libesd0-dev | |
5 | Maintainer: Ron Lee <ron@debian.org> | |
6 | Standards-Version: 3.5.8.0 | |
7 | ||
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. | |
18 | wxBase currently supports the following platforms: Generic Unix (Linux, FreeBSD, | |
19 | 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 for use in console apps and daemons. You do not need | |
23 | this package to build or use wxWindows GUI apps. | |
24 | ||
25 | Package: libwxbase=V-dev | |
26 | Architecture: any | |
27 | Section: devel | |
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. | |
41 | . | |
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 | |
47 | Priority: extra | |
48 | Depends: wxwin=V-headers (= ${Source-Version}), libc6-dev | |
49 | Conflicts: libwxbase-dbg | |
50 | Replaces: libwxbase-dbg | |
51 | Provides: libwxbase-dbg | |
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. | |
58 | wxBase currently supports the following platforms: Generic Unix (Linux, FreeBSD, | |
59 | Solaris, HP-UX, ...) win32, and BeOS. | |
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. | |
65 | ||
66 | Package: libwxgtk=V | |
67 | Architecture: any | |
68 | Section: libs | |
69 | Depends: ${shlibs:Depends} | |
70 | Suggests: libgl1 | |
71 | Replaces: wxgtk2.1 | |
72 | Description: wxWindows Cross-platform C++ GUI toolkit (GTK+ runtime) | |
73 | wxWindows is a class library for C++ providing GUI (Graphical User | |
74 | Interface) and other facilities on more than one platform. Version =V | |
75 | currently supports subsets of GTK+, Motif, and MS Windows. | |
76 | . | |
77 | This package provides the shared libraries needed to run programs linked | |
78 | against wxWindows. To use the (optional) glcanvas library you will need | |
79 | to have Mesa or OpenGL installed. | |
80 | ||
81 | Package: libwxgtk=V-dev | |
82 | Architecture: any | |
83 | Section: devel | |
84 | Depends: wxwin=V-headers (= ${Source-Version}), libwxgtk=V (= ${Source-Version}), libc6-dev | |
85 | Suggests: wxwin=V-doc, libstdc++-dev, gettext, libgl-dev | |
86 | Conflicts: libwxgtk-dev | |
87 | Replaces: libwxgtk-dev, wxgtk2.1-dev | |
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 | |
91 | Interface) and other facilities on more than one platform. Version =V | |
92 | currently supports subsets of GTK+, Motif, and MS Windows. | |
93 | . | |
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 | |
101 | Priority: extra | |
102 | Depends: wxwin=V-headers (= ${Source-Version}), libc6-dev | |
103 | Conflicts: libwxgtk-dbg | |
104 | Replaces: libwxgtk-dbg | |
105 | Provides: libwxgtk-dbg | |
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. | |
115 | ||
116 | Package: libwxgtk=V-python | |
117 | Architecture: any | |
118 | Section: interpreters | |
119 | Depends: python (>=2.2), python (<<2.3), ${shlibs:Depends} | |
120 | Suggests: wxwin=V-doc, wxwin=V-examples, python2.2-xml | |
121 | Conflicts: libwxgtk-python, python-wxwin, libwxgtk2.2-python-contrib, libwxgtk2.2-python, libwxgtk2.3-python | |
122 | Replaces: libwxgtk-python, python-wxwin, libwxgtk2.2-python-contrib, libwxgtk2.2-python, libwxgtk2.3-python | |
123 | Provides: libwxgtk-python | |
124 | Description: wxWindows Cross-platform C++ GUI toolkit (wxPython binding) | |
125 | wxWindows is a class library for C++ providing GUI (Graphical User | |
126 | Interface) and other facilities on more than one platform. Version =V | |
127 | currently supports subsets of GTK+, Motif, and MS Windows. | |
128 | . | |
129 | This package provides a Python binding to the wxGTK library and it's | |
130 | contrib libs. If you wish to use xrced you'll also need the python-xml | |
131 | package installed. | |
132 | ||
133 | Package: libwxgtk=V-contrib | |
134 | Architecture: any | |
135 | Section: libs | |
136 | Depends: libwxgtk=V (= ${Source-Version}), ${shlibs:Depends} | |
137 | Description: wxWindows Cross-platform C++ GUI toolkit (runtime contrib libs) | |
138 | wxWindows is a class library for C++ providing GUI (Graphical User | |
139 | Interface) and other facilities on more than one platform. Version =V | |
140 | currently supports subsets of GTK+, Motif, and MS Windows. | |
141 | . | |
142 | This package provides the contrib libs from the wxWindows source tree | |
143 | ||
144 | Package: libwxgtk=V-contrib-dev | |
145 | Architecture: any | |
146 | Section: devel | |
147 | Depends: wxwin=V-headers (= ${Source-Version}), libwxgtk=V-dev (= ${Source-Version}), libwxgtk=V-contrib (= ${Source-Version}), libc6-dev | |
148 | Conflicts: libwxgtk-contrib-dev | |
149 | Replaces: libwxgtk-contrib-dev | |
150 | Provides: libwxgtk-contrib-dev | |
151 | Description: wxWindows Cross-platform C++ GUI toolkit (development contrib libs) | |
152 | wxWindows is a class library for C++ providing GUI (Graphical User | |
153 | Interface) and other facilities on more than one platform. Version =V | |
154 | currently supports subsets of GTK+, Motif, and MS Windows. | |
155 | . | |
156 | Install this package if you wish to compile applications that use the | |
157 | contrib libs from the wxWindows source tree. | |
158 | ||
159 | Package: wxwin=V-headers | |
160 | Architecture: any | |
161 | Section: devel | |
162 | Conflicts: wxwin-headers, libwxgtk2.3 | |
163 | Replaces: wxwin-headers, wxgtk2.1-dev | |
164 | Provides: wxwin-headers | |
165 | Description: wxWindows Cross-platform C++ GUI toolkit (header files) | |
166 | wxWindows is a class library for C++ providing GUI (Graphical User | |
167 | Interface) and other facilities on more than one platform. Version =V | |
168 | currently supports subsets of GTK+, Motif, and MS Windows. | |
169 | . | |
170 | This package provides the common header files required to build applications | |
171 | using the wxWindows toolkit. | |
172 | ||
173 | Package: wxwin=V-i18n | |
174 | Architecture: all | |
175 | Section: libs | |
176 | Conflicts: wxwin-i18n | |
177 | Replaces: wxwin-i18n | |
178 | Provides: wxwin-i18n | |
179 | Description: wxWindows Cross-platform C++ GUI toolkit (i18n support) | |
180 | wxWindows is a class library for C++ providing GUI (Graphical User | |
181 | Interface) and other facilities on more than one platform. Version =V | |
182 | currently supports subsets of GTK+, Motif, and MS Windows. | |
183 | . | |
184 | This package provides the i18n message catalogs for wxWindows. | |
185 | ||
186 | Package: wxwin=V-doc | |
187 | Architecture: all | |
188 | Section: doc | |
189 | Suggests: doc-base, www-browser | |
190 | Description: wxWindows Cross-platform C++ GUI toolkit (documentation) | |
191 | wxWindows is a class library for C++ providing GUI (Graphical User | |
192 | Interface) and other facilities on more than one platform. Version =V | |
193 | currently supports subsets of GTK+, Motif, and MS Windows. | |
194 | . | |
195 | This package provides a HTML version of the wxWindows reference manual. | |
196 | ||
197 | Package: wxwin=V-examples | |
198 | Architecture: all | |
199 | Section: devel | |
200 | Suggests: libwxgtk=V-dev (= ${Source-Version}), wxwin=V-doc | |
201 | Description: wxWindows Cross-platform C++ GUI toolkit (examples) | |
202 | wxWindows is a class library for C++ providing GUI (Graphical User | |
203 | Interface) and other facilities on more than one platform. Version =V | |
204 | currently supports subsets of GTK+, Motif, and MS Windows. | |
205 | . | |
206 | This package contains examples of using the wxWindows toolkit in | |
207 | C++ and with the wxPython language binding. | |
208 | ||
209 | Package: libwxgtk=V-univ | |
210 | Architecture: any | |
211 | Section: libs | |
212 | Depends: wxwin=V-headers (= ${Source-Version}), libwxgtk=V (= ${Source-Version}), libc6-dev, ${shlibs:Depends} | |
213 | Suggests: wxwin=V-doc, libstdc++-dev, gettext, libgl-dev | |
214 | Description: wxWindows Cross-platform C++ GUI toolkit (wxUNIVERSAL widgets) | |
215 | wxWindows is a class library for C++ providing GUI (Graphical User | |
216 | Interface) and other facilities on more than one platform. Version =V | |
217 | currently supports subsets of GTK+, Motif, and MS Windows. | |
218 | . | |
219 | This package is built to use the wxUNIVERSAL widget set instead of | |
220 | native gtk widgets. | |
221 | ||
222 | Package: libwxbase-msw=V-dev | |
223 | Architecture: i386 | |
224 | Section: otherosfs | |
225 | Depends: wxwin=V-headers-msw (= ${Source-Version}) | |
226 | Conflicts: libwxbase-msw-dev | |
227 | Replaces: libwxbase-msw-dev | |
228 | Provides: libwxbase-msw-dev | |
229 | Description: wxBase mingw32msvc-cross | |
230 | mingw32msvc-cross wxBase libs. | |
231 | ||
232 | Package: libwxbase-msw=V-dbg | |
233 | Architecture: i386 | |
234 | Section: otherosfs | |
235 | Depends: wxwin=V-headers-msw (= ${Source-Version}) | |
236 | Conflicts: libwxbase-msw-dbg | |
237 | Replaces: libwxbase-msw-dbg | |
238 | Provides: libwxbase-msw-dbg | |
239 | Description: wxBase mingw32msvc-cross (debug) | |
240 | mingw32msvc-cross wxBase libs. | |
241 | __WXDEBUG__ version. | |
242 | ||
243 | Package: libwxmsw=V-dev | |
244 | Architecture: i386 | |
245 | Section: otherosfs | |
246 | Depends: wxwin=V-headers-msw (= ${Source-Version}) | |
247 | Conflicts: libwxmsw-dev | |
248 | Replaces: libwxmsw-dev | |
249 | Provides: libwxmsw-dev | |
250 | Description: wxMSW mingw32msvc-cross | |
251 | mingw32msvc-cross wxMSW libs. | |
252 | ||
253 | Package: libwxmsw=V-dbg | |
254 | Architecture: i386 | |
255 | Section: otherosfs | |
256 | Depends: wxwin=V-headers-msw (= ${Source-Version}) | |
257 | Conflicts: libwxmsw-dbg | |
258 | Replaces: libwxmsw-dbg | |
259 | Provides: libwxmsw-dbg | |
260 | Description: wxMSW mingw32msvc-cross (debug) | |
261 | mingw32msvc-cross wxMSW libs. | |
262 | __WXDEBUG__ version. | |
263 | ||
264 | Package: wxwin=V-headers-msw | |
265 | Architecture: i386 | |
266 | Section: otherosfs | |
267 | Depends: wxwin=V-headers (= ${Source-Version}) | |
268 | Conflicts: wxwin-headers-msw | |
269 | Replaces: wxwin-headers-msw | |
270 | Provides: wxwin-headers-msw | |
271 | Description: Extra wxWindows headers for mingw32msvc-cross | |
272 | Headers required by the wxWindows mingw32msvc-cross libraries. | |
273 |