OpenMW 0.32.0

Anything related to PR, release planning and any other non-technical idea how to move the project forward should be discussed here.
User avatar
psi29a
Posts: 5355
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: OpenMW 0.32.0

Post 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.
User avatar
scrawl
Posts: 2152
Joined: 18 Feb 2012, 11:51

Re: OpenMW 0.32.0

Post 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)
User avatar
psi29a
Posts: 5355
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: OpenMW 0.32.0

Post by psi29a »

Ah, I was under the impression that 0.32 was broken on libav platforms and that was the point of the MR.
User avatar
Zini
Posts: 5538
Joined: 06 Aug 2011, 15:16

Re: OpenMW 0.32.0

Post 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.
User avatar
psi29a
Posts: 5355
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: OpenMW 0.32.0

Post 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.
HiPhish
Posts: 323
Joined: 02 Jul 2012, 08:36

Re: OpenMW 0.32.0

Post by HiPhish »

RC 3 is working on OS X.
User avatar
Zini
Posts: 5538
Joined: 06 Aug 2011, 15:16

Re: OpenMW 0.32.0

Post 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.
User avatar
sandstranger
Posts: 438
Joined: 19 May 2014, 19:53
Location: Oblivion

Re: OpenMW 0.32.0

Post by sandstranger »

вцф
Last edited by sandstranger on 18 Jan 2018, 15:40, edited 1 time in total.
User avatar
raevol
Posts: 3093
Joined: 07 Aug 2011, 01:12
Location: Caldera

Re: OpenMW 0.32.0

Post 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
User avatar
scrawl
Posts: 2152
Joined: 18 Feb 2012, 11:51

Re: OpenMW 0.32.0

Post 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.
Post Reply