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