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
|
Source: cal3d
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 9), doxygen, dpkg-dev (>= 1.16.1), dh-autoreconf
Standards-Version: 3.9.8
Homepage: https://gna.org/projects/cal3d/
Package: libcal3d12v5
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Conflicts: libcal3d12
Replaces: libcal3d12
Description: Skeletal based 3d character animation library
Cal3d is a skeletal based 3d character animation library
written in C++ in a platform-/graphic API-independent way.
It has an unified exporter plugin framework. Currently it
includes exporters 16 for 3D Studio Max and MilkShape 3D).
.
This package contains the cal3 runtime library.
Package: libcal3d12-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libcal3d12v5 (= ${binary:Version})
Conflicts: libcal3d-dev, libcal3d10-dev
Replaces: libcal3d-dev, libcal3d10-dev
Provides: libcal3d-dev
Description: Skeletal based 3d character animation library - development files
Cal3d is a skeletal based 3d character animation library
written in C++ in a platform-/graphic API-independent way.
It has an unified exporter plugin framework. Currently it
includes exporters 16 for 3D Studio Max and MilkShape 3D).
.
This package contains the cal3 development files.
Package: libcal3d-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Recommends: libcal3d12-dev (>= ${source:Version})
Description: Skeletal based 3d character animation library - API documentation
Cal3d is a skeletal based 3d character animation library
written in C++ in a platform-/graphic API-independent way.
It has an unified exporter plugin framework. Currently it
includes exporters 16 for 3D Studio Max and MilkShape 3D).
.
This package contains the cal3 API documentation.
|