mame.git
9 months agoMerge version 0.270+dfsg.1-1+rpi1 and 0.275+dfsg.1-3 to produce 0.275+dfsg.1-3+rpi1 archive/raspbian/0.275+dfsg.1-3+rpi1 raspbian/0.275+dfsg.1-3+rpi1
Raspbian automatic forward porter [Wed, 12 Mar 2025 09:54:44 +0000 (09:54 +0000)]
Merge version 0.270+dfsg.1-1+rpi1 and 0.275+dfsg.1-3 to produce 0.275+dfsg.1-3+rpi1

9 months agoMerge mame (0.275+dfsg.1-3) import into refs/heads/workingbranch
Jordi Mallach [Wed, 5 Mar 2025 08:22:26 +0000 (09:22 +0100)]
Merge mame (0.275+dfsg.1-3) import into refs/heads/workingbranch

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]

10 months agoMerge mame (0.274+dfsg.1-2) import into refs/heads/workingbranch
Jordi Mallach [Mon, 10 Feb 2025 09:04:04 +0000 (10:04 +0100)]
Merge mame (0.274+dfsg.1-2) import into refs/heads/workingbranch

10 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

10 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

10 months agoFix FTBFS on power "not a constant expression"
Debian Games Team [Mon, 10 Feb 2025 09:04:04 +0000 (10:04 +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

10 months agoUse the packaged version of MathJax.
Jordi Mallach [Mon, 10 Feb 2025 09:04:04 +0000 (10:04 +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

10 months agoSeveral FTBFS fixes for Hurd systems.
Jordi Mallach [Mon, 10 Feb 2025 09:04:04 +0000 (10:04 +0100)]
Several FTBFS fixes for Hurd systems.

Forwarded: no

Gbp-Pq: Name hurd.patch

10 months agodo not assume python points to python3.
Jordi Mallach [Mon, 10 Feb 2025 09:04:04 +0000 (10:04 +0100)]
do not assume python points to python3.

Origin: Debian
Forwarded: no

Gbp-Pq: Name python3.patch

10 months agoDo not pass -m64 to alpha, ia64 or riscv64 builds.
Jordi Mallach [Mon, 10 Feb 2025 09:04:04 +0000 (10:04 +0100)]
Do not pass -m64 to alpha, ia64 or riscv64 builds.

Forwarded: no
Last-Update: 2021-09-25

Gbp-Pq: Name ftbfs_alpha_ia64.patch

10 months agomame (0.274+dfsg.1-2) unstable; urgency=medium
Jordi Mallach [Mon, 10 Feb 2025 09:04:04 +0000 (10:04 +0100)]
mame (0.274+dfsg.1-2) unstable; urgency=medium

  * ld-gold is deprecated in binutils, so stop using it for all arches
    (closes: #1093862).

[dgit import unpatched mame 0.274+dfsg.1-2]

10 months agoImport mame_0.274+dfsg.1-2.debian.tar.xz
Jordi Mallach [Mon, 10 Feb 2025 09:04:04 +0000 (10:04 +0100)]
Import mame_0.274+dfsg.1-2.debian.tar.xz

[dgit import tarball mame 0.274+dfsg.1-2 mame_0.274+dfsg.1-2.debian.tar.xz]

10 months agoMerge mame (0.274+dfsg.1-1) import into refs/heads/workingbranch
Cesare Falco [Fri, 31 Jan 2025 11:40:38 +0000 (12:40 +0100)]
Merge mame (0.274+dfsg.1-1) import into refs/heads/workingbranch

10 months agoImport mame_0.274+dfsg.1.orig.tar.xz
Cesare Falco [Fri, 31 Jan 2025 11:40:38 +0000 (12:40 +0100)]
Import mame_0.274+dfsg.1.orig.tar.xz

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

10 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

10 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

10 months agoFix FTBFS on power "not a constant expression"
Debian Games Team [Fri, 31 Jan 2025 11:40:38 +0000 (12:40 +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

10 months agoUse the packaged version of MathJax.
Jordi Mallach [Fri, 31 Jan 2025 11:40:38 +0000 (12:40 +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

10 months agoSeveral FTBFS fixes for Hurd systems.
Jordi Mallach [Fri, 31 Jan 2025 11:40:38 +0000 (12:40 +0100)]
Several FTBFS fixes for Hurd systems.

Forwarded: no

Gbp-Pq: Name hurd.patch

10 months agodo not assume python points to python3.
Jordi Mallach [Fri, 31 Jan 2025 11:40:38 +0000 (12:40 +0100)]
do not assume python points to python3.

Origin: Debian
Forwarded: no

Gbp-Pq: Name python3.patch

10 months agoDo not pass -m64 to alpha, ia64 or riscv64 builds.
Jordi Mallach [Fri, 31 Jan 2025 11:40:38 +0000 (12:40 +0100)]
Do not pass -m64 to alpha, ia64 or riscv64 builds.

Forwarded: no
Last-Update: 2021-09-25

Gbp-Pq: Name ftbfs_alpha_ia64.patch

10 months agomame (0.274+dfsg.1-1) unstable; urgency=medium
Cesare Falco [Fri, 31 Jan 2025 11:40:38 +0000 (12:40 +0100)]
mame (0.274+dfsg.1-1) unstable; urgency=medium

  * New upstream release.
  * Removed temporary patch to fix INI_PATH macro definition.
  * Update patches.

[dgit import unpatched mame 0.274+dfsg.1-1]

10 months agoImport mame_0.274+dfsg.1-1.debian.tar.xz
Cesare Falco [Fri, 31 Jan 2025 11:40:38 +0000 (12:40 +0100)]
Import mame_0.274+dfsg.1-1.debian.tar.xz

[dgit import tarball mame 0.274+dfsg.1-1 mame_0.274+dfsg.1-1.debian.tar.xz]

13 months agoMerge version 0.266+dfsg.1-1+rpi1 and 0.270+dfsg.1-1 to produce 0.270+dfsg.1-1+rpi1 archive/raspbian/0.270+dfsg.1-1+rpi1 raspbian/0.270+dfsg.1-1+rpi1
Raspbian automatic forward porter [Sun, 27 Oct 2024 14:27:20 +0000 (14:27 +0000)]
Merge version 0.266+dfsg.1-1+rpi1 and 0.270+dfsg.1-1 to produce 0.270+dfsg.1-1+rpi1

14 months agoMerge version 0.261+dfsg.1-1+rpi1 and 0.266+dfsg.1-1 to produce 0.266+dfsg.1-1+rpi1 archive/raspbian/0.266+dfsg.1-1+rpi1 raspbian/0.266+dfsg.1-1+rpi1
Raspbian automatic forward porter [Thu, 3 Oct 2024 03:10:39 +0000 (04:10 +0100)]
Merge version 0.261+dfsg.1-1+rpi1 and 0.266+dfsg.1-1 to produce 0.266+dfsg.1-1+rpi1

14 months agoMerge mame (0.270+dfsg.1-1) import into refs/heads/workingbranch
Cesare Falco [Thu, 26 Sep 2024 09:44:48 +0000 (11:44 +0200)]
Merge mame (0.270+dfsg.1-1) import into refs/heads/workingbranch

14 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

14 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

14 months agoFix FTBFS on power "not a constant expression"
Debian Games Team [Thu, 26 Sep 2024 09:44:48 +0000 (11:44 +0200)]
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

14 months agoUse the packaged version of MathJax.
Jordi Mallach [Thu, 26 Sep 2024 09:44:48 +0000 (11:44 +0200)]
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

14 months agoSeveral FTBFS fixes for Hurd systems.
Jordi Mallach [Thu, 26 Sep 2024 09:44:48 +0000 (11:44 +0200)]
Several FTBFS fixes for Hurd systems.

Forwarded: no

Gbp-Pq: Name hurd.patch

14 months agodo not assume python points to python3.
Jordi Mallach [Thu, 26 Sep 2024 09:44:48 +0000 (11:44 +0200)]
do not assume python points to python3.

Origin: Debian
Forwarded: no

Gbp-Pq: Name python3.patch

14 months agoDo not pass -m64 to alpha, ia64 or riscv64 builds.
Jordi Mallach [Thu, 26 Sep 2024 09:44:48 +0000 (11:44 +0200)]
Do not pass -m64 to alpha, ia64 or riscv64 builds.

Forwarded: no
Last-Update: 2021-09-25

Gbp-Pq: Name ftbfs_alpha_ia64.patch

14 months agomame (0.270+dfsg.1-1) unstable; urgency=medium
Cesare Falco [Thu, 26 Sep 2024 09:44:48 +0000 (11:44 +0200)]
mame (0.270+dfsg.1-1) unstable; urgency=medium

  * New upstream release.

[dgit import unpatched mame 0.270+dfsg.1-1]

14 months agoImport mame_0.270+dfsg.1.orig.tar.xz
Cesare Falco [Thu, 26 Sep 2024 09:44:48 +0000 (11:44 +0200)]
Import mame_0.270+dfsg.1.orig.tar.xz

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

14 months agoImport mame_0.270+dfsg.1-1.debian.tar.xz
Cesare Falco [Thu, 26 Sep 2024 09:44:48 +0000 (11:44 +0200)]
Import mame_0.270+dfsg.1-1.debian.tar.xz

[dgit import tarball mame 0.270+dfsg.1-1 mame_0.270+dfsg.1-1.debian.tar.xz]

18 months agoMerge mame (0.266+dfsg.1-1) import into refs/heads/workingbranch
Cesare Falco [Mon, 3 Jun 2024 11:21:21 +0000 (13:21 +0200)]
Merge mame (0.266+dfsg.1-1) import into refs/heads/workingbranch

18 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

18 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

18 months agoFix FTBFS on power "not a constant expression"
Debian Games Team [Mon, 3 Jun 2024 11:21:21 +0000 (13:21 +0200)]
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

18 months agokfreebsd_dirent.h_path
Debian Games Team [Mon, 3 Jun 2024 11:21:21 +0000 (13:21 +0200)]
kfreebsd_dirent.h_path

Gbp-Pq: Name kfreebsd_dirent.h_path.patch

18 months agoUse the packaged version of MathJax.
Jordi Mallach [Mon, 3 Jun 2024 11:21:21 +0000 (13:21 +0200)]
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

18 months agoSeveral FTBFS fixes for Hurd systems.
Jordi Mallach [Mon, 3 Jun 2024 11:21:21 +0000 (13:21 +0200)]
Several FTBFS fixes for Hurd systems.

Forwarded: no

Gbp-Pq: Name hurd.patch

18 months agodo not assume python points to python3.
Jordi Mallach [Mon, 3 Jun 2024 11:21:21 +0000 (13:21 +0200)]
do not assume python points to python3.

Origin: Debian
Forwarded: no

Gbp-Pq: Name python3.patch

18 months agoDo not pass -m64 to alpha, ia64 or riscv64 builds.
Jordi Mallach [Mon, 3 Jun 2024 11:21:21 +0000 (13:21 +0200)]
Do not pass -m64 to alpha, ia64 or riscv64 builds.

Forwarded: no
Last-Update: 2021-09-25

Gbp-Pq: Name ftbfs_alpha_ia64.patch

18 months agomame (0.266+dfsg.1-1) unstable; urgency=medium
Cesare Falco [Mon, 3 Jun 2024 11:21:21 +0000 (13:21 +0200)]
mame (0.266+dfsg.1-1) unstable; urgency=medium

  * New upstream release.

[dgit import unpatched mame 0.266+dfsg.1-1]

18 months agoImport mame_0.266+dfsg.1.orig.tar.xz
Cesare Falco [Mon, 3 Jun 2024 11:21:21 +0000 (13:21 +0200)]
Import mame_0.266+dfsg.1.orig.tar.xz

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

18 months agoImport mame_0.266+dfsg.1-1.debian.tar.xz
Cesare Falco [Mon, 3 Jun 2024 11:21:21 +0000 (13:21 +0200)]
Import mame_0.266+dfsg.1-1.debian.tar.xz

[dgit import tarball mame 0.266+dfsg.1-1 mame_0.266+dfsg.1-1.debian.tar.xz]

21 months agoMerge mame (0.261+dfsg.1-1+rpi1) import into refs/heads/workingbranch
Peter Michael Green [Thu, 22 Feb 2024 05:43:15 +0000 (05:43 +0000)]
Merge mame (0.261+dfsg.1-1+rpi1) import into refs/heads/workingbranch

21 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

21 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

21 months agoFix FTBFS on power "not a constant expression"
Debian Games Team [Thu, 22 Feb 2024 05:43:15 +0000 (05:43 +0000)]
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

21 months agokfreebsd_dirent.h_path
Debian Games Team [Thu, 22 Feb 2024 05:43:15 +0000 (05:43 +0000)]
kfreebsd_dirent.h_path

Gbp-Pq: Name kfreebsd_dirent.h_path.patch

21 months agoUse the packaged version of MathJax.
Jordi Mallach [Thu, 22 Feb 2024 05:43:15 +0000 (05:43 +0000)]
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

21 months agoSeveral FTBFS fixes for Hurd systems.
Jordi Mallach [Thu, 22 Feb 2024 05:43:15 +0000 (05:43 +0000)]
Several FTBFS fixes for Hurd systems.

Forwarded: no

Gbp-Pq: Name hurd.patch

21 months agodo not assume python points to python3.
Jordi Mallach [Thu, 22 Feb 2024 05:43:15 +0000 (05:43 +0000)]
do not assume python points to python3.

Origin: Debian
Forwarded: no

Gbp-Pq: Name python3.patch

21 months agoDo not pass -m64 to alpha, ia64 or riscv64 builds.
Jordi Mallach [Thu, 22 Feb 2024 05:43:15 +0000 (05:43 +0000)]
Do not pass -m64 to alpha, ia64 or riscv64 builds.

Forwarded: no
Last-Update: 2021-09-25

Gbp-Pq: Name ftbfs_alpha_ia64.patch

21 months agomame (0.261+dfsg.1-1+rpi1) trixie-staging; urgency=medium
Peter Michael Green [Thu, 22 Feb 2024 05:43:15 +0000 (05:43 +0000)]
mame (0.261+dfsg.1-1+rpi1) trixie-staging; urgency=medium

  * Use --long-plt on armhf too.

[dgit import unpatched mame 0.261+dfsg.1-1+rpi1]

21 months agoImport mame_0.261+dfsg.1-1+rpi1.debian.tar.xz
Peter Michael Green [Thu, 22 Feb 2024 05:43:15 +0000 (05:43 +0000)]
Import mame_0.261+dfsg.1-1+rpi1.debian.tar.xz

[dgit import tarball mame 0.261+dfsg.1-1+rpi1 mame_0.261+dfsg.1-1+rpi1.debian.tar.xz]

23 months agoMerge mame (0.261+dfsg.1-1) import into refs/heads/workingbranch
Jordi Mallach [Wed, 20 Dec 2023 17:34:35 +0000 (18:34 +0100)]
Merge mame (0.261+dfsg.1-1) import into refs/heads/workingbranch

23 months agoImport mame_0.261+dfsg.1.orig.tar.xz
Jordi Mallach [Wed, 20 Dec 2023 17:34:35 +0000 (18:34 +0100)]
Import mame_0.261+dfsg.1.orig.tar.xz

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

23 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

23 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

23 months agoFix FTBFS on power "not a constant expression"
Debian Games Team [Wed, 20 Dec 2023 17:34:35 +0000 (18:34 +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

23 months agokfreebsd_dirent.h_path
Debian Games Team [Wed, 20 Dec 2023 17:34:35 +0000 (18:34 +0100)]
kfreebsd_dirent.h_path

Gbp-Pq: Name kfreebsd_dirent.h_path.patch

23 months agoUse the packaged version of MathJax.
Jordi Mallach [Wed, 20 Dec 2023 17:34:35 +0000 (18:34 +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

23 months agoSeveral FTBFS fixes for Hurd systems.
Jordi Mallach [Wed, 20 Dec 2023 17:34:35 +0000 (18:34 +0100)]
Several FTBFS fixes for Hurd systems.

Forwarded: no

Gbp-Pq: Name hurd.patch

23 months agodo not assume python points to python3.
Jordi Mallach [Wed, 20 Dec 2023 17:34:35 +0000 (18:34 +0100)]
do not assume python points to python3.

Origin: Debian
Forwarded: no

Gbp-Pq: Name python3.patch

23 months agoDo not pass -m64 to alpha, ia64 or riscv64 builds.
Jordi Mallach [Wed, 20 Dec 2023 17:34:35 +0000 (18:34 +0100)]
Do not pass -m64 to alpha, ia64 or riscv64 builds.

Forwarded: no
Last-Update: 2021-09-25

Gbp-Pq: Name ftbfs_alpha_ia64.patch

23 months agomame (0.261+dfsg.1-1) unstable; urgency=medium
Jordi Mallach [Wed, 20 Dec 2023 17:34:35 +0000 (18:34 +0100)]
mame (0.261+dfsg.1-1) unstable; urgency=medium

  [ Cesare Falco ]
  * New upstream release.

[dgit import unpatched mame 0.261+dfsg.1-1]

23 months agoImport mame_0.261+dfsg.1-1.debian.tar.xz
Jordi Mallach [Wed, 20 Dec 2023 17:34:35 +0000 (18:34 +0100)]
Import mame_0.261+dfsg.1-1.debian.tar.xz

[dgit import tarball mame 0.261+dfsg.1-1 mame_0.261+dfsg.1-1.debian.tar.xz]

2 years agoMerge mame (0.251+dfsg.1-1) import into refs/heads/workingbranch
Cesare Falco [Fri, 30 Dec 2022 17:08:54 +0000 (18:08 +0100)]
Merge mame (0.251+dfsg.1-1) import into refs/heads/workingbranch

2 years agoFix FTBFS on power "not a constant expression"
Debian Games Team [Fri, 30 Dec 2022 17:08:54 +0000 (18:08 +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

2 years agoRemove sphinxcontrib.rsvgconverter, which
Cesare Falco [Fri, 30 Dec 2022 17:08:54 +0000 (18:08 +0100)]
Remove sphinxcontrib.rsvgconverter, which

Forwarded: no

seems nowhere to be found (at least on Ubuntu).

Gbp-Pq: Name sphinx_remove_unresolved_module.patch

2 years agokfreebsd_dirent.h_path
Debian Games Team [Fri, 30 Dec 2022 17:08:54 +0000 (18:08 +0100)]
kfreebsd_dirent.h_path

Gbp-Pq: Name kfreebsd_dirent.h_path.patch

2 years agoUse the packaged version of MathJax.
Jordi Mallach [Fri, 30 Dec 2022 17:08:54 +0000 (18:08 +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

2 years agoSeveral FTBFS fixes for Hurd systems.
Jordi Mallach [Fri, 30 Dec 2022 17:08:54 +0000 (18:08 +0100)]
Several FTBFS fixes for Hurd systems.

Forwarded: no

Gbp-Pq: Name hurd.patch

2 years agodo not assume python points to python3.
Jordi Mallach [Fri, 30 Dec 2022 17:08:54 +0000 (18:08 +0100)]
do not assume python points to python3.

Origin: Debian
Forwarded: no

Gbp-Pq: Name python3.patch

2 years agoDo not pass -m64 to alpha, ia64 or riscv64 builds.
Jordi Mallach [Fri, 30 Dec 2022 17:08:54 +0000 (18:08 +0100)]
Do not pass -m64 to alpha, ia64 or riscv64 builds.

Forwarded: no
Last-Update: 2021-09-25

Gbp-Pq: Name ftbfs_alpha_ia64.patch

2 years agomame (0.251+dfsg.1-1) unstable; urgency=medium
Cesare Falco [Fri, 30 Dec 2022 17:08:54 +0000 (18:08 +0100)]
mame (0.251+dfsg.1-1) unstable; urgency=medium

  * New upstream release.

[dgit import unpatched mame 0.251+dfsg.1-1]

2 years agoImport mame_0.251+dfsg.1.orig.tar.xz
Cesare Falco [Fri, 30 Dec 2022 17:08:54 +0000 (18:08 +0100)]
Import mame_0.251+dfsg.1.orig.tar.xz

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

2 years agoImport mame_0.251+dfsg.1-1.debian.tar.xz
Cesare Falco [Fri, 30 Dec 2022 17:08:54 +0000 (18:08 +0100)]
Import mame_0.251+dfsg.1-1.debian.tar.xz

[dgit import tarball mame 0.251+dfsg.1-1 mame_0.251+dfsg.1-1.debian.tar.xz]

4 years agoMerge mame (0.228+dfsg.1-1) import into refs/heads/workingbranch
Cesare Falco [Wed, 27 Jan 2021 18:26:13 +0000 (19:26 +0100)]
Merge mame (0.228+dfsg.1-1) import into refs/heads/workingbranch

4 years agoFix FTBFS on power "not a constant expression"
Debian Games Team [Wed, 27 Jan 2021 18:26:13 +0000 (19:26 +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

4 years agoRemove sphinxcontrib.rsvgconverter, which
Cesare Falco [Wed, 27 Jan 2021 18:26:13 +0000 (19:26 +0100)]
Remove sphinxcontrib.rsvgconverter, which

Forwarded: no

seems nowhere to be found (at least on Ubuntu).

Gbp-Pq: Name sphinx_remove_unresolved_module.patch

4 years agokfreebsd_dirent.h_path
Debian Games Team [Wed, 27 Jan 2021 18:26:13 +0000 (19:26 +0100)]
kfreebsd_dirent.h_path

Gbp-Pq: Name kfreebsd_dirent.h_path.patch

4 years agoUse the packaged version of MathJax.
Jordi Mallach [Wed, 27 Jan 2021 18:26:13 +0000 (19:26 +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

4 years agoSeveral FTBFS fixes for Hurd systems.
Jordi Mallach [Wed, 27 Jan 2021 18:26:13 +0000 (19:26 +0100)]
Several FTBFS fixes for Hurd systems.

Forwarded: no

Gbp-Pq: Name hurd.patch

4 years agodo not assume python points to python3.
Jordi Mallach [Wed, 27 Jan 2021 18:26:13 +0000 (19:26 +0100)]
do not assume python points to python3.

Origin: Debian
Forwarded: no

Gbp-Pq: Name python3.patch

4 years agoDo not pass -m64 to alpha or ia64 builds.
Jordi Mallach [Wed, 27 Jan 2021 18:26:13 +0000 (19:26 +0100)]
Do not pass -m64 to alpha or ia64 builds.

Forwarded: no

Gbp-Pq: Name ftbfs_alpha_ia64.patch