Index: head/games/openmw/Makefile =================================================================== --- head/games/openmw/Makefile (revision 417974) +++ head/games/openmw/Makefile (revision 417975) @@ -1,53 +1,55 @@ # Created by: Tobias Kortkamp # $FreeBSD$ PORTNAME= openmw -PORTVERSION= 0.38.0 +PORTVERSION= 0.39.0 DISTVERSIONPREFIX= openmw- CATEGORIES= games MAINTAINER= t@tobik.me COMMENT= Unofficial open source engine reimplementation of the game Morrowind LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/docs/license/GPL3.txt LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libBulletCollision.so:devel/bullet \ libboost_thread.so:devel/boost-libs \ libMyGUIEngine.so:x11-toolkits/mygui \ libosg.so:graphics/osg \ libunshield.so:archivers/unshield BROKEN_FreeBSD_9= does not build USE_GITHUB= yes GH_ACCOUNT= OpenMW -USES= cmake:outsource compiler:c++11-lib ninja openal pkgconfig +USES= cmake:outsource compiler:c++14-lang ninja openal pkgconfig USE_GL= gl -USE_QT5= qmake_build buildtools_build core widgets network opengl +USE_QT5= qmake_build buildtools_build core gui network opengl \ + printsupport widgets USE_SDL= sdl2 +USE_XORG= xt CMAKE_ARGS= -DCMAKE_BUILD_TYPE=Release \ -DDESIRED_QT_VERSION=5 \ -DBUILD_OPENMW=ON \ -DBUILD_BSATOOL=ON \ -DBUILD_ESMTOOL=ON \ -DBUILD_LAUNCHER=ON \ -DBUILD_MWINIIMPORTER=ON \ -DBUILD_ESSIMPORTER=ON \ - -DBUILD_OPENCS=OFF \ + -DBUILD_OPENCS=ON \ -DBUILD_WIZARD=ON \ -DBUILD_WITH_CODE_COVERAGE=OFF \ -DBUILD_UNITTEST=OFF \ -DBUILD_NIFTEST=OFF \ -DBUILD_MYGUI_PLUGIN=OFF \ -DMORROWIND_DATA_FILES="${DATADIR}/data" \ -DOPENMW_RESOURCE_FILES="${DATADIR}/resources" \ -DGLOBAL_DATA_PATH="${PREFIX}/share" post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* .include Index: head/games/openmw/distinfo =================================================================== --- head/games/openmw/distinfo (revision 417974) +++ head/games/openmw/distinfo (revision 417975) @@ -1,2 +1,2 @@ -SHA256 (OpenMW-openmw-openmw-0.38.0_GH0.tar.gz) = c16a44ee9a787dcae61a373625d39733868d213fd6e8ccd86ab9e7ac00ecb85a -SIZE (OpenMW-openmw-openmw-0.38.0_GH0.tar.gz) = 4137263 +SHA256 (OpenMW-openmw-openmw-0.39.0_GH0.tar.gz) = b0d294b0814099bd93326f7b86dd84fb727d38dd536bf104272112e6d70ae720 +SIZE (OpenMW-openmw-openmw-0.39.0_GH0.tar.gz) = 4764754 Index: head/games/openmw/files/patch-apps_openmw_mwworld_worldimp.cpp =================================================================== --- head/games/openmw/files/patch-apps_openmw_mwworld_worldimp.cpp (revision 417974) +++ head/games/openmw/files/patch-apps_openmw_mwworld_worldimp.cpp (nonexistent) @@ -1,11 +0,0 @@ ---- apps/openmw/mwworld/worldimp.cpp.orig 2016-01-12 16:11:28 UTC -+++ apps/openmw/mwworld/worldimp.cpp -@@ -108,7 +108,7 @@ namespace MWWorld - } - - private: -- typedef std::tr1::unordered_map LoadersContainer; -+ typedef std::unordered_map LoadersContainer; - LoadersContainer mLoaders; - }; - Property changes on: head/games/openmw/files/patch-apps_openmw_mwworld_worldimp.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/openmw/files/patch-components_esm_spellstate.cpp =================================================================== --- head/games/openmw/files/patch-components_esm_spellstate.cpp (revision 417974) +++ head/games/openmw/files/patch-components_esm_spellstate.cpp (nonexistent) @@ -1,22 +0,0 @@ ---- components/esm/spellstate.cpp.orig 2016-01-12 16:11:28 UTC -+++ components/esm/spellstate.cpp -@@ -12,7 +12,7 @@ namespace ESM - { - std::string id = esm.getHString(); - -- std::map random; -+ std::map random; - while (esm.isNextSub("INDX")) - { - int index; -@@ -73,8 +73,8 @@ namespace ESM - { - esm.writeHNString("SPEL", it->first); - -- const std::map& random = it->second; -- for (std::map::const_iterator rIt = random.begin(); rIt != random.end(); ++rIt) -+ const std::map& random = it->second; -+ for (std::map::const_iterator rIt = random.begin(); rIt != random.end(); ++rIt) - { - esm.writeHNT("INDX", rIt->first); - esm.writeHNT("RAND", rIt->second); Property changes on: head/games/openmw/files/patch-components_esm_spellstate.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/openmw/files/patch-apps_essimporter_convertinventory.cpp =================================================================== --- head/games/openmw/files/patch-apps_essimporter_convertinventory.cpp (revision 417974) +++ head/games/openmw/files/patch-apps_essimporter_convertinventory.cpp (nonexistent) @@ -1,21 +0,0 @@ ---- apps/essimporter/convertinventory.cpp.orig 2016-01-12 16:11:28 UTC -+++ apps/essimporter/convertinventory.cpp -@@ -1,6 +1,7 @@ - #include "convertinventory.hpp" - - #include -+#include - - namespace ESSImport - { -@@ -15,8 +16,8 @@ namespace ESSImport - objstate.blank(); - objstate.mRef = *it; - objstate.mRef.mRefID = Misc::StringUtils::lowerCase(it->mId); -- objstate.mCount = std::abs(it->mCount); // restocking items have negative count in the savefile -- // openmw handles them differently, so no need to set any flags -+ objstate.mCount = abs(it->mCount); // restocking items have negative count in the savefile -+ // openmw handles them differently, so no need to set any flags - state.mItems.push_back(objstate); - if (it->mRelativeEquipmentSlot != -1) - // Note we should really write the absolute slot here, which we do not know about Property changes on: head/games/openmw/files/patch-apps_essimporter_convertinventory.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/openmw/files/patch-components_sceneutil_lightcontroller.cpp =================================================================== --- head/games/openmw/files/patch-components_sceneutil_lightcontroller.cpp (revision 417974) +++ head/games/openmw/files/patch-components_sceneutil_lightcontroller.cpp (nonexistent) @@ -1,10 +0,0 @@ ---- components/sceneutil/lightcontroller.cpp.orig 2016-01-12 16:11:28 UTC -+++ components/sceneutil/lightcontroller.cpp -@@ -2,6 +2,7 @@ - - #include - -+#include - #include - - #include Property changes on: head/games/openmw/files/patch-components_sceneutil_lightcontroller.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/openmw/files/patch-apps_openmw_crashcatcher.cpp =================================================================== --- head/games/openmw/files/patch-apps_openmw_crashcatcher.cpp (revision 417974) +++ head/games/openmw/files/patch-apps_openmw_crashcatcher.cpp (nonexistent) @@ -1,11 +0,0 @@ ---- apps/openmw/crashcatcher.cpp.orig 2016-01-12 16:11:28 UTC -+++ apps/openmw/crashcatcher.cpp -@@ -24,7 +24,7 @@ - #ifndef PR_SET_PTRACER - #define PR_SET_PTRACER 0x59616d61 - #endif --#elif defined (__APPLE__) -+#elif defined (__APPLE__) || defined (__FreeBSD__) - #include - #endif - Property changes on: head/games/openmw/files/patch-apps_openmw_crashcatcher.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/openmw/files/patch-components_esm_spellstate.hpp =================================================================== --- head/games/openmw/files/patch-components_esm_spellstate.hpp (revision 417974) +++ head/games/openmw/files/patch-components_esm_spellstate.hpp (nonexistent) @@ -1,11 +0,0 @@ ---- components/esm/spellstate.hpp.orig 2016-01-12 16:11:28 UTC -+++ components/esm/spellstate.hpp -@@ -28,7 +28,7 @@ namespace ESM - float mMagnitude; - }; - -- typedef std::map > TContainer; -+ typedef std::map > TContainer; - TContainer mSpells; - - std::map > mPermanentSpellEffects; Property changes on: head/games/openmw/files/patch-components_esm_spellstate.hpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/openmw/files/patch-apps_openmw_mwmechanics_spells.hpp =================================================================== --- head/games/openmw/files/patch-apps_openmw_mwmechanics_spells.hpp (revision 417974) +++ head/games/openmw/files/patch-apps_openmw_mwmechanics_spells.hpp (nonexistent) @@ -1,11 +0,0 @@ ---- apps/openmw/mwmechanics/spells.hpp.orig 2016-01-19 22:25:34 UTC -+++ apps/openmw/mwmechanics/spells.hpp -@@ -33,7 +33,7 @@ namespace MWMechanics - - typedef const ESM::Spell* SpellKey; - -- typedef std::map > TContainer; // ID, -+ typedef std::map > TContainer; // ID, - typedef TContainer::const_iterator TIterator; - - struct CorprusStats Property changes on: head/games/openmw/files/patch-apps_openmw_mwmechanics_spells.hpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/openmw/files/patch-apps_openmw_mwmechanics_spells.cpp =================================================================== --- head/games/openmw/files/patch-apps_openmw_mwmechanics_spells.cpp (revision 417974) +++ head/games/openmw/files/patch-apps_openmw_mwmechanics_spells.cpp (nonexistent) @@ -1,11 +0,0 @@ ---- apps/openmw/mwmechanics/spells.cpp.orig 2016-01-19 22:26:03 UTC -+++ apps/openmw/mwmechanics/spells.cpp -@@ -44,7 +44,7 @@ namespace MWMechanics - { - if (mSpells.find (spell)==mSpells.end()) - { -- std::map random; -+ std::map random; - - // Determine the random magnitudes (unless this is a castable spell, in which case - // they will be determined when the spell is cast) Property changes on: head/games/openmw/files/patch-apps_openmw_mwmechanics_spells.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/openmw/files/patch-apps_openmw_mwworld_projectilemanager.hpp =================================================================== --- head/games/openmw/files/patch-apps_openmw_mwworld_projectilemanager.hpp (revision 417974) +++ head/games/openmw/files/patch-apps_openmw_mwworld_projectilemanager.hpp (nonexistent) @@ -1,10 +0,0 @@ ---- apps/openmw/mwworld/projectilemanager.hpp.orig 2016-01-12 16:11:28 UTC -+++ apps/openmw/mwworld/projectilemanager.hpp -@@ -3,6 +3,7 @@ - - #include - -+#include - #include - #include - Property changes on: head/games/openmw/files/patch-apps_openmw_mwworld_projectilemanager.hpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/openmw/files/patch-apps_essimporter_converter.hpp =================================================================== --- head/games/openmw/files/patch-apps_essimporter_converter.hpp (revision 417974) +++ head/games/openmw/files/patch-apps_essimporter_converter.hpp (nonexistent) @@ -1,11 +0,0 @@ ---- apps/essimporter/converter.hpp.orig 2016-01-12 16:11:28 UTC -+++ apps/essimporter/converter.hpp -@@ -121,7 +121,7 @@ public: - { - mContext->mPlayer.mObject.mCreatureStats.mLevel = npc.mNpdt52.mLevel; - mContext->mPlayerBase = npc; -- std::map empty; -+ std::map empty; - // FIXME: player start spells and birthsign spells aren't listed here, - // need to fix openmw to account for this - for (std::vector::const_iterator it = npc.mSpells.mList.begin(); it != npc.mSpells.mList.end(); ++it) Property changes on: head/games/openmw/files/patch-apps_essimporter_converter.hpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/openmw/files/patch-components_resource_bulletshape.cpp =================================================================== --- head/games/openmw/files/patch-components_resource_bulletshape.cpp (revision 417974) +++ head/games/openmw/files/patch-components_resource_bulletshape.cpp (nonexistent) @@ -1,10 +0,0 @@ ---- components/resource/bulletshape.cpp.orig 2016-01-12 16:11:28 UTC -+++ components/resource/bulletshape.cpp -@@ -1,6 +1,7 @@ - #include "bulletshape.hpp" - - #include -+#include - - #include - #include Property changes on: head/games/openmw/files/patch-components_resource_bulletshape.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/openmw/files/patch-apps_openmw_mwworld_refdata.hpp =================================================================== --- head/games/openmw/files/patch-apps_openmw_mwworld_refdata.hpp (revision 417974) +++ head/games/openmw/files/patch-apps_openmw_mwworld_refdata.hpp (nonexistent) @@ -1,10 +0,0 @@ ---- apps/openmw/mwworld/refdata.hpp.orig 2016-01-12 16:11:28 UTC -+++ apps/openmw/mwworld/refdata.hpp -@@ -5,6 +5,7 @@ - - #include "../mwscript/locals.hpp" - -+#include - #include - - namespace SceneUtil Property changes on: head/games/openmw/files/patch-apps_openmw_mwworld_refdata.hpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/openmw/files/patch-CMakeLists.txt =================================================================== --- head/games/openmw/files/patch-CMakeLists.txt (revision 417974) +++ head/games/openmw/files/patch-CMakeLists.txt (revision 417975) @@ -1,11 +1,11 @@ ---- CMakeLists.txt.orig 2016-01-12 16:11:28 UTC +--- CMakeLists.txt.orig 2016-06-30 21:09:52 UTC +++ CMakeLists.txt -@@ -224,7 +224,7 @@ if (USE_QT) - set (OSG_QT osgQt) +@@ -296,7 +296,7 @@ find_package(Boost REQUIRED COMPONENTS $ + find_package(SDL2 REQUIRED) + find_package(OpenAL REQUIRED) + find_package(Bullet REQUIRED) +-if (NOT BULLET_FOUND OR BULLET_VERSION VERSION_LESS 283) ++if (NOT BULLET_FOUND OR BULLET_VERSION VERSION_LESS 282) + message(FATAL_ERROR "OpenMW requires Bullet version 2.83 or later") endif() - --find_package(OpenSceneGraph 3.2.0 REQUIRED osgDB osgViewer osgText osgGA osgAnimation osgParticle ${OSG_QT} osgUtil osgFX) -+find_package(OpenSceneGraph 3.2.0 REQUIRED osgDB osgViewer osgText osgGA osgAnimation osgParticle osgUtil osgFX) - - include_directories(${OPENSCENEGRAPH_INCLUDE_DIRS}) Index: head/games/openmw/files/patch-apps_wizard_CMakeLists.txt =================================================================== --- head/games/openmw/files/patch-apps_wizard_CMakeLists.txt (revision 417974) +++ head/games/openmw/files/patch-apps_wizard_CMakeLists.txt (revision 417975) @@ -1,11 +1,11 @@ ---- apps/wizard/CMakeLists.txt.orig 2016-01-12 16:11:28 UTC +--- apps/wizard/CMakeLists.txt.orig 2016-04-06 11:40:42 UTC +++ apps/wizard/CMakeLists.txt -@@ -150,6 +150,7 @@ endif() +@@ -147,6 +147,7 @@ endif() # Workaround for binutil => 2.23 problem when linking, should be fixed eventually upstream if (UNIX AND NOT APPLE) -target_link_libraries(openmw-wizard dl Xt) +target_link_libraries(openmw-wizard Xt) endif() +target_link_libraries(openmw-wizard boost_program_options) Index: head/games/openmw/pkg-plist =================================================================== --- head/games/openmw/pkg-plist (revision 417974) +++ head/games/openmw/pkg-plist (revision 417975) @@ -1,105 +1,115 @@ bin/bsatool bin/esmtool bin/openmw +bin/openmw-cs bin/openmw-essimporter bin/openmw-iniimporter bin/openmw-launcher bin/openmw-wizard %%ETCDIR%%/gamecontrollerdb.txt +%%ETCDIR%%/openmw-cs.cfg %%ETCDIR%%/openmw.cfg %%ETCDIR%%/settings-default.cfg %%ETCDIR%%/version share/appdata/openmw.appdata.xml +share/applications/openmw-cs.desktop share/applications/openmw.desktop %%DATADIR%%/resources/defaultfilters %%DATADIR%%/resources/mygui/DejaVuLGCSansMono.ttf %%DATADIR%%/resources/mygui/OpenMWResourcePlugin.xml %%DATADIR%%/resources/mygui/core.skin %%DATADIR%%/resources/mygui/core.xml %%DATADIR%%/resources/mygui/core_layouteditor.xml %%DATADIR%%/resources/mygui/openmw.png %%DATADIR%%/resources/mygui/openmw_alchemy_window.layout %%DATADIR%%/resources/mygui/openmw_book.layout %%DATADIR%%/resources/mygui/openmw_box.skin.xml %%DATADIR%%/resources/mygui/openmw_button.skin.xml %%DATADIR%%/resources/mygui/openmw_chargen_birth.layout %%DATADIR%%/resources/mygui/openmw_chargen_class.layout %%DATADIR%%/resources/mygui/openmw_chargen_class_description.layout %%DATADIR%%/resources/mygui/openmw_chargen_create_class.layout %%DATADIR%%/resources/mygui/openmw_chargen_generate_class_result.layout %%DATADIR%%/resources/mygui/openmw_chargen_race.layout %%DATADIR%%/resources/mygui/openmw_chargen_review.layout %%DATADIR%%/resources/mygui/openmw_chargen_select_attribute.layout %%DATADIR%%/resources/mygui/openmw_chargen_select_skill.layout %%DATADIR%%/resources/mygui/openmw_chargen_select_specialization.layout %%DATADIR%%/resources/mygui/openmw_companion_window.layout %%DATADIR%%/resources/mygui/openmw_confirmation_dialog.layout %%DATADIR%%/resources/mygui/openmw_console.layout %%DATADIR%%/resources/mygui/openmw_console.skin.xml %%DATADIR%%/resources/mygui/openmw_container_window.layout %%DATADIR%%/resources/mygui/openmw_count_window.layout %%DATADIR%%/resources/mygui/openmw_debug_window.layout %%DATADIR%%/resources/mygui/openmw_debug_window.skin.xml %%DATADIR%%/resources/mygui/openmw_dialogue_window.layout %%DATADIR%%/resources/mygui/openmw_dialogue_window.skin.xml %%DATADIR%%/resources/mygui/openmw_edit.skin.xml %%DATADIR%%/resources/mygui/openmw_edit_effect.layout %%DATADIR%%/resources/mygui/openmw_edit_note.layout %%DATADIR%%/resources/mygui/openmw_enchanting_dialog.layout %%DATADIR%%/resources/mygui/openmw_font.xml %%DATADIR%%/resources/mygui/openmw_hud.layout %%DATADIR%%/resources/mygui/openmw_hud_box.skin.xml %%DATADIR%%/resources/mygui/openmw_hud_energybar.skin.xml %%DATADIR%%/resources/mygui/openmw_infobox.layout %%DATADIR%%/resources/mygui/openmw_interactive_messagebox.layout %%DATADIR%%/resources/mygui/openmw_inventory_window.layout %%DATADIR%%/resources/mygui/openmw_itemselection_dialog.layout %%DATADIR%%/resources/mygui/openmw_jail_screen.layout %%DATADIR%%/resources/mygui/openmw_journal.layout %%DATADIR%%/resources/mygui/openmw_journal.skin.xml %%DATADIR%%/resources/mygui/openmw_layers.xml %%DATADIR%%/resources/mygui/openmw_levelup_dialog.layout %%DATADIR%%/resources/mygui/openmw_list.skin.xml %%DATADIR%%/resources/mygui/openmw_loading_screen.layout %%DATADIR%%/resources/mygui/openmw_magicselection_dialog.layout %%DATADIR%%/resources/mygui/openmw_mainmenu.layout %%DATADIR%%/resources/mygui/openmw_mainmenu.skin.xml %%DATADIR%%/resources/mygui/openmw_map_window.layout %%DATADIR%%/resources/mygui/openmw_map_window.skin.xml %%DATADIR%%/resources/mygui/openmw_merchantrepair.layout %%DATADIR%%/resources/mygui/openmw_messagebox.layout %%DATADIR%%/resources/mygui/openmw_persuasion_dialog.layout %%DATADIR%%/resources/mygui/openmw_pointer.xml %%DATADIR%%/resources/mygui/openmw_progress.skin.xml %%DATADIR%%/resources/mygui/openmw_quickkeys_menu.layout %%DATADIR%%/resources/mygui/openmw_quickkeys_menu_assign.layout %%DATADIR%%/resources/mygui/openmw_recharge_dialog.layout %%DATADIR%%/resources/mygui/openmw_repair.layout %%DATADIR%%/resources/mygui/openmw_resources.xml %%DATADIR%%/resources/mygui/openmw_savegame_dialog.layout %%DATADIR%%/resources/mygui/openmw_screen_fader.layout %%DATADIR%%/resources/mygui/openmw_screen_fader_hit.layout %%DATADIR%%/resources/mygui/openmw_scroll.layout %%DATADIR%%/resources/mygui/openmw_scroll.skin.xml %%DATADIR%%/resources/mygui/openmw_settings.xml %%DATADIR%%/resources/mygui/openmw_settings_window.layout %%DATADIR%%/resources/mygui/openmw_spell_buying_window.layout %%DATADIR%%/resources/mygui/openmw_spell_window.layout %%DATADIR%%/resources/mygui/openmw_spellcreation_dialog.layout %%DATADIR%%/resources/mygui/openmw_stats_window.layout %%DATADIR%%/resources/mygui/openmw_text.skin.xml %%DATADIR%%/resources/mygui/openmw_text_input.layout %%DATADIR%%/resources/mygui/openmw_tooltips.layout %%DATADIR%%/resources/mygui/openmw_trade_window.layout %%DATADIR%%/resources/mygui/openmw_trainingwindow.layout %%DATADIR%%/resources/mygui/openmw_travel_window.layout %%DATADIR%%/resources/mygui/openmw_wait_dialog.layout %%DATADIR%%/resources/mygui/openmw_wait_dialog_progressbar.layout %%DATADIR%%/resources/mygui/openmw_windows.skin.xml %%DATADIR%%/resources/mygui/skins.xml +%%DATADIR%%/resources/shaders/lighting.glsl +%%DATADIR%%/resources/shaders/objects_fragment.glsl +%%DATADIR%%/resources/shaders/objects_vertex.glsl +%%DATADIR%%/resources/shaders/parallax.glsl +%%DATADIR%%/resources/shaders/terrain_fragment.glsl +%%DATADIR%%/resources/shaders/terrain_vertex.glsl %%DATADIR%%/resources/shaders/water_fragment.glsl %%DATADIR%%/resources/shaders/water_nm.png %%DATADIR%%/resources/shaders/water_vertex.glsl %%DATADIR%%/resources/version +share/pixmaps/openmw-cs.png share/pixmaps/openmw.png @dir %%DATADIR%%/data