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
|
Source: irrlicht
Section: libs
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Vincent Cheng <vcheng@debian.org>, Julien Puydt <jpuydt@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5),
debhelper-compat (= 13),
doxygen,
libbz2-dev,
libglu1-mesa-dev,
libjpeg-dev,
libpng-dev,
libsdl1.2-dev,
libx11-dev,
libxrandr-dev,
libxxf86vm-dev,
mesa-common-dev (>= 7.6),
x11proto-xf86vidmode-dev,
zlib1g-dev
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: http://irrlicht.sf.net
Vcs-Git: https://salsa.debian.org/games-team/irrlicht.git
Vcs-Browser: https://salsa.debian.org/games-team/irrlicht
Package: libirrlicht-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libirrlicht1.8t64 (= ${binary:Version}), ${misc:Depends}
Suggests: libirrlicht-doc
Description: High performance realtime 3D engine development library
The Irrlicht Engine is an open source completely cross-platform 3D engine.
It has support for OpenGL and its own software renderer,
and has all of the state-of-the-art features
which can be found in commercial 3d engines.
.
This package contains the development library.
Package: libirrlicht1.8t64
Provides: ${t64:Provides}
Replaces: libirrlicht1.8
Breaks: libirrlicht1.8 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: High performance realtime 3D engine
The Irrlicht Engine is an open source completely cross-platform 3D engine.
It has support for OpenGL and its own software renderer,
and has all of the state-of-the-art features
which can be found in commercial 3d engines.
Package: libirrlicht-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: High performance realtime 3D engine (API documentation)
The Irrlicht Engine is an open source completely cross-platform 3D engine.
It has support for OpenGL and its own software renderer,
and has all of the state-of-the-art features
which can be found in commercial 3d engines.
.
This package contains the API documentation and examples.
|