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 130 131 132
|
Source: renpy
Section: games
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders:
Miriam Ruiz <miriam@debian.org>
Build-Depends:
cython3,
debhelper-compat (= 13),
dh-python,
icnsutils,
libavcodec-dev,
libavformat-dev,
libswresample-dev,
libfreetype6-dev,
libfribidi-dev,
libglew-dev,
libjpeg-dev,
libsdl2-dev,
libsdl2-gfx-dev,
libsdl2-image-dev,
libsdl2-mixer-dev,
libsdl2-ttf-dev,
libswscale-dev,
python3-all-dev,
python3-future,
python3-pygame-sdl2,
python3-setuptools,
python3-sphinx,
python3-sphinx-bootstrap-theme,
zlib1g-dev
Standards-Version: 4.6.2
Homepage: https://www.renpy.org/
Vcs-Git: https://salsa.debian.org/games-team/renpy.git
Vcs-Browser: https://salsa.debian.org/games-team/renpy
Package: renpy
Architecture: all
Depends:
fonts-dejavu-core,
fonts-motoya-l-cedar,
fonts-nanum,
fonts-roboto-hinted,
python3-future,
python3-pefile,
python3-pygame-sdl2,
python3-renpy (>= ${source:Version}),
python3-six,
${misc:Depends},
${python3:Depends}
Recommends:
python3-tk,
zenity
Description: framework for developing visual-novel type games
Ren'Py is a programming language and runtime, intended to ease the creation
of visual-novel type games. It contains features that make it easy to
display thoughts, dialogue, and menus; to display images to the user; to
write game logic; and to support the saving and loading of games.
.
Ren'Py tries to be like an executable script, allowing you to get a working
game without much more effort than is required to type the game script into
the computer.
.
Ren'Py is implemented on top of Python, and that Python heritage shows
through in many places. Many Ren'Py statements allow Python expressions
to be used, and there are also Ren'Py statements that allow for the
execution of arbitrary Python code. Many of the less-used features of
Ren'Py are exposed to the user by way of Python. By only requiring use of
the simplest features of Python, it's hoped that Ren'Py will be usable by
all game authors.
Package: python3-renpy
Section: python
Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Suggests:
renpy
Description: framework for developing visual-novel type games - Python module
Ren'Py is a programming language and runtime, intended to ease the creation
of visual-novel type games. It contains features that make it easy to
display thoughts, dialogue, and menus; to display images to the user; to
write game logic; and to support the saving and loading of games.
.
This package includes the native Python module.
Package: renpy-doc
Section: doc
Architecture: all
Depends:
${misc:Depends},
${sphinxdoc:Depends}
Suggests:
renpy
Description: framework for developing visual-novel type games - doc
Ren'Py is a programming language and runtime, intended to ease the creation
of visual-novel type games. It contains features that make it easy to
display thoughts, dialogue, and menus; to display images to the user; to
write game logic; and to support the saving and loading of games.
.
This package includes the documentation for Ren'Py.
Package: renpy-demo
Architecture: all
Depends:
renpy (= ${source:Version}),
${misc:Depends},
${python3:Depends}
Description: framework for developing visual-novel type games - demo
Ren'Py is a programming language and runtime, intended to ease the creation
of visual-novel type games. It contains features that make it easy to
display thoughts, dialogue, and menus; to display images to the user; to
write game logic; and to support the saving and loading of games.
.
This package includes a full playable example showing the features of the
framework.
Package: renpy-thequestion
Architecture: all
Depends:
renpy (= ${source:Version}),
${misc:Depends},
${python3:Depends}
Description: simple and complete Ren'Py game
Ren'Py is a programming language and runtime, intended to ease the creation
of visual-novel type games. It contains features that make it easy to
display thoughts, dialogue, and menus; to display images to the user; to
write game logic; and to support the saving and loading of games.
.
This package includes a simple and complete Ren'Py game.
|