mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
mame: bump version to 0.275 (#11833)
This commit is contained in:
@@ -15,7 +15,7 @@ COPYRIGHT="1997-2024 MAMEDev and contributors"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/mamedev/mame/archive/mame${portVersion/./}.tar.gz"
|
||||
CHECKSUM_SHA256="f8112eb0b175935cf6db93f708186dcaeec5a89400ecf3d5782fd2c0b94907c8"
|
||||
CHECKSUM_SHA256="cf12c3c40a94f7bc67deefa69923a0769f99b66dc15bd7e2505b3130df6130bb"
|
||||
SOURCE_FILENAME="mame-$portVersion.tar.gz"
|
||||
SOURCE_DIR="mame-mame${portVersion/./}"
|
||||
PATCHES="mame-$portVersion.patchset"
|
||||
@@ -1,4 +1,4 @@
|
||||
From 5aa209e8b6c055b53bcd378847bdbcc45d600bb3 Mon Sep 17 00:00:00 2001
|
||||
From ab2c0ba519625f37fb1480cee1479d3db12ef8f4 Mon Sep 17 00:00:00 2001
|
||||
From: Gerasim Troeglazov <3dEyes@gmail.com>
|
||||
Date: Wed, 10 Jun 2020 22:35:16 +1000
|
||||
Subject: Haiku patches
|
||||
@@ -676,7 +676,7 @@ index f0782db..5a3a636 100644
|
||||
#define PLATFORM_WINDOWS (1)
|
||||
#define PLATFORM_STRING "windows"
|
||||
diff --git a/makefile b/makefile
|
||||
index c09a40e..aa32ba2 100644
|
||||
index fa859f8..2dfd3bf 100644
|
||||
--- a/makefile
|
||||
+++ b/makefile
|
||||
@@ -223,6 +223,7 @@ GENIEOS := darwin
|
||||
@@ -802,7 +802,7 @@ index 57ff069..e0ff74e 100644
|
||||
2.45.2
|
||||
|
||||
|
||||
From 3695980a8d0b3799ccfbc079c710eef3e425646a Mon Sep 17 00:00:00 2001
|
||||
From 3679bc0229b19e6324b42865bd6eb87982d78534 Mon Sep 17 00:00:00 2001
|
||||
From: Gerasim Troeglazov <3dEyes@gmail.com>
|
||||
Date: Thu, 11 Jun 2020 08:59:34 +1000
|
||||
Subject: Use stat Haiku
|
||||
@@ -843,7 +843,7 @@ index dab8620..ceb2263 100644
|
||||
2.45.2
|
||||
|
||||
|
||||
From 30f8fede609707987c032d338931fd79d0501d52 Mon Sep 17 00:00:00 2001
|
||||
From dc8869c1207067f78b28b668847243a4031767e5 Mon Sep 17 00:00:00 2001
|
||||
From: Gerasim Troeglazov <3dEyes@gmail.com>
|
||||
Date: Thu, 11 Jun 2020 09:00:11 +1000
|
||||
Subject: Disable ptty
|
||||
@@ -866,7 +866,7 @@ index e0ff74e..39a0a5a 100644
|
||||
2.45.2
|
||||
|
||||
|
||||
From ed61d22049f40362babbf78150a5cfa16103de92 Mon Sep 17 00:00:00 2001
|
||||
From 86d1a7296c5220f4579b3d961ff145248fa1f642 Mon Sep 17 00:00:00 2001
|
||||
From: PulkoMandy <pulkomandy@pulkomandy.tk>
|
||||
Date: Fri, 5 Aug 2022 19:24:12 +0200
|
||||
Subject: Allow use of Qt Debugger on Haiku
|
||||
@@ -905,7 +905,7 @@ index 3115c4d..91389aa 100644
|
||||
2.45.2
|
||||
|
||||
|
||||
From 64ec1ccb78cb3f4cc40ba0636e8289fc610dbb25 Mon Sep 17 00:00:00 2001
|
||||
From 1b25bfa83bfd063fe271f35935ed5ddc2ae2e245 Mon Sep 17 00:00:00 2001
|
||||
From: Alex Brown <mail@alexbrown.info>
|
||||
Date: Sat, 14 Oct 2023 11:26:57 +0100
|
||||
Subject: toolchain.lua: set targetdir for Haiku
|
||||
@@ -960,17 +960,17 @@ index 6c0af7e..5042979 100644
|
||||
2.45.2
|
||||
|
||||
|
||||
From b20563856541e3f02561061225f1ca9bc6840ab3 Mon Sep 17 00:00:00 2001
|
||||
From 14896ee5d4a0f1bc4e0aa3b5b5f1f3d5dc15b60f Mon Sep 17 00:00:00 2001
|
||||
From: Alex Brown <mail@alexbrown.info>
|
||||
Date: Sat, 14 Oct 2023 09:14:19 +0100
|
||||
Subject: Set LinkSupportCircularDependencies for Haiku
|
||||
|
||||
|
||||
diff --git a/scripts/genie.lua b/scripts/genie.lua
|
||||
index 89b60a6..1d5e005 100644
|
||||
index fab53da..6c863f0 100644
|
||||
--- a/scripts/genie.lua
|
||||
+++ b/scripts/genie.lua
|
||||
@@ -1250,6 +1250,11 @@ configuration { "freebsd or netbsd" }
|
||||
@@ -1241,6 +1241,11 @@ configuration { "freebsd or netbsd" }
|
||||
"LinkSupportCircularDependencies",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user