Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
openmw
Commits:
86730a9e by Antonio Rojas at 2024-08-30T22:29:30+02:00
upgpkg: 0.48.0-9: boost 1.86 rebuild
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- gcc14.patch
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = openmw
pkgdesc = Open-source engine reimplementation for the role-playing game
Morrowind
pkgver = 0.48.0
- pkgrel = 8
+ pkgrel = 9
url = http://www.openmw.org
arch = x86_64
license = GPL3
@@ -26,6 +26,6 @@ pkgbase = openmw
source =
https://github.com/OpenMW/openmw/archive/refs/tags/openmw-0.48.0.tar.gz
source = gcc14.patch
sha512sums =
6f2429253b44a232fc69db7f04a873f7328a5e95d810c36768311bdc23064a96c9963caa7d64a906bd67509e3a2f8d142db005ce093fc2764dd672ae6a617414
- sha512sums =
4039328c3c587db9fba203156eb0dbacfb6b6bc8015ee1f483c79757b52f85da88adc6640947cf5965e91cb7babb2fabcbcf42ce51e1b0a41a8b0ebac31882e1
+ sha512sums =
552ec48c2b1821229fc81bcaf7f01174b24ffd6ae80d1e59c927a422d8c17eeb435f1501a05c1f105ab87342ad91d89fab0f7e8eb06d5552bb3d8d8675577a11
pkgname = openmw
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=openmw
pkgver=0.48.0
-pkgrel=8
+pkgrel=9
pkgdesc="Open-source engine reimplementation for the role-playing game
Morrowind"
arch=('x86_64')
url="http://www.openmw.org"
@@ -14,7 +14,7 @@ makedepends=('cmake' 'boost' 'doxygen' 'ninja')
source=("https://github.com/OpenMW/openmw/archive/refs/tags/openmw-${pkgver}.tar.gz"
gcc14.patch)
sha512sums=('6f2429253b44a232fc69db7f04a873f7328a5e95d810c36768311bdc23064a96c9963caa7d64a906bd67509e3a2f8d142db005ce093fc2764dd672ae6a617414'
-
'4039328c3c587db9fba203156eb0dbacfb6b6bc8015ee1f483c79757b52f85da88adc6640947cf5965e91cb7babb2fabcbcf42ce51e1b0a41a8b0ebac31882e1')
+
'552ec48c2b1821229fc81bcaf7f01174b24ffd6ae80d1e59c927a422d8c17eeb435f1501a05c1f105ab87342ad91d89fab0f7e8eb06d5552bb3d8d8675577a11')
prepare() {
cd openmw-openmw-$pkgver
=====================================
gcc14.patch
=====================================
@@ -8,3 +8,14 @@
#include <boost/filesystem/path.hpp>
#include <boost/filesystem/fstream.hpp>
+diff -ru openmw-openmw-0.48.0.orig/apps/openmw/mwstate/charactermanager.hpp
openmw-openmw-0.48.0/apps/openmw/mwstate/charactermanager.hpp
+--- openmw-openmw-0.48.0.orig/apps/openmw/mwstate/charactermanager.hpp
2024-08-30 22:11:44.591374022 +0200
++++ openmw-openmw-0.48.0/apps/openmw/mwstate/charactermanager.hpp
2024-08-30 22:12:01.901694900 +0200
+@@ -2,6 +2,7 @@
+ #define GAME_STATE_CHARACTERMANAGER_H
+
+ #include <boost/filesystem/path.hpp>
++#include <list>
+
+ #include "character.hpp"
+
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openmw/-/commit/86730a9e03019158e8c6570cc6bb2e14b4c5bf30
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openmw/-/commit/86730a9e03019158e8c6570cc6bb2e14b4c5bf30
You're receiving this email because of your account on gitlab.archlinux.org.