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
|
Source: qwtplot3d
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Gudjon I. Gudjonsson <gudjon@gudjon.org>,
Andreas Tille <tille@debian.org>
Build-Depends: debhelper (>= 9),
doxygen,
libglu1-mesa-dev | libglu-dev,
libjs-jquery,
libqt4-dev,
libqt4-opengl-dev,
pkg-kde-tools,
zlib1g-dev,
libqt5opengl5-dev
Standards-Version: 3.9.7
Section: libs
Homepage: http://qwtplot3d.sourceforge.net
Vcs-Svn: svn://anonscm.debian.org/debian-science/packages/qwtplot3d/trunk/
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-science/packages/qwtplot3d/trunk
Package: libqwtplot3d-qt4-dev
Section: libdevel
Architecture: any
Depends: libqt4-dev,
libqwtplot3d-qt4-0v5 (= ${binary:Version}),
${misc:Depends}
Description: 3D plotting library based on Qt4/OpenGL (development)
QwtPlot3D is a feature rich Qt/OpenGL-based C++ programming
library, providing essentially a bunch of 3D-widgets for
programmers.
.
This package contains the QwtPlot3D development files for Qt4.
Package: libqwtplot3d-qt4-0v5
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Conflicts: libqwtplot3d-qt4-0
Replaces: libqwtplot3d-qt4-0
Description: 3D plotting library based on Qt4/OpenGL (runtime)
QwtPlot3D is a feature rich Qt/OpenGL-based C++ programming
library, providing essentially a bunch of 3D-widgets for
programmers.
.
This package contains the files necessary for running applications that
use the QwtPlot3D library and Qt4.
Package: libqwtplot3d-qt5-dev
Section: libdevel
Architecture: any-amd64 any-i386 arm64 mips mipsel powerpc ppc64el s390x alpha hppa m68k mips64el ppc64 sh4 sparc64 x32
Depends: libqwtplot3d-qt5-0 (= ${binary:Version}), ${misc:Depends}
Description: 3D plotting library based on Qt5/OpenGL (development)
QwtPlot3D is a feature rich Qt/OpenGL-based C++ programming
library, providing essentially a bunch of 3D-widgets for
programmers.
.
This package contains the QwtPlot3D development files for Qt5.
Package: libqwtplot3d-qt5-0
Architecture: any-amd64 any-i386 arm64 mips mipsel powerpc ppc64el s390x alpha hppa m68k mips64el ppc64 sh4 sparc64 x32
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: 3D plotting library based on Qt5/OpenGL (runtime)
QwtPlot3D is a feature rich Qt/OpenGL-based C++ programming
library, providing essentially a bunch of 3D-widgets for
programmers.
.
This package contains the files necessary for running applications that
use the QwtPlot3D library and Qt5.
Package: libqwtplot3d-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Recommends: w3m | www-browser
Description: 3D plotting library based on Qt/OpenGL (documentation)
QwtPlot3D is a feature rich Qt/OpenGL-based C++ programming
library, providing essentially a bunch of 3D-widgets for
programmers.
.
This package contains the html documentation and example
programs.
|