vengi/debian/control

56 lines
1.4 KiB
Plaintext
Raw Normal View History

2020-05-12 13:01:49 -07:00
Source: vengi
Section: graphics
Priority: optional
Maintainer: Martin Gerhardy <martin.gerhardy@gmail.com>
Build-Depends: cmake, debhelper (>=11~)
Standards-Version: 4.1.4
Homepage: https://github.com/mgerhardy/engine
Vcs-Git: https://github.com/mgerhardy/engine
Vcs-browser: https://github.com/mgerhardy/engine
Package: vengi-shared
Architecture: any
Multi-Arch: foreign
Description: Shared stuff like mimetypes
2020-05-12 13:01:49 -07:00
Package: vengi-voxedit
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}, vengi-shared
Recommends: vengi-thumbnailer
2020-05-12 13:01:49 -07:00
Description: Voxel editor
Load voxel formats for several volumes.
Supported formats for loading are:
Magicvoxel vox
Qubicle qbt and qb
Sandbox VoxEdit vxm
binvox
CubeWorld cub
Supported formats for saving are:
vox, qbt, qb, cub
Package: vengi-thumbnailer
Architecture: any
Multi-Arch: foreign
Recommends: vengi-voxedit
Depends: ${misc:Depends}, ${shlibs:Depends}, vengi-shared
2020-05-12 13:01:49 -07:00
Description: Thumbnailer for voxel models
Supported formats are:
Magicvoxel vox
Qubicle qbt and qb
Sandbox VoxEdit vxm
binvox
CubeWorld cub
Package: vengi-server
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Voxel engine gameserver
Package: vengi-client
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Voxel engine client