]> git.saurik.com Git - wxWidgets.git/blob - debian/control.in
wxUSE_XRC implies wxUSE_XML now
[wxWidgets.git] / debian / control.in
1 Source: wxwidgets=V
2 Section: libs
3 Priority: optional
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
5 Maintainer: Ron Lee <ron@debian.org>
6 Standards-Version: 3.6.1.1
7
8 Package: libwxgtk=V
9 Architecture: any
10 Section: libs
11 Depends: ${shlibs:Depends}
12 Replaces: wxgtk2.1
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
17 .
18 This package provides the shared libraries needed to run programs linked
19 against wxWidgets. To use the (optional) glcanvas library you will need
20 to have Mesa or OpenGL installed.
21
22 Package: libwxgtk=V-dev
23 Architecture: any
24 Section: libdevel
25 Depends: wx=V-headers (= ${Source-Version}), libwxgtk=V (= ${Source-Version}), libc6-dev
26 Suggests: wxwin=V-doc, libstdc++-dev, gettext, xlibmesa-gl-dev | libgl-dev, xlibmesa-glu-dev | libglu-dev
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
31 .
32 This package provides files needed to compile wxWidgets programs. If you
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
38 Section: libdevel
39 Priority: extra
40 Depends: wx=V-headers (= ${Source-Version}), libc6-dev
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
45 .
46 This package provides a debug version of the wxGTK library. It is compiled
47 both with -g for normal debugger tracing and with the __WXDEBUG__ flag which
48 provides many internal checks by wxWidgets itself that are not performed on
49 apps compiled with the 'release version' libs in the -dev package.
50
51 Package: libwxgtk=V-python
52 Architecture: any
53 Section: python
54 Depends: =PY, ${shlibs:Depends}
55 Suggests: wx=V-doc, wx=V-examples, =PY-xml
56 Conflicts: libwxgtk-python, libwxgtk=V-dbg-python, python-wxwin, libwxgtk2.2-python-contrib, libwxgtk2.2-python, libwxgtk2.3-python
57 Replaces: libwxgtk-python, libwxgtk=V-dbg-python, python-wxwin, libwxgtk2.2-python-contrib, libwxgtk2.2-python, libwxgtk2.3-python
58 Provides: libwxgtk-python
59 Description: wxWidgets Cross-platform C++ GUI toolkit (wxPython binding)
60 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
61 GUI components and other facilities on several popular platforms (and some
62 unpopular ones as well). For more information see http://wxwidgets.org
63 .
64 This package provides a Python binding to the wxGTK library and its
65 contrib libs. If you wish to use xrced you'll also need the python-xml
66 package installed.
67
68 Package: wx=V-headers
69 Architecture: any
70 Section: devel
71 Description: wxWidgets Cross-platform C++ GUI toolkit (header files)
72 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
73 GUI components and other facilities on several popular platforms (and some
74 unpopular ones as well). For more information see http://wxwidgets.org
75 .
76 This package provides the common header files required to build applications
77 using the wxWidgets toolkit.
78
79 Package: wx=V-i18n
80 Architecture: all
81 Section: libs
82 Conflicts: wx-i18n, wxwin-i18n
83 Replaces: wx-i18n, wxwin-i18n
84 Provides: wx-i18n
85 Description: wxWidgets Cross-platform C++ GUI toolkit (i18n support)
86 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
87 GUI components and other facilities on several popular platforms (and some
88 unpopular ones as well). For more information see http://wxwidgets.org
89 .
90 This package provides the i18n message catalogs for wxWidgets.
91
92 Package: wx=V-doc
93 Architecture: all
94 Section: doc
95 Provides: wx-doc
96 Suggests: doc-base, www-browser
97 Description: wxWidgets Cross-platform C++ GUI toolkit (documentation)
98 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
99 GUI components and other facilities on several popular platforms (and some
100 unpopular ones as well). For more information see http://wxwidgets.org
101 .
102 This package provides a HTML version of the wxWidgets reference manual.
103
104 Package: wx=V-examples
105 Architecture: all
106 Section: devel
107 Suggests: libwxgtk=V-dev (= ${Source-Version}), wxwin=V-doc
108 Description: wxWidgets Cross-platform C++ GUI toolkit (examples)
109 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
110 GUI components and other facilities on several popular platforms (and some
111 unpopular ones as well). For more information see http://wxwidgets.org
112 .
113 This package contains examples of using the wxWidgets toolkit in
114 C++ and with the wxPython language binding.
115
116 Package: libwxgtk=V-dbg-python
117 Architecture: any
118 Section: python
119 Depends: =PY, ${shlibs:Depends}
120 Suggests: wxwin=V-doc, wxwin=V-examples, =PY-xml
121 Conflicts: libwxgtk=V-python
122 Replaces: libwxgtk=V-python
123 Provides: libwxgtk=V-python
124 Description: wxWindows Cross-platform C++ GUI toolkit (wxPython binding)
125 wxWindows is a class library for C++ providing GUI (Graphical User
126 Interface) and other facilities on more than one platform. Version =V
127 currently supports subsets of GTK+, Motif, and MS Windows.
128 .
129 This package provides a Python binding to the wxGTK debug library.
130 It is useful for developers as many common errors may be caught.
131 Unfortunately it cannot be installed at the same time as the release
132 packages, but it will replace them for other applications that require
133 wxPython. You should _never_ upload packages to Debian that depend upon
134 this package explicitly, use the libwxgtk=V-python package instead.
135 .
136 If you wish to use xrced you'll also need the python-xml package installed.
137
138 Package: libwxmsw=V-dev
139 Architecture: i386
140 Section: otherosfs
141 Depends: wx=V-headers-msw (= ${Source-Version})
142 Description: wxMSW mingw32msvc-cross
143 mingw32msvc-cross wxMSW libs.
144
145 Package: libwxmsw=V-dbg
146 Architecture: i386
147 Section: otherosfs
148 Depends: wx=V-headers-msw (= ${Source-Version})
149 Description: wxMSW mingw32msvc-cross (debug)
150 mingw32msvc-cross wxMSW libs.
151 __WXDEBUG__ version.
152
153 Package: wx=V-headers-msw
154 Architecture: i386
155 Section: otherosfs
156 Depends: wx=V-headers (= ${Source-Version})
157 Description: Extra wxWidgets headers for mingw32msvc-cross
158 Headers required by the wxWidgets mingw32msvc-cross libraries.
159