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