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 file
Patch File delta Description
fhs.diff | (download)

build/custom.mk | 11 8 + 3 - 0 !
1 file changed, 8 insertions(+), 3 deletions(-)

 adjust paths to follow fhs.
dpkg buildflags.diff | (download)

build/flavour-debian.mk | 27 27 + 0 - 0 !
1 file changed, 27 insertions(+)

 add debian build flavour, that respects dpkg-builflags.
no mips optimization.diff | (download)

build/flavour-debian.mk | 7 6 + 1 - 0 !
1 file changed, 6 insertions(+), 1 deletion(-)

 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 !
src/console/OSDText.cc | 4 3 + 1 - 0 !
src/imgui/ImGuiManager.cc | 4 2 + 2 - 0 !
src/openmsx.hh | 5 5 + 0 - 0 !
4 files changed, 11 insertions(+), 4 deletions(-)

 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 !
Contrib/tsx/Makefile | 14 14 + 0 - 0 !
2 files changed, 30 insertions(+)

 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 !
1 file changed, 2 deletions(-)

 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 !
1 file changed, 4 insertions(+), 4 deletions(-)

 rename rectangle to rect to avoid one-definition-rule error
c++20 iterator.diff | (download)

src/utils/view.hh | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---