DarkRadiant: update to 3.7.0.

This commit is contained in:
John 2022-12-23 00:13:03 +01:00
parent 086a067077
commit bcf0d16ef5
2 changed files with 3 additions and 23 deletions

View File

@ -1,20 +0,0 @@
--- DarkRadiant-2.14.0/radiantcore/model/import/openfbx/ofbx.h 2021-10-30 12:57:00.000000000 +0200
+++ - 2021-12-07 14:04:32.530489783 +0100
@@ -1,5 +1,5 @@
#pragma once
-
+#include <cinttypes>
namespace ofbx
{
@@ -12,8 +12,8 @@
typedef long long i64;
typedef unsigned long long u64;
#else
- typedef long i64;
- typedef unsigned long u64;
+ typedef int64_t i64;
+ typedef uint64_t u64;
#endif
static_assert(sizeof(u8) == 1, "u8 is not 1 byte");

View File

@ -1,7 +1,7 @@
# Template file for 'DarkRadiant'
pkgname=DarkRadiant
version=2.14.0
revision=3
version=3.7.0
revision=1
build_style=cmake
build_helper=cmake-wxWidgets-gtk3
hostmakedepends="pkg-config ruby-asciidoctor"
@ -14,7 +14,7 @@ maintainer="John <me@johnnynator.dev>"
license="GPL-2.0-or-later"
homepage="https://github.com/codereader/DarkRadiant/"
distfiles="https://github.com/codereader/DarkRadiant/archive/${version}.tar.gz"
checksum=cc7802cb362c6b66d0dbd4a5798ebe8d0e069d0e7a05b6f4ab679c167a1d7621
checksum=c8d52dc1ca98ca10a93bf698e7e12c6ac761f12f8f210e403bad72e842155737
CXXFLAGS="-I${XBPS_CROSS_BASE}/usr/lib/wx/include/gtk3-unicode-3.0"
CXXFLAGS="$CXXFLAGS -I${XBPS_CROSS_BASE}/${py3_sitelib}/pybind11/include"