mame.git
9 months agoGuard ARM v8 feature from old architecture
YOKOTA Hiroshi [Tue, 12 Oct 2021 22:59:13 +0000 (07:59 +0900)]
Guard ARM v8 feature from old architecture

Forwarded: https://sourceforge.net/p/sevenzip/patches/369/

Gbp-Pq: Name 0004-Guard-ARM-v8-feature-from-old-architecture.patch

9 months agoDisable hardware acceleration support on armel
YOKOTA Hiroshi [Tue, 14 Sep 2021 14:51:04 +0000 (23:51 +0900)]
Disable hardware acceleration support on armel

Forwarded: https://sourceforge.net/p/sevenzip/patches/369/

Use "__ARM_ARCH" to split "armel" and "armhf".

ARM v7 feature breaks ARM v5 compiler because the feature is not supported
by ARM v5 compiler.

__ARM_ARCH:
  armel = 5
  armhf = 7

Gbp-Pq: Name 0003-Disable-hardware-acceleration-support-on-armel.patch

9 months agoFix FTBFS on power "not a constant expression"
Debian Games Team [Wed, 5 Mar 2025 08:22:26 +0000 (09:22 +0100)]
Fix FTBFS on power "not a constant expression"

There are some explanation upstream :
https://github.com/mamedev/mame/issues/3157

There are some explanation upstream :
https://github.com/mamedev/mame/issues/3157
and this probably due to the fact that IBM 128bit long double format
is not constant folded.
I slighlty rewrote ""_kHz_XTAL(long double clock) and ""_MHz_XTAL(long double clock)
the way ""_kHz_XTAL(unsigned long long clock) and ""_MHz_XTAL(unsigned long long clock)
which makes the compiler happy.
Also including an upstream change about rounding to get same results as on x86
: https://github.com/mamedev/mame/pull/5164
Author: Frédéric Bonnard <frediz@debian.org>

Gbp-Pq: Name fix-922619.patch

9 months agoUse the packaged version of MathJax.
Jordi Mallach [Wed, 5 Mar 2025 08:22:26 +0000 (09:22 +0100)]
Use the packaged version of MathJax.

Forwarded: no

Avoid a privacy breach by using the packaged version of
libjs-mathjax in the generated sphinx docs.

Gbp-Pq: Name sphinx_mathjax_location.patch

9 months agoSeveral FTBFS fixes for Hurd systems.
Jordi Mallach [Wed, 5 Mar 2025 08:22:26 +0000 (09:22 +0100)]
Several FTBFS fixes for Hurd systems.

Forwarded: no

Gbp-Pq: Name hurd.patch

9 months agodo not assume python points to python3.
Jordi Mallach [Wed, 5 Mar 2025 08:22:26 +0000 (09:22 +0100)]
do not assume python points to python3.

Origin: Debian
Forwarded: no

Gbp-Pq: Name python3.patch

9 months agoDo not pass -m64 to alpha, ia64, loong64 or riscv64 builds.
Jordi Mallach [Wed, 5 Mar 2025 08:22:26 +0000 (09:22 +0100)]
Do not pass -m64 to alpha, ia64, loong64 or riscv64 builds.

Forwarded: no
Last-Update: 2025-03-04

Gbp-Pq: Name ftbfs_alpha_ia64.patch

9 months agomame (0.275+dfsg.1-3) unstable; urgency=medium
Jordi Mallach [Wed, 5 Mar 2025 08:22:26 +0000 (09:22 +0100)]
mame (0.275+dfsg.1-3) unstable; urgency=medium

  * Fix loongarch64 check in previous upload.
  * Restore missing chunk of LINK_WITH_GOLD logic 🤦
    (really closes: #1098756).
  * Update Standards-Version to 4.7.2, with no changes needed.

[dgit import unpatched mame 0.275+dfsg.1-3]

9 months agoImport mame_0.275+dfsg.1-3.debian.tar.xz
Jordi Mallach [Wed, 5 Mar 2025 08:22:26 +0000 (09:22 +0100)]
Import mame_0.275+dfsg.1-3.debian.tar.xz

[dgit import tarball mame 0.275+dfsg.1-3 mame_0.275+dfsg.1-3.debian.tar.xz]

9 months agoImport mame_0.275+dfsg.1.orig.tar.xz
Jordi Mallach [Mon, 3 Mar 2025 12:47:09 +0000 (13:47 +0100)]
Import mame_0.275+dfsg.1.orig.tar.xz

[dgit import orig mame_0.275+dfsg.1.orig.tar.xz]