2000-02-21 23:02:25 +00:00
|
|
|
Source: wxwindows=V
|
2000-02-16 20:47:08 +00:00
|
|
|
Section: libs
|
|
|
|
Priority: optional
|
2001-06-11 03:02:05 +00:00
|
|
|
Build-Depends: debhelper (>=2.0), flex, bison, gettext, libgtk1.2-dev, python-dev (>=1.5.2), python-distutils, zlib1g-dev, libjpeg62-dev, libpng2-dev, libtiff3g-dev, libgl-dev, libesd0-dev
|
2000-02-16 20:47:08 +00:00
|
|
|
Maintainer: Ron Lee <ron@debian.org>
|
2001-10-09 20:44:00 +00:00
|
|
|
Standards-Version: 3.5.6.0
|
2000-02-16 20:47:08 +00:00
|
|
|
|
2000-02-24 01:15:08 +00:00
|
|
|
Package: libwxbase=V
|
|
|
|
Architecture: any
|
|
|
|
Section: libs
|
|
|
|
Depends: ${shlibs:Depends}
|
|
|
|
Description: wxBase library (runtime) - non-GUI support classes of wxWindows toolkit
|
|
|
|
wxBase is a collection of C++ classes providing basic data structures
|
|
|
|
(strings, lists, arrays), powerful wxDateTime class for date manipulations,
|
|
|
|
portable wrappers around many OS-specific functions allowing to build the
|
|
|
|
same program under all supported folders, wxThread class for writing
|
|
|
|
multithreaded programs using either Win32 or POSIX threads and much more.
|
2001-01-27 08:46:25 +00:00
|
|
|
wxBase currently supports the following platforms: Generic Unix (Linux, FreeBSD,
|
|
|
|
Solaris, HP-UX, ...), win32, and BeOS.
|
2000-02-24 01:15:08 +00:00
|
|
|
.
|
|
|
|
This package is only useful for non-gui apps. It offers a subset of the
|
|
|
|
classes in libwx_gtk=V for use in console apps and daemons. It is currently
|
|
|
|
under development and may not be as stable as the gui version.
|
|
|
|
|
|
|
|
Package: libwxbase=V-dev
|
|
|
|
Architecture: any
|
|
|
|
Section: devel
|
2001-04-07 16:14:05 +00:00
|
|
|
Depends: wxwin=V-headers (= ${Source-Version}), libwxbase=V (= ${Source-Version}), zlib1g-dev, libc6-dev
|
2000-02-24 01:15:08 +00:00
|
|
|
Suggests: wxwin=V-doc, gettext
|
|
|
|
Conflicts: libwxbase-dev
|
|
|
|
Replaces: libwxbase-dev
|
|
|
|
Provides: libwxbase-dev
|
|
|
|
Description: wxBase library (development) - non-GUI support classes of wxWindows toolkit
|
|
|
|
wxBase is a collection of C++ classes providing basic data structures
|
|
|
|
(strings, lists, arrays), powerful wxDateTime class for date manipulations,
|
|
|
|
portable wrappers around many OS-specific functions allowing to build the
|
|
|
|
same program under all supported folders, wxThread class for writing
|
|
|
|
multithreaded programs using either Win32 or POSIX threads and much more.
|
2001-01-27 08:46:25 +00:00
|
|
|
wxBase currently supports the following platforms: Generic Unix (Linux, FreeBSD,
|
|
|
|
Solaris, HP-UX, ...), win32, and BeOS.
|
2000-02-24 01:15:08 +00:00
|
|
|
.
|
2000-07-15 19:51:35 +00:00
|
|
|
This package provides the files needed to compile apps using the wxBase library.
|
|
|
|
|
|
|
|
Package: libwxbase=V-dbg
|
|
|
|
Architecture: any
|
|
|
|
Section: devel
|
2001-03-20 15:25:47 +00:00
|
|
|
Priority: extra
|
2000-07-15 19:51:35 +00:00
|
|
|
Depends: wxwin=V-headers (= ${Source-Version}), libc6-dev
|
2001-01-27 08:46:25 +00:00
|
|
|
Conflicts: libwxbase-dbg
|
|
|
|
Replaces: libwxbase-dbg
|
|
|
|
Provides: libwxbase-dbg
|
2000-07-15 19:51:35 +00:00
|
|
|
Description: wxBase library (debug) - non-GUI support classes of wxWindows toolkit
|
|
|
|
wxBase is a collection of C++ classes providing basic data structures
|
|
|
|
(strings, lists, arrays), powerful wxDateTime class for date manipulations,
|
|
|
|
portable wrappers around many OS-specific functions allowing to build the
|
|
|
|
same program under all supported folders, wxThread class for writing
|
|
|
|
multithreaded programs using either Win32 or POSIX threads and much more.
|
2001-01-27 08:46:25 +00:00
|
|
|
wxBase currently supports the following platforms: Generic Unix (Linux, FreeBSD,
|
|
|
|
Solaris, HP-UX, ...) win32, and BeOS.
|
2000-07-15 19:51:35 +00:00
|
|
|
.
|
|
|
|
This package provides a debug version of the wxBase library. It is compiled
|
|
|
|
both with -g for normal debugger tracing and with the __WXDEBUG__ flag which
|
|
|
|
provides many internal checks by wxWindows itself that are not performed on
|
|
|
|
apps compiled with the 'release version' libs in the -dev package.
|
2000-02-24 01:15:08 +00:00
|
|
|
|
2000-02-16 20:47:08 +00:00
|
|
|
Package: libwxgtk=V
|
|
|
|
Architecture: any
|
|
|
|
Section: libs
|
|
|
|
Depends: ${shlibs:Depends}
|
2001-01-27 08:46:25 +00:00
|
|
|
Suggests: libgl1
|
|
|
|
Replaces: wxgtk2.1
|
2000-02-16 20:47:08 +00:00
|
|
|
Description: wxWindows Cross-platform C++ GUI toolkit (GTK+ runtime)
|
|
|
|
wxWindows is a class library for C++ providing GUI (Graphical User
|
2000-07-15 19:51:35 +00:00
|
|
|
Interface) and other facilities on more than one platform. Version =V
|
2000-02-16 20:47:08 +00:00
|
|
|
currently supports subsets of GTK+, Motif, and MS Windows.
|
|
|
|
.
|
|
|
|
This package provides the shared libraries needed to run programs linked
|
2000-07-15 19:51:35 +00:00
|
|
|
against wxWindows. To use the (optional) glcanvas library you will need
|
|
|
|
to have Mesa or OpenGL installed.
|
2000-02-16 20:47:08 +00:00
|
|
|
|
|
|
|
Package: libwxgtk=V-dev
|
|
|
|
Architecture: any
|
|
|
|
Section: devel
|
2001-04-07 16:14:05 +00:00
|
|
|
Depends: wxwin=V-headers (= ${Source-Version}), libwxgtk=V (= ${Source-Version}), libgtk1.2-dev, zlib1g-dev, libjpeg62-dev, libpng2-dev, libtiff3g-dev, libc6-dev
|
2001-01-27 08:46:25 +00:00
|
|
|
Suggests: wxwin=V-doc, libstdc++-dev, gettext, libgl-dev
|
2000-02-16 20:47:08 +00:00
|
|
|
Conflicts: libwxgtk-dev
|
2001-01-27 08:46:25 +00:00
|
|
|
Replaces: libwxgtk-dev, wxgtk2.1-dev
|
2000-02-16 20:47:08 +00:00
|
|
|
Provides: libwxgtk-dev
|
|
|
|
Description: wxWindows Cross-platform C++ GUI toolkit (GTK+ development)
|
|
|
|
wxWindows is a class library for C++ providing GUI (Graphical User
|
2000-07-15 19:51:35 +00:00
|
|
|
Interface) and other facilities on more than one platform. Version =V
|
2000-02-16 20:47:08 +00:00
|
|
|
currently supports subsets of GTK+, Motif, and MS Windows.
|
|
|
|
.
|
2000-07-15 19:51:35 +00:00
|
|
|
This package provides files needed to compile wxWindows programs. If you
|
|
|
|
want to compile apps using the (optional) glcanvas library you will need
|
|
|
|
to have Mesa or OpenGL installed too.
|
|
|
|
|
|
|
|
Package: libwxgtk=V-dbg
|
|
|
|
Architecture: any
|
|
|
|
Section: devel
|
2001-03-20 15:25:47 +00:00
|
|
|
Priority: extra
|
2000-07-15 19:51:35 +00:00
|
|
|
Depends: wxwin=V-headers (= ${Source-Version}), libc6-dev
|
2001-01-27 08:46:25 +00:00
|
|
|
Conflicts: libwxgtk-dbg
|
|
|
|
Replaces: libwxgtk-dbg
|
|
|
|
Provides: libwxgtk-dbg
|
2000-07-15 19:51:35 +00:00
|
|
|
Description: wxWindows Cross-platform C++ GUI toolkit (GTK+ development)
|
|
|
|
wxWindows is a class library for C++ providing GUI (Graphical User
|
|
|
|
Interface) and other facilities on more than one platform. Version =V
|
|
|
|
currently supports subsets of GTK+, Motif, and MS Windows.
|
|
|
|
.
|
|
|
|
This package provides a debug version of the wxGtk library. It is compiled
|
|
|
|
both with -g for normal debugger tracing and with the __WXDEBUG__ flag which
|
|
|
|
provides many internal checks by wxWindows itself that are not performed on
|
|
|
|
apps compiled with the 'release version' libs in the -dev package.
|
2000-02-16 20:47:08 +00:00
|
|
|
|
2000-02-21 23:02:25 +00:00
|
|
|
Package: libwxgtk=V-python
|
|
|
|
Architecture: any
|
|
|
|
Section: interpreters
|
2001-03-18 23:11:58 +00:00
|
|
|
Depends: python-base (>=1.5.2), ${shlibs:Depends}
|
2001-09-28 07:00:13 +00:00
|
|
|
Suggests: wxwin=V-doc, wxwin=V-examples
|
2001-01-27 08:46:25 +00:00
|
|
|
Conflicts: libwxgtk=V-python-contrib, python-wxwin
|
|
|
|
Replaces: libwxgtk=V-python-contrib, python-wxwin
|
2001-09-28 07:00:13 +00:00
|
|
|
Description: wxWindows Cross-platform C++ GUI toolkit (wxPython binding)
|
2000-02-21 23:02:25 +00:00
|
|
|
wxWindows is a class library for C++ providing GUI (Graphical User
|
2000-07-15 19:51:35 +00:00
|
|
|
Interface) and other facilities on more than one platform. Version =V
|
2000-02-21 23:02:25 +00:00
|
|
|
currently supports subsets of GTK+, Motif, and MS Windows.
|
|
|
|
.
|
2001-01-27 08:46:25 +00:00
|
|
|
This package provides a Python binding to the wxGTK library and it's
|
|
|
|
contrib libs.
|
2000-02-21 23:02:25 +00:00
|
|
|
|
2000-07-15 19:51:35 +00:00
|
|
|
Package: libwxgtk=V-contrib
|
|
|
|
Architecture: any
|
|
|
|
Section: libs
|
|
|
|
Depends: libwxgtk=V (= ${Source-Version}), ${shlibs:Depends}
|
|
|
|
Description: wxWindows Cross-platform C++ GUI toolkit (runtime contrib libs)
|
|
|
|
wxWindows is a class library for C++ providing GUI (Graphical User
|
|
|
|
Interface) and other facilities on more than one platform. Version =V
|
|
|
|
currently supports subsets of GTK+, Motif, and MS Windows.
|
|
|
|
.
|
|
|
|
This package provides the contrib libs of the wxWindows source tree
|
|
|
|
(mmedia, ogl, stc)
|
|
|
|
|
2001-10-02 21:36:16 +00:00
|
|
|
Package: libwxgtk=V-univ
|
|
|
|
Architecture: any
|
|
|
|
Section: libs
|
|
|
|
Depends: wxwin=V-headers (= ${Source-Version}), libwxgtk=V (= ${Source-Version}), libgtk1.2-dev, zlib1g-dev, libjpeg62-dev, libpng2-dev, libtiff3g-dev, libc6-dev, ${shlibs:Depends}
|
|
|
|
Suggests: wxwin=V-doc, libstdc++-dev, gettext, libgl-dev
|
|
|
|
Description: wxWindows Cross-platform C++ GUI toolkit (wxUNIVERSAL widgets)
|
|
|
|
wxWindows is a class library for C++ providing GUI (Graphical User
|
|
|
|
Interface) and other facilities on more than one platform. Version =V
|
|
|
|
currently supports subsets of GTK+, Motif, and MS Windows.
|
|
|
|
.
|
|
|
|
This package is built to use the wxUNIVERSAL widget set instead of
|
|
|
|
native gtk widgets.
|
|
|
|
|
2000-07-15 19:51:35 +00:00
|
|
|
Package: libwxgtk=V-contrib-dev
|
|
|
|
Architecture: any
|
|
|
|
Section: devel
|
2001-01-27 08:46:25 +00:00
|
|
|
Depends: wxwin=V-headers (= ${Source-Version}), libwxgtk=V-dev (= ${Source-Version}), libwxgtk=V-contrib (= ${Source-Version}), libc6-dev
|
2000-07-15 19:51:35 +00:00
|
|
|
Conflicts: libwxgtk-contrib-dev
|
|
|
|
Replaces: libwxgtk-contrib-dev
|
|
|
|
Provides: libwxgtk-contrib-dev
|
|
|
|
Description: wxWindows Cross-platform C++ GUI toolkit (development contrib libs)
|
|
|
|
wxWindows is a class library for C++ providing GUI (Graphical User
|
|
|
|
Interface) and other facilities on more than one platform. Version =V
|
|
|
|
currently supports subsets of GTK+, Motif, and MS Windows.
|
|
|
|
.
|
|
|
|
Install this package if you wish to compile applications that use the
|
|
|
|
contrib libs from the wxWindows source tree (mmedia, ogl, stc)
|
|
|
|
|
|
|
|
Package: wxwin=V-headers
|
|
|
|
Architecture: any
|
|
|
|
Section: devel
|
|
|
|
Conflicts: wxwin-headers
|
2001-01-27 08:46:25 +00:00
|
|
|
Replaces: wxwin-headers, wxgtk2.1-dev
|
2000-07-15 19:51:35 +00:00
|
|
|
Provides: wxwin-headers
|
|
|
|
Description: wxWindows Cross-platform C++ GUI toolkit (header files)
|
|
|
|
wxWindows is a class library for C++ providing GUI (Graphical User
|
|
|
|
Interface) and other facilities on more than one platform. Version =V
|
|
|
|
currently supports subsets of GTK+, Motif, and MS Windows.
|
|
|
|
.
|
|
|
|
This package provides the common header files required to build applications
|
|
|
|
using the wxWindows toolkit.
|
|
|
|
|
2000-08-08 06:11:51 +00:00
|
|
|
Package: wxwin=V-i18n
|
|
|
|
Architecture: all
|
|
|
|
Section: libs
|
|
|
|
Conflicts: wxwin-i18n
|
|
|
|
Replaces: wxwin-i18n
|
|
|
|
Provides: wxwin-i18n
|
|
|
|
Description: wxWindows Cross-platform C++ GUI toolkit (i18n support)
|
|
|
|
wxWindows is a class library for C++ providing GUI (Graphical User
|
|
|
|
Interface) and other facilities on more than one platform. Version =V
|
|
|
|
currently supports subsets of GTK+, Motif, and MS Windows.
|
|
|
|
.
|
|
|
|
This package provides the i18n message catalogs for wxWindows.
|
|
|
|
|
2000-02-21 23:02:25 +00:00
|
|
|
Package: wxwin=V-doc
|
2000-02-17 19:07:25 +00:00
|
|
|
Architecture: all
|
|
|
|
Section: doc
|
|
|
|
Suggests: doc-base, www-browser
|
|
|
|
Description: wxWindows Cross-platform C++ GUI toolkit (documentation)
|
|
|
|
wxWindows is a class library for C++ providing GUI (Graphical User
|
2000-07-15 19:51:35 +00:00
|
|
|
Interface) and other facilities on more than one platform. Version =V
|
2000-02-17 19:07:25 +00:00
|
|
|
currently supports subsets of GTK+, Motif, and MS Windows.
|
|
|
|
.
|
|
|
|
This package provides a HTML version of the wxWindows reference manual.
|
|
|
|
|
2000-02-24 01:15:08 +00:00
|
|
|
Package: wxwin=V-examples
|
|
|
|
Architecture: all
|
|
|
|
Section: devel
|
|
|
|
Suggests: libwxgtk=V-dev (= ${Source-Version}), wxwin=V-doc
|
|
|
|
Description: wxWindows Cross-platform C++ GUI toolkit (examples)
|
|
|
|
wxWindows is a class library for C++ providing GUI (Graphical User
|
2000-07-15 19:51:35 +00:00
|
|
|
Interface) and other facilities on more than one platform. Version =V
|
2000-02-24 01:15:08 +00:00
|
|
|
currently supports subsets of GTK+, Motif, and MS Windows.
|
|
|
|
.
|
|
|
|
This package contains examples of using the wxWindows toolkit.
|
|
|
|
|
2001-09-28 07:00:13 +00:00
|
|
|
Package: libwxbase-msw=V-dev
|
|
|
|
Architecture: i386
|
|
|
|
Section: otherosfs
|
|
|
|
Depends: wxwin=V-headers-msw (= ${Source-Version})
|
|
|
|
Conflicts: libwxbase-msw-dev
|
|
|
|
Replaces: libwxbase-msw-dev
|
|
|
|
Provides: libwxbase-msw-dev
|
|
|
|
Description: wxBase mingw32msvc-cross
|
|
|
|
mingw32msvc-cross wxBase libs.
|
|
|
|
|
|
|
|
Package: libwxmsw=V-dev
|
|
|
|
Architecture: i386
|
|
|
|
Section: otherosfs
|
|
|
|
Depends: wxwin=V-headers-msw (= ${Source-Version})
|
|
|
|
Conflicts: libwxmsw-dev
|
|
|
|
Replaces: libwxmsw-dev
|
|
|
|
Provides: libwxmsw-dev
|
|
|
|
Description: wxMSW mingw32msvc-cross
|
|
|
|
mingw32msvc-cross wxMSW libs.
|
|
|
|
|
|
|
|
Package: wxwin=V-headers-msw
|
|
|
|
Architecture: i386
|
|
|
|
Section: otherosfs
|
|
|
|
Depends: wxwin=V-headers (= ${Source-Version})
|
|
|
|
Conflicts: wxwin-headers-msw
|
|
|
|
Replaces: wxwin-headers-msw
|
|
|
|
Provides: wxwin-headers-msw
|
|
|
|
Description: Extra wxWindows headers for mingw32msvc-cross
|
|
|
|
Headers required by the wxWindows mingw32msvc-cross libraries.
|
|
|
|
|