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
|
Source: yabause
Section: otherosfs
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders:
Evgeni Golov <evgeni@debian.org>,
Matt Arnold <adeodatus@sdf.org>
Build-Depends:
cmake,
clang [riscv64],
debhelper-compat (= 13),
freeglut3-dev | libglut-dev,
libgl-dev,
libglib2.0-dev,
libglew-dev,
libglu1-mesa-dev | libglu-dev,
libmini18n-dev,
libopenal-dev,
libqt5opengl5-dev,
libsdl2-dev,
pkg-config,
qtbase5-dev,
qtmultimedia5-dev
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://yabause.org/
Vcs-Git: https://salsa.debian.org/games-team/yabause.git
Vcs-Browser: https://salsa.debian.org/games-team/yabause
Package: yabause
Architecture: all
Depends:
yabause-qt,
${misc:Depends}
Description: beautiful and under-rated Saturn emulator
Yabause is a Sega Saturn emulator. It has the following features:
* booting games from CD-ROM and ISO files
* booting games with either an emulated or original BIOS
* screenshot support
* savegame backups
* cheat system
* fullscreen playing
* multiple debugging options
* joystick support
* region select
.
This package is a metapackage, which installs an available
version of Yabause.
Package: yabause-common
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends}
Recommends:
yabause-qt
Description: beautiful and under-rated Saturn emulator - common files
Yabause is a Sega Saturn emulator. It has the following features:
* booting games from CD-ROM and ISO files
* booting games with either an emulated or original BIOS
* screenshot support
* savegame backups
* cheat system
* fullscreen playing
* multiple debugging options
* joystick support
* region select
.
This package contains arch-independend files like images and translations.
Package: yabause-qt
Architecture: any
Depends:
yabause-common (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Description: beautiful and under-rated Saturn emulator - Qt port
Yabause is a Sega Saturn emulator. It has the following features:
* booting games from CD-ROM and ISO files
* booting games with either an emulated or original BIOS
* screenshot support
* savegame backups
* cheat system
* fullscreen playing
* multiple debugging options
* joystick support
* region select
.
This package contains the Qt version of Yabause.
|