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