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
|
Source: fs-uae
Section: otherosfs
Priority: optional
Maintainer: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Build-Depends: debhelper (>= 9),
dh-autoreconf,
dh-python,
gettext,
libfreetype6-dev,
libglew-dev,
libglib2.0-dev,
libmpeg2-4-dev,
libopenal-dev,
libsdl2-dev,
libxi-dev,
python (>= 2.6),
python-setuptools,
python3-all (>= 3.2),
python3-setuptools,
zip
Standards-Version: 3.9.8
Homepage: http://fs-uae.net
Vcs-Git: git://github.com/glaubitz/fs-uae-debian.git
Vcs-Browser: https://github.com/glaubitz/fs-uae-debian
Package: fs-uae
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Cross-platform Amiga emulator based on UAE/WinUAE
FS-UAE is a cross-platform Amiga emulator based on updated emulation code
from WinUAE. FS-UAE uses SDL for input, OpenAL for audio and OpenGL
for graphics.
Package: fs-uae-launcher
Architecture: all
Depends: fs-uae,
python3-pyqt5,
python3-pyqt5.qtopengl,
python3-setuptools,
${misc:Depends},
${python3:Depends}
Description: Launcher and configuration program for FS-UAE
FS-UAE is a cross-platform Amiga emulator based on updated emulation code
from WinUAE. FS-UAE uses SDL for input, OpenAL for audio and OpenGL
for graphics.
.
This package contains the launcher, a graphical user interface for
setting up FS-UAE.
Package: fs-uae-netplay-server
Architecture: all
Depends: adduser (>= 3.11), python (>= 2.6), ${misc:Depends}
Description: Netplay server for FS-UAE online play
FS-UAE is a cross-platform Amiga emulator based on updated emulation code
from WinUAE. FS-UAE uses SDL for input, OpenAL for audio and OpenGL
for graphics.
.
This package contains the FS-UAE netplay game server, and a service
to start game servers on demand.
Package: fs-uae-arcade
Architecture: all
Depends: fs-uae,
python3-pyqt5,
python3-pyqt5.qtopengl,
python3-setuptools,
${misc:Depends},
${python3:Depends}
Recommends: fs-uae-launcher, python-lhafile
Description: Fullscreen game browser for FS-UAE
FS-UAE is a cross-platform Amiga emulator based on updated emulation code
from WinUAE. FS-UAE uses SDL for input, OpenAL for audio and OpenGL
for graphics.
.
This package contains FS-UAE Arcade, a fullscreen game browser
for couch potatoes.
|