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