summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLone_Wolf2022-06-16 14:52:36 +0200
committerLone_Wolf2022-06-16 14:52:36 +0200
commit576bff367a8d603f87398576f67e4998f1195820 (patch)
tree0492a89b7f31218b6a98f28861581a4b7ffa72b5
parenta3beb8eb21617ad2b2a40ac08b03976bad264621 (diff)
downloadaur-576bff367a8d603f87398576f67e4998f1195820.tar.gz
removed unneeded setting from cmake invocation, added maintainer/co-maintainer fields
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 000573276e4d..5a28b9b8fc38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,3 +1,6 @@
+# Maintainer : bwrsandman
+# Co-Maintainer: Lone_Wolf <lone_wolf@klaas-de-kat.nl>
+
pkgname=openmw-git
pkgver=0.47.0.r2799.g28c97c22b9
pkgrel=1
@@ -5,7 +8,6 @@ pkgdesc="An open-source engine reimplementation for the role-playing game Morrow
arch=('i686' 'x86_64')
url="http://www.openmw.org"
license=('GPL3' 'MIT' 'custom')
-# Workaround ffmpeg4.4 https://gitlab.com/OpenMW/openmw/-/issues/6631#note_848732223
depends=('openal' 'openscenegraph' 'mygui' 'bullet-multithreaded' 'qt5-base' 'ffmpeg' 'sdl2' 'unshield' 'libxt' 'boost-libs' 'luajit' 'recastnavigation-openmw' 'yaml-cpp')
optdepends=('openscenegraph-openmw-git: experimental performance enhancements for OpenMW that are too controversial to be included in the general purpose OSG project')
makedepends=('git' 'cmake' 'boost')
@@ -29,7 +31,6 @@ build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
- -DDESIRED_QT_VERSION=5 \
-DOPENMW_USE_SYSTEM_RECASTNAVIGATION=ON
make
}