File: control

package info (click to toggle)
libg3d 0.0.8-22
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,696 kB
  • ctags: 2,809
  • sloc: ansic: 27,295; sh: 9,288; xml: 4,123; makefile: 863; cpp: 13
file content (129 lines) | stat: -rw-r--r-- 3,581 bytes parent folder | download
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
122
123
124
125
126
127
128
129
Source: libg3d
Section: libs
Priority: optional
Maintainer: Sven Eckelmann <sven@narfation.org>
Standards-Version: 3.9.6
Homepage: http://automagically.de/g3dviewer/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/libg3d.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/libg3d.git/
Build-Depends:
 automake,
 debhelper (>= 9.20151219),
 dh-autoreconf (>= 4),
 dpkg-dev (>= 1.16.1.1),
 flex,
 gtk-doc-tools,
 libglib2.0-dev,
 libgsf-1-dev | libgsf-gnome-1-dev,
 libgtk2.0-dev,
 libtool,
 libxml2-dev,
 libz-dev,
 pkg-config,
Build-Conflicts:
 autoconf2.13,
 automake1.4,

Package: libg3d-dev
Section: libdevel
Architecture: any
Depends:
 libg3d0 (= ${binary:Version}),
 libglib2.0-dev,
 ${misc:Depends},
Recommends:
 pkg-config,
Suggests:
 libgsf-1-dev | libgsf-gnome-1-dev,
Description: LibG3D development package
 LibG3D is a framework for loading 3d model files from files or memory. It can
 also load associated data like textures.
 .
 This package contains everything which is needed to link against libg3d0.

Package: libg3d-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends},
Description: LibG3D API documentation in HTML format
 LibG3D is a framework for loading 3d model files from files or memory. It can
 also load associated data like textures.
 .
 This package contains the API documentation of the LibG3D library in HTML
 format.

Package: libg3d-plugin-gdkpixbuf
Architecture: any
Multi-Arch: same
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 libg3d0 (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Description: plugin for the LibG3D library
 LibG3D is a framework for loading 3d model files from files or memory. It can
 also load associated data like textures.
 .
 This package contains a plugin for the LibG3D library so that LibG3D can load
 every image that libgdk-pixbuf2 is able to work with.

Package: libg3d-plugins
Architecture: any
Multi-Arch: same
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 libg3d0 (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Description: plugins for the LibG3D library
 LibG3D is a framework for loading 3d model files from files or memory. It can
 also load associated data like textures.
 .
 This package contains plugins for the LibG3D library, so that files can be
 loaded.
 It can handle:
    * 3D Studio (.3ds, .prj)
    * LightWave (.lw, .lwb, .lwo)
    * Alias Wavefront (.obj)
    * Impulse TurboSilver / Imagine (.iob)
    * AutoCAD (.dxf)
    * Quake II Models (.md2)
    * Quake III Models (.md3)
    * Neutral File Format (.nff)
    * 3D Metafile (.3dmf, .3mf, .b3d)
    * Caligari TrueSpace Objects (.cob)
    * Quick3D Objects & Scenes (.q3o, q3s)
    * VRML 1.0 files (.wrl, .vrml)
    * AC3D objects (.ac, .acc)
    * LeoCAD Models (.lcd)
    * Racer car models (.ar, .dof)
    * Ultimate Stunts car models (.glb)
    * VDrift car models (.joe, .car)
    * COLLADA (.dae)
    * Keyhole Markup Language model container (.kmz)
    * ASCII Scene Exporter (.ase)
    * LDraw (.dat, .mpd)

Package: libg3d0
Architecture: any
Multi-Arch: same
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 libg3d-plugins,
Suggests:
 libg3d-doc,
 libg3d-plugin-gdkpixbuf,
Description: library for loading and manipulating 3D model files
 LibG3D is a framework for loading 3d model files from files or memory. It can
 also load associated data like textures.
 .
 LibG3D cannot load anything without the importers provided by libg3d-plugins
 and libg3d-plugin-gdkpixbuf. See these packages for more information about
 supported formats.