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
|
Source: godot
Section: devel
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Federico Ceratto <federico@debian.org>,
Dominik George <natureshadow@debian.org>
Build-Depends: debhelper (>= 11~),
ca-certificates,
libasound2-dev,
libenet-dev,
libfreetype6-dev,
libgl1-mesa-dev,
libglu1-mesa-dev,
libopus-dev,
libopusfile-dev,
libpcre2-dev,
libpng-dev,
libpulse-dev,
libsquish-dev,
libssl-dev,
libtheora-dev,
libudev-dev,
libvorbis-dev,
libvpx-dev,
libwebp-dev,
libx11-dev,
libxcursor-dev,
libxi-dev,
libxinerama-dev,
libxrandr-dev,
pkg-config,
scons,
zlib1g-dev
Standards-Version: 4.5.0
Homepage: https://godotengine.org
Vcs-Git: https://salsa.debian.org/debian/godot3.git
Vcs-Browser: https://salsa.debian.org/debian/godot3
Package: godot3
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Full 2D and 3D game engine with editor
Godot is an advanced, feature packed, multi-platform 2D and 3D game engine.
It provides a huge set of common tools, so you can just focus on making
your game without reinventing the wheel.
Package: godot3-runner
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Godot game engine run-time
Godot is an advanced, feature packed, multi-platform 2D and 3D game engine.
This package allows games to be run from source or data-pack.
Package: godot3-server
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Headless Godot game engine run-time
Godot is an advanced, feature packed, multi-platform 2D and 3D game engine.
This package provides a command-line only version of the program.
|