renpy 7.3.5+dfsg-2 source package in Ubuntu

Changelog

renpy (7.3.5+dfsg-2) unstable; urgency=medium

  * Team upload.
  * Depend on libswresample instead of libavresample. (Closes: #971325)
    Port to Python 3 has still not been finished yet. Just switch the
    dependency, the game is still broken though. See also #938351.
  * Depend on python3-pygame-sdl2.

 -- Markus Koschany <email address hidden>  Sat, 18 Dec 2021 16:07:00 +0100

Upload details

Uploaded by:
Debian Games Group
Uploaded to:
Sid
Original maintainer:
Debian Games Group
Architectures:
any all
Section:
games
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe games

Downloads

File Size SHA-256 Checksum
renpy_7.3.5+dfsg-2.dsc 2.6 KiB 33b96594c2a0524deaf314e3ec9f76876fc4140b9399c7d67f2aa09aa7fe5251
renpy_7.3.5+dfsg.orig.tar.xz 53.9 MiB 22649456d32c0412bd8e680183e97bcb305437189e307b7c6c64a19dbb8458a6
renpy_7.3.5+dfsg-2.debian.tar.xz 35.2 KiB 1d921032ffc05fe7a8fb57fe0af16deb2ff33b06f2d90a4bc240876a90c61415

No changes file available.

Binary packages built by this source

python-renpy: 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.

renpy: 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.

renpy-demo: 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.

renpy-doc: 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.

renpy-thequestion: 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.