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
|
Source: renpy
Section: games
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Miriam Ruiz <little_miry@yahoo.es>
Build-Depends: debhelper (>= 5.0.37.2), dpkg-dev (>= 1.13.19), quilt,
python-dev, python-support (>= 0.4), python-pygame,
libsdl1.2-dev, libsdl-image1.2-dev, libsdl-sound1.2-dev, libsdl-ttf2.0-dev,
libmodplug-dev, libspeex-dev
Standards-Version: 3.7.3
Homepage: http://www.renpy.org/
Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/renpy/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/renpy/?op=log
Package: renpy
Architecture: all
Depends: python-pygame, python-renpy, ttf-dejavu,
${python:Depends}, ${misc:Depends}
Recommends: python-ctypes
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: python-renpy
Section: python
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc: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}
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}), ${python:Depends}, ${misc: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}), ${python:Depends}, ${misc:Depends}
Description: the question, a 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.
|