scummvm: update to 2.8.0.
This commit is contained in:
@@ -1,29 +0,0 @@
|
|||||||
--- a/engines/hpl1/engine/libraries/newton/core/dgPolyhedra.cpp 2023-07-14 23:43:45.000000000 +0200
|
|
||||||
+++ - 2023-12-05 17:21:11.466380253 +0100
|
|
||||||
@@ -2714,7 +2714,7 @@
|
|
||||||
if (handle) {
|
|
||||||
handle->m_edge = NULL;
|
|
||||||
}
|
|
||||||
- ptr->m_userData = dgUnsigned32(NULL);
|
|
||||||
+ ptr->m_userData = dgUnsigned32(0);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@@ -2753,7 +2753,7 @@
|
|
||||||
if (handle) {
|
|
||||||
handle->m_edge = NULL;
|
|
||||||
}
|
|
||||||
- ptr1->m_userData = dgUnsigned32(NULL);
|
|
||||||
+ ptr1->m_userData = dgUnsigned32(0);
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -2780,7 +2780,7 @@
|
|
||||||
if (handle) {
|
|
||||||
handle->m_edge = NULL;
|
|
||||||
}
|
|
||||||
- ptr1->m_twin->m_userData = dgUnsigned32(NULL);
|
|
||||||
+ ptr1->m_twin->m_userData = dgUnsigned32(0);
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
# Template file for 'scummvm'
|
# Template file for 'scummvm'
|
||||||
pkgname=scummvm
|
pkgname=scummvm
|
||||||
version=2.7.1
|
version=2.8.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr --enable-release-mode --enable-all-engines"
|
configure_args="--prefix=/usr --enable-release-mode --enable-all-engines"
|
||||||
@@ -14,7 +14,10 @@ maintainer="John <me@johnnynator.dev>"
|
|||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://www.scummvm.org/"
|
homepage="https://www.scummvm.org/"
|
||||||
distfiles="https://downloads.scummvm.org/frs/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
|
distfiles="https://downloads.scummvm.org/frs/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=d6bbf62e33154759a609d59f3034d71652ecdb64ed5c800156718ab1f1d5d063
|
checksum=d6e9fbee06a924706635dea225dfd560ff6770f35aa99d59570a3eb883795a72
|
||||||
|
|
||||||
|
CFLAGS="-fexcess-precision=fast"
|
||||||
|
CXXFLAGS="-fexcess-precision=fast"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*);;
|
i686*|x86_64*);;
|
||||||
|
|||||||
Reference in New Issue
Block a user