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
|
Source: fizmo-sdl2
Section: games
Priority: optional
Maintainer: Christoph Ender <christoph.ender@spellbreaker.org>
Build-Depends: debhelper (>= 9.0.0),
dh-autoreconf,
automake,
autoconf,
pkg-config,
libfizmo-dev,
libpixelif-dev,
libsndifsdl2-dev,
libdrilbo-dev,
libsdl2-dev
Standards-Version: 4.1.0
Homepage: https://fizmo.spellbreaker.org/
Vcs-Browser: https://github.com/chrender/fizmo-sdl2
Vcs-Git: https://github.com/chrender/fizmo-sdl2
Package: fizmo-sdl2
Architecture: any
Depends: libfizmo-common,
libpixelif-common,
libdrilbo-common,
${misc:Depends},
${shlibs:Depends}
Provides: fizmo,
zcode-interpreter
Description: SDL2-based Z-machine interpreter for Infocom/Inform games
This is a SDL2-based Z-Machine interpreter. It is used to play old Infocom
text adventures (except version 6) and modern interactive fiction as
created by the Inform compiler. Using the freetype2 engine, it allows for
proportional font display and supports antialiasing, subpixel-rendering
and provides HiDPI support. For more information about interactive
fiction -- and to download many storyfiles -- see http://www.ifarchive.org.
|