Package: openmsx / 20.0+dfsg-1.2
Metadata
Package | Version | Patches format |
---|---|---|
openmsx | 20.0+dfsg-1.2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
fhs.diff | (download) |
build/custom.mk |
11 8 + 3 - 0 ! |
adjust paths to follow fhs. |
dpkg buildflags.diff | (download) |
build/flavour-debian.mk |
27 27 + 0 - 0 ! |
add debian build flavour, that respects dpkg-builflags. |
no mips optimization.diff | (download) |
build/flavour-debian.mk |
7 6 + 1 - 0 ! |
disable optimization for mips due to slow buildds This patch disables optimization for mips machines, so it compiles before hitting a timeout on the mips buildds. Unfortunately the mips team seems unwilling to increase the timeout; given that those machines are this slow, it is likely that they could have used the optimization. |
use packaged font.diff | (download) |
share/scripts/_osd_menu.tcl |
2 1 + 1 - 0 ! |
use packaged font instead of bundled OpenMSX bundles its console font. This patch makes it use the version from the fonts-dejavu-core package instead. |
dmk build rules.diff | (download) |
Contrib/dmk/Makefile |
16 16 + 0 - 0 ! |
add build rules for dmk tools Add a Makefile to allow debian/rules to easily build the dmk tools. |
no force word size.diff | (download) |
build/cpu.py |
2 0 + 2 - 0 ! |
do not force word size using -m argument to gcc The x32 architecture breaks when detecting the word size. This patch removes the -m argument, so the compiler will correctly handle this by itself. |
minor bugfix.diff | (download) |
src/console/OSDWidget.cc |
8 4 + 4 - 0 ! |
rename rectangle to rect to avoid one-definition-rule error |
c++20 iterator.diff | (download) |
src/utils/view.hh |
1 1 + 0 - 0 ! |
--- |