From 1c2a044d84c1b491f63f92ba40126656a0f3fe25 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 21 Apr 2016 15:12:30 +0200 Subject: [PATCH] games-engines/openmw: bump to 0.39.0 --- ...38.0.exheres-0 => openmw-0.39.0.exheres-0} | 26 +++++++++++-------- 1 file changed, 15 insertions(+), 11 deletions(-) rename packages/games-engines/openmw/{openmw-0.38.0.exheres-0 => openmw-0.39.0.exheres-0} (88%) diff --git a/packages/games-engines/openmw/openmw-0.38.0.exheres-0 b/packages/games-engines/openmw/openmw-0.39.0.exheres-0 similarity index 88% rename from packages/games-engines/openmw/openmw-0.38.0.exheres-0 rename to packages/games-engines/openmw/openmw-0.39.0.exheres-0 index 4a9cca31..00e2a57c 100644 --- a/packages/games-engines/openmw/openmw-0.38.0.exheres-0 +++ b/packages/games-engines/openmw/openmw-0.39.0.exheres-0 @@ -21,37 +21,41 @@ DEPENDENCIES=" virtual/pkg-config build+run: app-arch/unshield - dev-games/mygui[>=3.2.1] dev-games/OpenSceneGraph + dev-games/mygui[>=3.2.1] dev-libs/boost dev-libs/tinyxml - media-libs/FreeImage + media-libs/SDL:2[X] media-libs/freetype:2 media-libs/openal - media-libs/SDL:2[X] + media/ffmpeg sci-physics/bullet[>=2.80] x11-libs/qtbase:5 " CMAKE_SRC_CONFIGURE_PARAMS=( - -DBUILD_OPENMW=ON - -DBSATOOL=ON - -DESMTOOL=ON - -DOPENCS=ON - -DBUILD_UNITTESTS=OFF -DBINDIR="/usr/$(exhost --target)/bin" - -DLIBDIR="/usr/$(exhost --target)/lib" + -DBUILD_BSATOOL=ON + -DBUILD_ESMTOOL=ON + -DBUILD_NIFTEST=OFF + -DBUILD_OPENCS=ON + -DBUILD_OPENMW=ON + -DBUILD_UNITTESTS=OFF + -DBUILD_WITH_CODE_COVERAGE=OFF + -DBUILD_WIZARD=ON -DDATADIR="/usr/share/${PN}" + -DDESIRED_QT_VERSION=5 + -DGLOBAL_CONFIG_PATH="/etc" -DICONDIR="/usr/share/icons/hicolor/256x256/apps" + -DLIBDIR="/usr/$(exhost --target)/lib" -DMORROWIND_DATA_FILES="/usr/share/${PN}/data" -DOPENMW_RESOURCE_FILES="/usr/share/${PN}/resources" - -DGLOBAL_CONFIG_PATH="/etc" -DUSE_SYSTEM_TINYXML=ON - -DDESIRED_QT_VERSION=5 ) src_install() { default keepdir /usr/share/openmw/data } +