]>
Commit | Line | Data |
---|---|---|
e0a4aa8a | 1 | Source: wxwindows=V |
e4c4c1c6 RL |
2 | Section: libs |
3 | Priority: optional | |
050207ec | 4 | Build-Depends: debhelper (>=1.1.17), flex, bison, 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 | |
f6bcfd97 | 28 | Depends: wxwin=V-headers (= ${Source-Version}), libwxbase=V (= ${Source-Version}), 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 | |
47 | Depends: wxwin=V-headers (= ${Source-Version}), libc6-dev | |
050207ec RL |
48 | Conflicts: libwxbase-dbg |
49 | Replaces: libwxbase-dbg | |
50 | Provides: libwxbase-dbg | |
f6bcfd97 BP |
51 | Description: wxBase library (debug) - non-GUI support classes of wxWindows toolkit |
52 | wxBase is a collection of C++ classes providing basic data structures | |
53 | (strings, lists, arrays), powerful wxDateTime class for date manipulations, | |
54 | portable wrappers around many OS-specific functions allowing to build the | |
55 | same program under all supported folders, wxThread class for writing | |
56 | multithreaded programs using either Win32 or POSIX threads and much more. | |
050207ec RL |
57 | wxBase currently supports the following platforms: Generic Unix (Linux, FreeBSD, |
58 | Solaris, HP-UX, ...) win32, and BeOS. | |
f6bcfd97 BP |
59 | . |
60 | This package provides a debug version of the wxBase library. It is compiled | |
61 | both with -g for normal debugger tracing and with the __WXDEBUG__ flag which | |
62 | provides many internal checks by wxWindows itself that are not performed on | |
63 | apps compiled with the 'release version' libs in the -dev package. | |
5c0e67b2 | 64 | |
e4c4c1c6 RL |
65 | Package: libwxgtk=V |
66 | Architecture: any | |
67 | Section: libs | |
68 | Depends: ${shlibs:Depends} | |
050207ec RL |
69 | Suggests: libgl1 |
70 | Replaces: wxgtk2.1 | |
e4c4c1c6 RL |
71 | Description: wxWindows Cross-platform C++ GUI toolkit (GTK+ runtime) |
72 | wxWindows is a class library for C++ providing GUI (Graphical User | |
f6bcfd97 | 73 | Interface) and other facilities on more than one platform. Version =V |
e4c4c1c6 RL |
74 | currently supports subsets of GTK+, Motif, and MS Windows. |
75 | . | |
76 | This package provides the shared libraries needed to run programs linked | |
f6bcfd97 BP |
77 | against wxWindows. To use the (optional) glcanvas library you will need |
78 | to have Mesa or OpenGL installed. | |
e4c4c1c6 RL |
79 | |
80 | Package: libwxgtk=V-dev | |
81 | Architecture: any | |
82 | Section: devel | |
f6bcfd97 | 83 | Depends: wxwin=V-headers (= ${Source-Version}), libwxgtk=V (= ${Source-Version}), libc6-dev |
050207ec | 84 | Suggests: wxwin=V-doc, libstdc++-dev, gettext, libgl-dev |
e4c4c1c6 | 85 | Conflicts: libwxgtk-dev |
050207ec | 86 | Replaces: libwxgtk-dev, wxgtk2.1-dev |
e4c4c1c6 RL |
87 | Provides: libwxgtk-dev |
88 | Description: wxWindows Cross-platform C++ GUI toolkit (GTK+ development) | |
89 | wxWindows is a class library for C++ providing GUI (Graphical User | |
f6bcfd97 | 90 | Interface) and other facilities on more than one platform. Version =V |
e4c4c1c6 RL |
91 | currently supports subsets of GTK+, Motif, and MS Windows. |
92 | . | |
f6bcfd97 BP |
93 | This package provides files needed to compile wxWindows programs. If you |
94 | want to compile apps using the (optional) glcanvas library you will need | |
95 | to have Mesa or OpenGL installed too. | |
96 | ||
97 | Package: libwxgtk=V-dbg | |
98 | Architecture: any | |
99 | Section: devel | |
100 | Depends: wxwin=V-headers (= ${Source-Version}), libc6-dev | |
050207ec RL |
101 | Conflicts: libwxgtk-dbg |
102 | Replaces: libwxgtk-dbg | |
103 | Provides: libwxgtk-dbg | |
f6bcfd97 BP |
104 | Description: wxWindows Cross-platform C++ GUI toolkit (GTK+ development) |
105 | wxWindows is a class library for C++ providing GUI (Graphical User | |
106 | Interface) and other facilities on more than one platform. Version =V | |
107 | currently supports subsets of GTK+, Motif, and MS Windows. | |
108 | . | |
109 | This package provides a debug version of the wxGtk library. It is compiled | |
110 | both with -g for normal debugger tracing and with the __WXDEBUG__ flag which | |
111 | provides many internal checks by wxWindows itself that are not performed on | |
112 | apps compiled with the 'release version' libs in the -dev package. | |
e4c4c1c6 | 113 | |
e0a4aa8a RL |
114 | Package: libwxgtk=V-python |
115 | Architecture: any | |
116 | Section: interpreters | |
050207ec | 117 | Depends: libwxgtk=V (= ${Source-Version}), libwxgtk=V-contrib (= ${Source-Version}), python-base (>=1.5.2), ${shlibs:Depends} |
e0a4aa8a | 118 | Suggests: wxwin=V-doc |
050207ec RL |
119 | Conflicts: libwxgtk=V-python-contrib, python-wxwin |
120 | Replaces: libwxgtk=V-python-contrib, python-wxwin | |
e0a4aa8a RL |
121 | Description: wxWindows Cross-platform C++ GUI toolkit (Python binding) |
122 | wxWindows is a class library for C++ providing GUI (Graphical User | |
f6bcfd97 | 123 | Interface) and other facilities on more than one platform. Version =V |
e0a4aa8a RL |
124 | currently supports subsets of GTK+, Motif, and MS Windows. |
125 | . | |
050207ec RL |
126 | This package provides a Python binding to the wxGTK library and it's |
127 | contrib libs. | |
e0a4aa8a | 128 | |
f6bcfd97 BP |
129 | Package: libwxgtk=V-contrib |
130 | Architecture: any | |
131 | Section: libs | |
132 | Depends: libwxgtk=V (= ${Source-Version}), ${shlibs:Depends} | |
133 | Description: wxWindows Cross-platform C++ GUI toolkit (runtime contrib libs) | |
134 | wxWindows is a class library for C++ providing GUI (Graphical User | |
135 | Interface) and other facilities on more than one platform. Version =V | |
136 | currently supports subsets of GTK+, Motif, and MS Windows. | |
137 | . | |
138 | This package provides the contrib libs of the wxWindows source tree | |
139 | (mmedia, ogl, stc) | |
140 | ||
141 | Package: libwxgtk=V-contrib-dev | |
142 | Architecture: any | |
143 | Section: devel | |
050207ec | 144 | Depends: wxwin=V-headers (= ${Source-Version}), libwxgtk=V-dev (= ${Source-Version}), libwxgtk=V-contrib (= ${Source-Version}), libc6-dev |
f6bcfd97 BP |
145 | Conflicts: libwxgtk-contrib-dev |
146 | Replaces: libwxgtk-contrib-dev | |
147 | Provides: libwxgtk-contrib-dev | |
148 | Description: wxWindows Cross-platform C++ GUI toolkit (development contrib libs) | |
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 | Install this package if you wish to compile applications that use the | |
154 | contrib libs from the wxWindows source tree (mmedia, ogl, stc) | |
155 | ||
156 | Package: wxwin=V-headers | |
157 | Architecture: any | |
158 | Section: devel | |
159 | Conflicts: wxwin-headers | |
050207ec | 160 | Replaces: wxwin-headers, wxgtk2.1-dev |
f6bcfd97 BP |
161 | Provides: wxwin-headers |
162 | Description: wxWindows Cross-platform C++ GUI toolkit (header files) | |
163 | wxWindows is a class library for C++ providing GUI (Graphical User | |
164 | Interface) and other facilities on more than one platform. Version =V | |
165 | currently supports subsets of GTK+, Motif, and MS Windows. | |
166 | . | |
167 | This package provides the common header files required to build applications | |
168 | using the wxWindows toolkit. | |
169 | ||
3ca6a5f0 BP |
170 | Package: wxwin=V-i18n |
171 | Architecture: all | |
172 | Section: libs | |
173 | Conflicts: wxwin-i18n | |
174 | Replaces: wxwin-i18n | |
175 | Provides: wxwin-i18n | |
176 | Description: wxWindows Cross-platform C++ GUI toolkit (i18n support) | |
177 | wxWindows is a class library for C++ providing GUI (Graphical User | |
178 | Interface) and other facilities on more than one platform. Version =V | |
179 | currently supports subsets of GTK+, Motif, and MS Windows. | |
180 | . | |
181 | This package provides the i18n message catalogs for wxWindows. | |
182 | ||
e0a4aa8a | 183 | Package: wxwin=V-doc |
f538864d RL |
184 | Architecture: all |
185 | Section: doc | |
186 | Suggests: doc-base, www-browser | |
187 | Description: wxWindows Cross-platform C++ GUI toolkit (documentation) | |
188 | wxWindows is a class library for C++ providing GUI (Graphical User | |
f6bcfd97 | 189 | Interface) and other facilities on more than one platform. Version =V |
f538864d RL |
190 | currently supports subsets of GTK+, Motif, and MS Windows. |
191 | . | |
192 | This package provides a HTML version of the wxWindows reference manual. | |
193 | ||
5c0e67b2 RL |
194 | Package: wxwin=V-examples |
195 | Architecture: all | |
196 | Section: devel | |
197 | Suggests: libwxgtk=V-dev (= ${Source-Version}), wxwin=V-doc | |
198 | Description: wxWindows Cross-platform C++ GUI toolkit (examples) | |
199 | wxWindows is a class library for C++ providing GUI (Graphical User | |
f6bcfd97 | 200 | Interface) and other facilities on more than one platform. Version =V |
5c0e67b2 RL |
201 | currently supports subsets of GTK+, Motif, and MS Windows. |
202 | . | |
203 | This package contains examples of using the wxWindows toolkit. | |
204 |