games-engines/openmw: bump to 0.39.0

This commit is contained in:
Julian Ospald 2016-04-21 15:12:30 +02:00
parent 12551c8f3c
commit 1c2a044d84
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 15 additions and 11 deletions

View File

@ -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
}