1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
Source: vdk2
Priority: optional
Maintainer: Michael Vogt <mvo@debian.org>
Uploaders: Sam Hocevar (Debian packages) <sam+deb@zoy.org>
Standards-Version: 3.6.1.1
Build-Depends: debhelper (>= 4.0), libgnome2-dev, libgtk2.0-dev (>= 2.4.0-1), libglib2.0-dev, doxygen, autotools-dev, dpatch
Package: libvdk2-2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: libvdk2, libvdk2c102
Replaces: libvdk2c102
Description: Visual Development Kit C++ library version 2
The Visual Development Kit (VDK) is a C++ library
that wraps the GTK+ toolkit.
.
The package also includes the VDK Component Library which
contains some useful new components not available in pure
GTK+.
.
Programming in VDK is much like programming in VCL
and Borland C++ Builder.
.
Some basic gnome support is provided.
Package: libvdk2-doc
Section: doc
Architecture: all
Description: documentation for VDK library version 2
The Visual Development Kit (VDK) is a C++ library
that wraps the GTK+ toolkit.
.
The package also includes the VDK Component Library which
contains some useful new components not available in pure
GTK+.
.
Programming in VDK is much like programming in VCL
and Borland C++ Builder.
.
This package contains the header files and static libraries for
the VDK C++ and for the VDK Component libraries.
.
Install this package if you want the html documentation of VDK.
Package: libvdk2-dev
Section: devel
Architecture: any
Depends: libvdk2-2 (= ${Source-Version}), libgtk2.0-dev
Suggests: libvdk2-doc, doxygen
Description: header files and static libraries for VDK library version 2
The Visual Development Kit (VDK) is a C++ library
that wraps the GTK+ toolkit.
.
The package also includes the VDK Component Library which
contains some useful new components not available in pure
GTK+.
.
Programming in VDK is much like programming in VCL
and Borland C++ Builder.
.
This package contains the header files and static libraries for
the VDK C++ and for the VDK Component libraries.
.
Install this package if you wish to develop your own X programs
using the VDK C++ and the VDK Component libraries.
Package: libvdk2-dbg
Section: devel
Architecture: any
Priority: extra
Depends: libvdk2-2 (= ${Source-Version}), libvdk2-dev (= ${Source-Version})
Description: debugging static library for the VDK C++ library version 2
The Visual Development Kit (VDK) is a C++ library
that wraps the GTK+ toolkit.
.
The package also includes the VDK Component Library which
contains some useful new components not available in pure
GTK+.
.
Programming in VDK is much like programming in VCL
and Borland C++ Builder.
.
This package contains the debugging static libraries for the
VDK C++ library.
.
The debugging libraries are installed as /usr/lib/libvdk_g.a
Link specifically with them if you want to debug.
|