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
|
Source: g3dviewer
Section: graphics
Priority: optional
Maintainer: Sven Eckelmann <sven@narfation.org>
Standards-Version: 4.4.0
Homepage: http://automagically.de/g3dviewer/
Vcs-Git: https://salsa.debian.org/ecsv-guest/g3dviewer.git -b debian/sid
Vcs-Browser: https://salsa.debian.org/ecsv-guest/g3dviewer
Build-Depends:
automake,
debhelper-compat (= 12),
dpkg-dev (>= 1.16.1.1),
libg3d-dev (>= 0.0.7),
libgl1-mesa-dev | libgl-dev,
libglade2-dev,
libglib2.0-dev,
libglu1-mesa-dev | libglu-dev,
libgtk2.0-dev,
libgtkglext1-dev,
libtool,
pkg-config,
Build-Conflicts:
autoconf2.13,
automake1.4,
Package: g3dviewer
Architecture: any
Depends:
libg3d-plugins,
${misc:Depends},
${shlibs:Depends},
Recommends:
libg3d-plugin-gdkpixbuf,
Description: 3D model viewer for GTK+
G3DViewer is a 3D file viewer for GTK+ supporting a variety of file types by
using the LibG3D plugin facility. Models can be inspected and rendered using
OpenGL. Rendering options includes wireframe rendering, shadows, isometric
view, specular lightning, and textures.
.
See 'libg3d-plugin*' for supported formats.
|