Page 11 of 14

Re: OpenMW 0.32.0

Posted: 11 Sep 2014, 20:00
by psi29a
Zini wrote:
marc:~/OpenMW/build$ make
-- Configuring OpenMW...
-- OpenMW version 0.31.0
CMake Error at CMakeLists.txt:156 (message):
FFmpeg component required, but not found!
Guess I am missing some packages somewhere.
It works for me, but you'll need to install libavresample-dev on your Ubuntu.

Re: OpenMW 0.32.0

Posted: 11 Sep 2014, 20:25
by scrawl
Did you include the libav branch? Without it, there is no Debian release of 0.32
This is wrong. In the openmw-32 branch we are not using libswresample or libavresample anywhere. (And not in the master branch either, since the pull request hasn't been merged)

Re: OpenMW 0.32.0

Posted: 11 Sep 2014, 22:03
by psi29a
Ah, I was under the impression that 0.32 was broken on libav platforms and that was the point of the MR.

Re: OpenMW 0.32.0

Posted: 12 Sep 2014, 00:39
by Zini
Okay then. No problem for 0.32.0.
It works for me, but you'll need to install libavresample-dev on your Ubuntu.
Apparently this package does not exist for my distribution.

Re: OpenMW 0.32.0

Posted: 12 Sep 2014, 07:57
by psi29a
Zini wrote:Okay then. No problem for 0.32.0.
It works for me, but you'll need to install libavresample-dev on your Ubuntu.
Apparently this package does not exist for my distribution.
The only supported Ubuntu distros right now are 12.04 (precise), 14.04 (Trusty) and 14.10 (Utopic). I've added this package (libav) to our PPA for 12.04 because it isn't officially in that release. It does exist already in 14.04 and onward.

The package should already be in Debian/Jessie and onwards.

Re: OpenMW 0.32.0

Posted: 12 Sep 2014, 13:39
by HiPhish
RC 3 is working on OS X.

Re: OpenMW 0.32.0

Posted: 12 Sep 2014, 13:45
by Zini
Well, I am still on Linux Mint 13 (Maya) and that will not change anytime soon (LTS). I guess I could try to manually build that package, but not sure if that works.

Re: OpenMW 0.32.0

Posted: 12 Sep 2014, 21:04
by sandstranger
вцф

Re: OpenMW 0.32.0

Posted: 12 Sep 2014, 23:29
by raevol
Release announcement draft is here: https://gist.github.com/mickeylyle/e80bfb748f19fde7e812

As always, all changes/corrections are incredibly welcome. These long changelogs are a beast for me so I am sure there are typos are errors in there.

Also need help with:
Bug #1723: Content refs that are stacked share the same index after unstacking
Bug #1811: Regression: Crash Upon Loading New Cell

Is there more I can say about this? - Implemented targeted scripts

Re: OpenMW 0.32.0

Posted: 13 Sep 2014, 00:45
by scrawl
Bug #1811: Regression: Crash Upon Loading New Cell
There must have been a mistake when preparing the changelog. Issues titled Regression should not be added to it, because they were not an issue in any previous release.
Bug #1723: Content refs that are stacked share the same index after unstacking
Fixed RefNum of objects not being reset when they are copied.
Is there more I can say about this? - Implemented targeted scripts
No idea how to explain this better.