mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 11:38:52 +02:00
scummvm, bump to version 2026.2.0 (#13891)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
From 3312a01e33ad58a0bc14edd845828255e74f961d Mon Sep 17 00:00:00 2001
|
From 059527ebf1badf7195468390981fcf0dc7d7a3a4 Mon Sep 17 00:00:00 2001
|
||||||
From: Jerome Duval <jerome.duval@gmail.com>
|
From: Jerome Duval <jerome.duval@gmail.com>
|
||||||
Date: Sat, 25 Jan 2025 10:12:50 +0100
|
Date: Sat, 25 Jan 2025 10:12:50 +0100
|
||||||
Subject: Haiku patch
|
Subject: Haiku patch
|
||||||
@@ -85,10 +85,10 @@ index 2469849..dca06ce 100644
|
|||||||
savePath = getenv("HOME");
|
savePath = getenv("HOME");
|
||||||
savePath.joinInPlace("saves");
|
savePath.joinInPlace("saves");
|
||||||
diff --git a/configure b/configure
|
diff --git a/configure b/configure
|
||||||
index 41342e0..19e48d2 100755
|
index 4883e91..408165f 100755
|
||||||
--- a/configure
|
--- a/configure
|
||||||
+++ b/configure
|
+++ b/configure
|
||||||
@@ -3419,6 +3419,7 @@ EOF
|
@@ -3436,6 +3436,7 @@ EOF
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
haiku*)
|
haiku*)
|
||||||
@@ -100,7 +100,7 @@ index 41342e0..19e48d2 100755
|
|||||||
2.52.0
|
2.52.0
|
||||||
|
|
||||||
|
|
||||||
From 1c78a5d2fdc3ae1ed5ae5867192c48237611270a Mon Sep 17 00:00:00 2001
|
From 5feaa1978b5d30dfef62451f15de9cdbb6f57550 Mon Sep 17 00:00:00 2001
|
||||||
From: Luc Schrijvers <begasus@gmail.com>
|
From: Luc Schrijvers <begasus@gmail.com>
|
||||||
Date: Tue, 13 May 2025 10:40:18 +0200
|
Date: Tue, 13 May 2025 10:40:18 +0200
|
||||||
Subject: Fix conflicting int types
|
Subject: Fix conflicting int types
|
||||||
@@ -5,11 +5,11 @@ data files. The clever part about this: ScummVM just replaces the executables \
|
|||||||
shipped with the games, allowing you to play them on systems for which they \
|
shipped with the games, allowing you to play them on systems for which they \
|
||||||
were never designed!"
|
were never designed!"
|
||||||
HOMEPAGE="https://www.scummvm.org/"
|
HOMEPAGE="https://www.scummvm.org/"
|
||||||
COPYRIGHT="2001-2024 ScummVM Team"
|
COPYRIGHT="2001-2026 ScummVM Team"
|
||||||
LICENSE="GNU GPL v3"
|
LICENSE="GNU GPL v3"
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
SOURCE_URI="http://www.scummvm.org/frs/scummvm/$portVersion/scummvm-$portVersion.tar.bz2"
|
SOURCE_URI="http://www.scummvm.org/frs/scummvm/$portVersion/scummvm-$portVersion.tar.bz2"
|
||||||
CHECKSUM_SHA256="1ce520faa16bc19d173d5296b4561979535b43ded0948e0249e2e8cb3d1d9bea"
|
CHECKSUM_SHA256="4b3da6257f8f1a79f5a38ef10535d80873fa6abd42f5a54e2cf18a4acd5b7d3f"
|
||||||
ADDITIONAL_FILES="scummvm.rdef.in"
|
ADDITIONAL_FILES="scummvm.rdef.in"
|
||||||
PATCHES="scummvm-$portVersion.patchset"
|
PATCHES="scummvm-$portVersion.patchset"
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ SECONDARY_ARCHITECTURES="x86"
|
|||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
scummvm$secondaryArchSuffix = $portVersion
|
scummvm$secondaryArchSuffix = $portVersion
|
||||||
app:scummvm$secondaryArchSuffix = $portVersion
|
app:ScummVM = $portVersion
|
||||||
"
|
"
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
Reference in New Issue
Block a user