]>
Commit | Line | Data |
---|---|---|
e1293dcf | 1 | Source: wxwidgets=V |
e4c4c1c6 RL |
2 | Section: libs |
3 | Priority: optional | |
e1293dcf | 4 | Build-Depends: debhelper (>=4.0), flex, bison, gettext, libgtk2.0-dev, =PY, =PY-dev, zlib1g-dev, libjpeg62-dev, libpng12-dev, libtiff3g-dev, xlibmesa-gl-dev | libgl-dev, xlibmesa-glu-dev | libglu-dev, libesd0-dev |
e4c4c1c6 | 5 | Maintainer: Ron Lee <ron@debian.org> |
e1293dcf | 6 | Standards-Version: 3.6.1.0 |
5c0e67b2 | 7 | |
e4c4c1c6 RL |
8 | Package: libwxgtk=V |
9 | Architecture: any | |
10 | Section: libs | |
11 | Depends: ${shlibs:Depends} | |
050207ec RL |
12 | Suggests: libgl1 |
13 | Replaces: wxgtk2.1 | |
e1293dcf RL |
14 | Description: wxWidgets Cross-platform C++ GUI toolkit (GTK+ runtime) |
15 | wxWidgets (formerly known as wxWindows) is a class library for C++ providing | |
16 | GUI components and other facilities on several popular platforms (and some | |
17 | unpopular ones as well). For more information see http://wxwidgets.org | |
e4c4c1c6 RL |
18 | . |
19 | This package provides the shared libraries needed to run programs linked | |
e1293dcf | 20 | against wxWidgets. To use the (optional) glcanvas library you will need |
f6bcfd97 | 21 | to have Mesa or OpenGL installed. |
e4c4c1c6 RL |
22 | |
23 | Package: libwxgtk=V-dev | |
24 | Architecture: any | |
e1293dcf RL |
25 | Section: libdevel |
26 | Depends: wx=V-headers (= ${Source-Version}), libwxgtk=V (= ${Source-Version}), libc6-dev | |
27 | Suggests: wx=V-doc, libstdc++-dev, gettext, libgl-dev | |
28 | Conflicts: libwxgtk-dev, libwxbase-dev | |
29 | Replaces: libwxgtk-dev, libwxbase-dev, wxgtk2.1-dev | |
e4c4c1c6 | 30 | Provides: libwxgtk-dev |
e1293dcf RL |
31 | Description: wxWidgets Cross-platform C++ GUI toolkit (GTK+ development) |
32 | wxWidgets (formerly known as wxWindows) is a class library for C++ providing | |
33 | GUI components and other facilities on several popular platforms (and some | |
34 | unpopular ones as well). For more information see http://wxwidgets.org | |
e4c4c1c6 | 35 | . |
e1293dcf | 36 | This package provides files needed to compile wxWidgets programs. If you |
f6bcfd97 BP |
37 | want to compile apps using the (optional) glcanvas library you will need |
38 | to have Mesa or OpenGL installed too. | |
39 | ||
40 | Package: libwxgtk=V-dbg | |
41 | Architecture: any | |
e1293dcf | 42 | Section: libdevel |
ab0e718d | 43 | Priority: extra |
e1293dcf RL |
44 | Depends: wx=V-headers (= ${Source-Version}), libc6-dev |
45 | Conflicts: libwxgtk-dbg, libwxbase-dbg | |
46 | Replaces: libwxgtk-dbg, libwxbase-dbg | |
050207ec | 47 | Provides: libwxgtk-dbg |
e1293dcf RL |
48 | Description: wxWidgets Cross-platform C++ GUI toolkit (GTK+ development) |
49 | wxWidgets (formerly known as wxWindows) is a class library for C++ providing | |
50 | GUI components and other facilities on several popular platforms (and some | |
51 | unpopular ones as well). For more information see http://wxwidgets.org | |
f6bcfd97 | 52 | . |
e1293dcf | 53 | This package provides a debug version of the wxGTK library. It is compiled |
f6bcfd97 | 54 | both with -g for normal debugger tracing and with the __WXDEBUG__ flag which |
e1293dcf | 55 | provides many internal checks by wxWidgets itself that are not performed on |
f6bcfd97 | 56 | apps compiled with the 'release version' libs in the -dev package. |
e4c4c1c6 | 57 | |
e0a4aa8a RL |
58 | Package: libwxgtk=V-python |
59 | Architecture: any | |
e1293dcf RL |
60 | Section: python |
61 | Depends: =PY, ${shlibs:Depends} | |
62 | Suggests: wx=V-doc, wx=V-examples, =PY-xml | |
094e328c RL |
63 | Conflicts: libwxgtk-python, python-wxwin, libwxgtk2.2-python-contrib, libwxgtk2.2-python, libwxgtk2.3-python |
64 | Replaces: libwxgtk-python, python-wxwin, libwxgtk2.2-python-contrib, libwxgtk2.2-python, libwxgtk2.3-python | |
65 | Provides: libwxgtk-python | |
e1293dcf RL |
66 | Description: wxWidgets Cross-platform C++ GUI toolkit (wxPython binding) |
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 | |
e0a4aa8a | 70 | . |
050207ec | 71 | This package provides a Python binding to the wxGTK library and it's |
deefd679 RL |
72 | contrib libs. If you wish to use xrced you'll also need the python-xml |
73 | package installed. | |
e0a4aa8a | 74 | |
f6bcfd97 BP |
75 | Package: libwxgtk=V-contrib |
76 | Architecture: any | |
77 | Section: libs | |
e1293dcf RL |
78 | Depends: ${shlibs:Depends} |
79 | Description: wxWidgets Cross-platform C++ GUI toolkit (runtime contrib libs) | |
80 | wxWidgets (formerly known as wxWindows) is a class library for C++ providing | |
81 | GUI components and other facilities on several popular platforms (and some | |
82 | unpopular ones as well). For more information see http://wxwidgets.org | |
f6bcfd97 | 83 | . |
e1293dcf | 84 | This package provides the contrib libs from the wxWidgets source tree |
7b7a7637 | 85 | |
f6bcfd97 BP |
86 | Package: libwxgtk=V-contrib-dev |
87 | Architecture: any | |
e1293dcf RL |
88 | Section: libdevel |
89 | Depends: wx=V-headers (= ${Source-Version}), libwxgtk=V-dev (= ${Source-Version}), libwxgtk=V-contrib (= ${Source-Version}), libc6-dev | |
f6bcfd97 BP |
90 | Conflicts: libwxgtk-contrib-dev |
91 | Replaces: libwxgtk-contrib-dev | |
92 | Provides: libwxgtk-contrib-dev | |
e1293dcf RL |
93 | Description: wxWidgets Cross-platform C++ GUI toolkit (development contrib libs) |
94 | wxWidgets (formerly known as wxWindows) is a class library for C++ providing | |
95 | GUI components and other facilities on several popular platforms (and some | |
96 | unpopular ones as well). For more information see http://wxwidgets.org | |
f6bcfd97 BP |
97 | . |
98 | Install this package if you wish to compile applications that use the | |
e1293dcf | 99 | contrib libs from the wxWidgets source tree. |
f6bcfd97 | 100 | |
e1293dcf | 101 | Package: wx=V-headers |
f6bcfd97 BP |
102 | Architecture: any |
103 | Section: devel | |
e1293dcf RL |
104 | Conflicts: wx-headers, wxwin-headers |
105 | Replaces: wx-headers, wxwin-headers, wxgtk2.1-dev, libwxgtk2.3 | |
106 | Provides: wx-headers | |
107 | Description: wxWidgets Cross-platform C++ GUI toolkit (header files) | |
108 | wxWidgets (formerly known as wxWindows) is a class library for C++ providing | |
109 | GUI components and other facilities on several popular platforms (and some | |
110 | unpopular ones as well). For more information see http://wxwidgets.org | |
f6bcfd97 BP |
111 | . |
112 | This package provides the common header files required to build applications | |
e1293dcf | 113 | using the wxWidgets toolkit. |
f6bcfd97 | 114 | |
e1293dcf | 115 | Package: wx=V-i18n |
3ca6a5f0 BP |
116 | Architecture: all |
117 | Section: libs | |
e1293dcf RL |
118 | Conflicts: wx-i18n, wxwin-i18n |
119 | Replaces: wx-i18n, wxwin-i18n | |
120 | Provides: wx-i18n | |
121 | Description: wxWidgets Cross-platform C++ GUI toolkit (i18n support) | |
122 | wxWidgets (formerly known as wxWindows) is a class library for C++ providing | |
123 | GUI components and other facilities on several popular platforms (and some | |
124 | unpopular ones as well). For more information see http://wxwidgets.org | |
3ca6a5f0 | 125 | . |
e1293dcf | 126 | This package provides the i18n message catalogs for wxWidgets. |
3ca6a5f0 | 127 | |
e1293dcf | 128 | Package: wx=V-doc |
f538864d RL |
129 | Architecture: all |
130 | Section: doc | |
e1293dcf RL |
131 | Conflicts: wx-doc, wxwin2.2-doc, wxwin-doc |
132 | Replaces: wx-doc, wxwin-doc | |
133 | Provides: wx-doc | |
f538864d | 134 | Suggests: doc-base, www-browser |
e1293dcf RL |
135 | Description: wxWidgets Cross-platform C++ GUI toolkit (documentation) |
136 | wxWidgets (formerly known as wxWindows) is a class library for C++ providing | |
137 | GUI components and other facilities on several popular platforms (and some | |
138 | unpopular ones as well). For more information see http://wxwidgets.org | |
f538864d | 139 | . |
e1293dcf | 140 | This package provides a HTML version of the wxWidgets reference manual. |
f538864d | 141 | |
e1293dcf | 142 | Package: wx=V-examples |
5c0e67b2 RL |
143 | Architecture: all |
144 | Section: devel | |
145 | Suggests: libwxgtk=V-dev (= ${Source-Version}), wxwin=V-doc | |
e1293dcf RL |
146 | Description: wxWidgets Cross-platform C++ GUI toolkit (examples) |
147 | wxWidgets (formerly known as wxWindows) is a class library for C++ providing | |
148 | GUI components and other facilities on several popular platforms (and some | |
149 | unpopular ones as well). For more information see http://wxwidgets.org | |
5c0e67b2 | 150 | . |
e1293dcf | 151 | This package contains examples of using the wxWidgets toolkit in |
094e328c RL |
152 | C++ and with the wxPython language binding. |
153 | ||
3a922bb4 RL |
154 | Package: libwxmsw=V-dev |
155 | Architecture: i386 | |
156 | Section: otherosfs | |
e1293dcf | 157 | Depends: wx=V-headers-msw (= ${Source-Version}) |
3a922bb4 RL |
158 | Conflicts: libwxmsw-dev |
159 | Replaces: libwxmsw-dev | |
160 | Provides: libwxmsw-dev | |
161 | Description: wxMSW mingw32msvc-cross | |
162 | mingw32msvc-cross wxMSW libs. | |
163 | ||
4fb788e4 RL |
164 | Package: libwxmsw=V-dbg |
165 | Architecture: i386 | |
166 | Section: otherosfs | |
e1293dcf | 167 | Depends: wx=V-headers-msw (= ${Source-Version}) |
4fb788e4 RL |
168 | Conflicts: libwxmsw-dbg |
169 | Replaces: libwxmsw-dbg | |
170 | Provides: libwxmsw-dbg | |
171 | Description: wxMSW mingw32msvc-cross (debug) | |
172 | mingw32msvc-cross wxMSW libs. | |
173 | __WXDEBUG__ version. | |
174 | ||
e1293dcf | 175 | Package: wx=V-headers-msw |
3a922bb4 RL |
176 | Architecture: i386 |
177 | Section: otherosfs | |
e1293dcf RL |
178 | Depends: wx=V-headers (= ${Source-Version}) |
179 | Conflicts: wx-headers-msw, wxwin-headers-msw | |
180 | Replaces: wx-headers-msw, wxwin-headers-msw | |
181 | Provides: wx-headers-msw | |
182 | Description: Extra wxWidgets headers for mingw32msvc-cross | |
183 | Headers required by the wxWidgets mingw32msvc-cross libraries. | |
3a922bb4 | 184 |