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 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121
|
Source: libqglviewer
Section: libs
Priority: optional
Maintainer: Artur R. Czechowski <arturcz@hell.pl>
DM-Upload-Allowed: yes
Homepage: http://www.libqglviewer.com/
Standards-Version: 3.8.3
Build-Depends: debhelper (>= 7), libqt3-mt-dev, libqt4-dev, libqt4-opengl-dev, dpatch
Package: libqglviewer-dev-common
Section: libdevel
Architecture: all
Depends: ${misc:Depends}
Recommends: libqglviewer-qt4-dev | libqglviewer-qt3-dev
Conflicts: libqglviewer-dev (<< 2.3.1-4~)
Description: an OpenGL 3D viewer library based on Qt3 - 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
assignements. 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 header files needed to develop programs using
QGLViewer and documentation with examples.
Package: libqglviewer-qt3-dev
Section: libdevel
Architecture: any
Depends: libqglviewer-qt3-2 (= ${binary:Version}), libqglviewer-dev-common (= ${source:Version}), ${shlibs:Depends}, libqt3-mt-dev, libx11-dev, libxext-dev, libxmu-dev, libgl1-mesa-dev | libgl-dev, ${misc:Depends}
Description: an OpenGL 3D viewer library based on Qt3 - 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
assignements. 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 library files needed to develop and compile programs
using QGLViewer linked with Qt version 3.
Package: libqglviewer-qt3-2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libqglviewer2 (<< 2.3.1)
Provides: libqglviewer2
Description: an OpenGL 3D viewer library based on Qt3 - 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
assignements. 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 3.
Package: libqglviewer-qt4-dev
Section: libdevel
Architecture: any
Depends: libqglviewer-qt4-2 (= ${binary:Version}), libqglviewer-dev-common (= ${source:Version}), ${shlibs:Depends}, libqt4-dev, libx11-dev, libxext-dev, libxmu-dev, libgl1-mesa-dev | libgl-dev, libqt4-opengl-dev, ${misc:Depends}
Description: an OpenGL 3D viewer library based on Qt4 - 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
assignements. 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 library files needed to develop and compile programs
using QGLViewer linked with Qt version 4.
Package: libqglviewer-qt4-2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: an 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
assignements. 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 4.
Package: libqglviewer-dev
Section: libdevel
Architecture: all
Depends: libqglviewer-qt3-dev, ${misc:Depends}
Priority: extra
Description: Dummy package to install libqglviewer-qt3-dev
The QGLViewer is available in two flavours: linked with Qt3 and Qt4. This
package is intended for allowing smooth transition to libqglviewer-qt3-dev.
.
You can remove this package when your software is buildable with
libqglviewer-qt3-dev.
Package: libqglviewer2
Section: oldlibs
Priority: extra
Architecture: all
Depends: libqglviewer-qt3-2 (>= ${source:Version}), ${misc:Depends}
Description: Dummy package to install libqglviewer-qt3-2
The QGLViewer is available in two flavours: linked with Qt3 and Qt4. This
package is intended for allowing smooth transition to libqglviewer-qt3-2.
.
You can safely remove this package if no other package depends on it.
|