Package Details: openmw-git 0.48.0.r5496.g8471cfb576-1

Git Clone URL: https://aur.archlinux.org/openmw-git.git (read-only, click to copy)
Package Base: openmw-git
Description: An open-source engine reimplementation for the role-playing game Morrowind.
Upstream URL: http://www.openmw.org
Licenses: custom, MIT, GPL-3.0-or-later
Conflicts: openmw
Provides: openmw
Submitter: None
Maintainer: bwrsandman (Lone_Wolf)
Last Packager: Lone_Wolf
Votes: 30
Popularity: 0.000889
First Submitted: 2011-01-05 16:17 (UTC)
Last Updated: 2024-06-25 12:42 (UTC)

Pinned Comments

Lone_Wolf commented on 2022-06-17 10:07 (UTC)

openmw-git has been found to require a sizable amount of temporary space during building.

The available amount depends on system specifics so is different for all systems. In case build fails with "no space left on device" you may be bitten by this.

See https://bbs.archlinux.org/viewtopic.php?id=277304 for details and possible solutions.

bwrsandman commented on 2016-09-24 14:59 (UTC) (edited on 2018-11-22 17:28 (UTC) by bwrsandman)

Please refrain from flagging the git version as out date when a new release comes out. The git aur packages update their version on install time based on the tags of the git repo.

Keep in mind that this is a VCS package and it is meant to be in line with the latest master which might not always work. It is not meant to follow the release pattern in any particularly smart way and assumes that upstream maintains their tags consistently.

For the newest release, the correct page is https://www.archlinux.org/packages/?q=openmw

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 Next › Last »

<deleted-account> commented on 2015-07-14 06:58 (UTC)

:: Proceed with installation? [Y/n] (23/23) checking keys in keyring [----------------------] 100% (23/23) checking package integrity [----------------------] 100% (23/23) loading package files [----------------------] 100% (23/23) checking for file conflicts [----------------------] 100% (23/23) checking available disk space [----------------------] 100% ( 1/23) reinstalling qt5-base [----------------------] 100% ( 2/23) reinstalling qt5-xmlpatterns [----------------------] 100% ( 3/23) reinstalling qt5-declarative [----------------------] 100% ( 4/23) reinstalling qt5-connectivity [----------------------] 100% ( 5/23) reinstalling qt5-enginio [----------------------] 100% ( 6/23) reinstalling qt5-graphicaleffects [----------------------] 100% ( 7/23) reinstalling qt5-imageformats [----------------------] 100% ( 8/23) reinstalling qt5-location [----------------------] 100% ( 9/23) reinstalling qt5-multimedia [----------------------] 100% (10/23) reinstalling qt5-sensors [----------------------] 100% (11/23) reinstalling qt5-webchannel [----------------------] 100% (12/23) reinstalling qt5-webkit [----------------------] 100% (13/23) reinstalling qt5-script [----------------------] 100% (14/23) reinstalling qt5-quick1 [----------------------] 100% (15/23) reinstalling qt5-quickcontrols [----------------------] 100% (16/23) reinstalling qt5-serialport [----------------------] 100% (17/23) reinstalling qt5-svg [----------------------] 100% (18/23) reinstalling qt5-translations [----------------------] 100% (19/23) reinstalling qt5-tools [----------------------] 100% (20/23) reinstalling qt5-wayland [----------------------] 100% (21/23) reinstalling qt5-webengine [----------------------] 100% (22/23) reinstalling qt5-websockets [----------------------] 100% (23/23) reinstalling qt5-x11extras [----------------------] 100% ==> Missing dependencies: -> qt5 ==> Checking buildtime dependencies... ==> ERROR: Could not resolve all dependencies. ==> ERROR: Makepkg was unable to build openmw-git. ==> Restart building openmw-git ? [y/N] ==> ----------------------------------- ==> ==> ERROR: unable to update ==> Packages no longer required by any installed package: qt5-connectivity qt5-enginio qt5-graphicaleffects qt5-imageformats qt5-multimedia qt5-quick1 qt5-quickcontrols qt5-serialport qt5-wayland qt5-webengine qt5-websockets

weedfreak commented on 2014-12-05 11:59 (UTC)

Ignore last comment about OpenCS, you just need to open and close the config screen to rebuild the cfg file.

weedfreak commented on 2014-11-27 12:05 (UTC)

This fails to compile with boost 1.57, you need to downgrade boost to 1.56 to get it to compile. Once it has compiled it does not install OpenCS, only OpenMW.

marzoul commented on 2013-08-21 08:32 (UTC)

OpenMW now depends on the 'unshield' package and fails to compile without it. In Community repo. Can you please add it as a dependency?

budulay commented on 2013-06-16 18:18 (UTC)

Openmw now depends on sdl2 and fails to compile without it(we have it in AUR: https://aur.archlinux.org/packages/sdl2/).

<deleted-account> commented on 2013-03-31 15:38 (UTC)

Just in case, there are problems with compilation OpenCS with Qt 4.8.4 and boost 1.53 ( https://forum.openmw.org/viewtopic.php?f=7&t=1451 ) from testing.

budulay commented on 2013-03-08 13:52 (UTC)

Thanks for the fix. Just found another problem - openmw.png was recently moved from apps/launcher/resourses/images to files/launcher/images/ in the source tree, so the install line in the PKGBUILD needs to be adjusted accrdingly: install -m644 files/launcher/images/openmw.png "$pkgdir"/usr/share/pixmaps/

bwrsandman commented on 2013-03-06 14:55 (UTC)

Forcing cmake to find qt4. Thanks for pointing that out.

budulay commented on 2013-03-05 03:14 (UTC)

Wouldn't compile for me after the qt5 update, even though qt4-4.8.4 is installed.