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 89 90 91 92 93 94 95 96 97 98 99
|
Source: libqglviewer
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Anton Gladky <gladk@debian.org>
Section: libs
Priority: optional
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
libglu1-mesa-dev [armel armhf],
libqt5opengl5-dev,
qtbase5-dev,
qtbase5-dev-tools
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/science-team/libqglviewer
Vcs-Git: https://salsa.debian.org/science-team/libqglviewer.git
Homepage: http://www.libqglviewer.com/
Package: libqglviewer-dev-qt5
Architecture: any
Section: libdevel
Depends: libgl1-mesa-dev | libgl-dev,
libglu1-mesa-dev [armel armhf],
libqglviewer2-qt5t64 (= ${binary:Version}),
libqglviewer-headers,
libqt5opengl5-dev,
libx11-dev,
libxext-dev,
libxmu-dev,
qtbase5-dev,
qtbase5-dev-tools,
${misc:Depends},
${shlibs:Depends}
Description: OpenGL 3D viewer library based on Qt5 - development files
libqglviewer (also known as libQGLViewer) is a free C++ library based on Qt
that enables the quick creation of OpenGL 3D viewers. It features a powerful
camera trackball and simple applications simply require an implementation of
the draw() function. It is a tool of choice for OpenGL beginners and
assignments. It provides screenshot saving, mouse manipulated frames, stereo
display, interpolated keyFrames, object selection, and much more. It is fully
customizable and easy to extend to create complex applications, with a
possible Qt GUI.
.
This package contains the files needed to develop and compile programs
using QGLViewer linked with Qt version 4.
Package: libqglviewer-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: libjs-jquery,
${misc:Depends}
Description: OpenGL 3D viewer library - documentation and examples
libqglviewer (also known as libQGLViewer) is a free C++ library based on Qt
that enables the quick creation of OpenGL 3D viewers. It features a powerful
camera trackball and simple applications simply require an implementation of
the draw() function. It is a tool of choice for OpenGL beginners and
assignments. It provides screenshot saving, mouse manipulated frames, stereo
display, interpolated keyFrames, object selection, and much more. It is fully
customizable and easy to extend to create complex applications, with a
possible Qt GUI.
.
This package contains documentation and examples.
Package: libqglviewer2-qt5t64
Provides: ${t64:Provides}
Replaces: libqglviewer2-qt5
Breaks: libqglviewer2-qt5 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: OpenGL 3D viewer library based on Qt - runtime library
libqglviewer (also known as libQGLViewer) is a free C++ library based on Qt
that enables the quick creation of OpenGL 3D viewers. It features a powerful
camera trackball and simple applications simply require an implementation of
the draw() function. It is a tool of choice for OpenGL beginners and
assignments. It provides screenshot saving, mouse manipulated frames, stereo
display, interpolated keyFrames, object selection, and much more. It is fully
customizable and easy to extend to create complex applications, with a
possible Qt GUI.
.
This package contains the shared library needed to run programs using
QGLViewer. This package contains QGLViewer linked with Qt version 5.
Package: libqglviewer-headers
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Description: OpenGL 3D viewer library - header files
libqglviewer (also known as libQGLViewer) is a free C++ library based on Qt
that enables the quick creation of OpenGL 3D viewers. It features a powerful
camera trackball and simple applications simply require an implementation of
the draw() function. It is a tool of choice for OpenGL beginners and
assignments. It provides screenshot saving, mouse manipulated frames, stereo
display, interpolated keyFrames, object selection, and much more. It is fully
customizable and easy to extend to create complex applications, with a
possible Qt GUI.
.
This package contains headers.
|