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.000031
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 .. 9 10 11 12 13 14 15 Next › Last »

bwrsandman commented on 2012-07-26 22:26 (UTC)

Should be fixed now.

bwrsandman commented on 2012-07-26 22:18 (UTC)

Updated for submodule and plugins.cfg. I don't know about your Zip problem and I'd be interested to know if anyone else has this issue. Make sure you have zip and unzip installed. "/home/budulay_arch/./resources/mygui/Obliviontt.zip" suggests to me that it's looking in your home folder instead of "/usr/share/games/openmw/resources/mygui/Obliviontt.zip"

budulay commented on 2012-07-26 20:28 (UTC)

When running pkgbuild without any source files present(doing a git clone rather than git pull) compilation failed, complaining that openmw/extern/shiny/Main/Factory.hpp was missing. Turns out openmw/extern/shiny is a submodule in openmw git repo, so it has to be initialized and then updated: else cd "$srcdir" git clone "$_gitroot" "$_gitname" cd "$_gitname" git submodule update --init fi It's also explained here: http://openmw.com/forum/viewtopic.php?f=5&t=259 Also with this commit the openmw/files/plugins.conf* files were removed: https://github.com/zinnschlag/openmw/commit/014396e80c376663b8bba9ac598f1828d569ea49#diff-14 So I had to delete this line from PKGBUILD: install -m644 plugins.cfg "$pkgdir"/etc/openmw/ Also openmw.cfg.install was renamed into openmw.cfg a while back, hence I changed this line: install -m644 openmw.cfg "$pkgdir"/etc/openmw/openmw.cfg I'm not sure if it was the correct way to do it, but the game compiles now. When I try to run it, though, I get: ERROR: OGRE EXCEPTION(7:InternalErrorException): /home/budulay_arch/./resources/mygui/Obliviontt.zip - error whilst opening archive: Unable to read zip file. in ZipArchive::checkZzipError at /build/src/ogre_src_v1-8-0/OgreMain/src/OgreZip.cpp (line 297) Doint a web search on the error message reveals plenty of results, none of them related to openmw, though. At this point I have no clue where to go from here. I am wandering if anyone else got this error, and if they were able to fix it.

bwrsandman commented on 2012-07-18 11:14 (UTC)

Boost 1.50.0 released, deps updated.

bwrsandman commented on 2012-07-13 12:24 (UTC)

Won't compile due to a bug in boost 1.49.0-2 Waiting for 1.50.0 to be available in [Extra] to update PKGBUILD. In the meantime, this post explains how to fix boost. This will let you compile openmw-git. https://bbs.archlinux.org/viewtopic.php?pid=1126374#p1126374

ezzetabi commented on 2012-05-08 14:57 (UTC)

patch! --- PKGBUILD.orig 2012-03-28 23:12:37.000000000 +0200 +++ PKGBUILD 2012-05-08 16:56:27.928408147 +0200 @@ -53,6 +53,8 @@ install -m644 openmw.cfg.install "$pkgdir"/etc/openmw/openmw.cfg install -m644 plugins.cfg "$pkgdir"/etc/openmw/ install -m644 files/launcher.cfg "$pkgdir"/etc/openmw/ + install -m644 files/settings-default.cfg "$pkgdir"/etc/openmw/ + install -m644 files/transparency-overrides.cfg "$pkgdir"/etc/openmw/ # Desktop file and icon install -d -m755 "$pkgdir"/usr/share/applications

<deleted-account> commented on 2012-05-07 21:08 (UTC)

Please change the pkgbuild to install new files transparency-overrides.cfg and settings-default.cfg (see the main CMakeLists.txt file)

<deleted-account> commented on 2012-05-05 12:25 (UTC)

version has bumped to 0.14

<deleted-account> commented on 2012-03-28 22:17 (UTC)

Updated to 0.13.0