OpenMW 0.21.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
Zini
Posts: 5538
Joined: 06 Aug 2011, 15:16

Re: OpenMW 0.21.0

Post by Zini »

Video is okay. I guess that is the best you can do with that little material.
User avatar
WeirdSexy
Posts: 611
Joined: 15 Sep 2011, 18:50
Location: USA

Re: OpenMW 0.21.0

Post by WeirdSexy »

Zini wrote:Video is okay. I guess that is the best you can do with that little material.
I couldn't think of anything else to do. If anyone has some specific suggestions of what else I could show/say, let me know and I'll attempt to make an extended version in the next couple of days.

Also, I want to see if keeping the changelog out of the description has any effect on the related videos. Perhaps we can just put a link to the README there or something.
User avatar
Zedd
Posts: 288
Joined: 05 Sep 2012, 12:08

Re: OpenMW 0.21.0

Post by Zedd »

You could post a link to the news section of OpenMW. Also, you said the most important things in your video IMO, it was good that you included under the hood changes.
Good job, once again :).
jhooks1
Posts: 780
Joined: 06 Aug 2011, 21:34

Re: OpenMW 0.21.0

Post by jhooks1 »

Video looks good to me 8-)
User avatar
raevol
Posts: 3093
Joined: 07 Aug 2011, 01:12
Location: Caldera

Re: OpenMW 0.21.0

Post by raevol »

Looks good WeirdSexy! I'll try to do the uploads today or tomorrow.

I think I am still waiting for Linux binary builds, and an OS X build? Did I miss those?
corristo
Posts: 495
Joined: 12 Aug 2011, 08:29

Re: OpenMW 0.21.0

Post by corristo »

Release build for OS X:
https://dl.dropbox.com/u/28481/openmw/OpenMW-0.21.0.dmg

Btw, noticed minor issue: pinned gui windows won't hide when playing video
User avatar
psi29a
Posts: 5361
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: OpenMW 0.21.0

Post by psi29a »

Ubuntu PPA is ready with 0.21.0

Our changelog:
* removed nvidia-cg-toolkit dependency
* added ffmpeg and supporting libraries for video playback
User avatar
psi29a
Posts: 5361
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: OpenMW 0.21.0

Post by psi29a »

Spoke too soon... we have a problem with Oneiric:

Code: Select all

[ 38%] Building CXX object apps/openmw/CMakeFiles/openmw.dir/mwrender/videoplayer.cpp.o
/build/buildd/openmw-0.21.0/apps/openmw/mwrender/videoplayer.cpp: In member function 'int MWRender::MovieAudioDecoder::audio_decode_frame(MWRender::AVFrame*)':
/build/buildd/openmw-0.21.0/apps/openmw/mwrender/videoplayer.cpp:329:86: error: 'avcodec_decode_audio4' was not declared in this scope
/build/buildd/openmw-0.21.0/apps/openmw/mwrender/videoplayer.cpp:341:41: error: 'MWRender::AVFrame' has no member named 'nb_samples'
/build/buildd/openmw-0.21.0/apps/openmw/mwrender/videoplayer.cpp:344:47: error: 'MWRender::AVFrame' has no member named 'nb_samples'
/build/buildd/openmw-0.21.0/apps/openmw/mwrender/videoplayer.cpp:348:31: error: 'MWRender::AVFrame' has no member named 'nb_samples'
/build/buildd/openmw-0.21.0/apps/openmw/mwrender/videoplayer.cpp: In member function 'void MWRender::VideoState::deinit()':
/build/buildd/openmw-0.21.0/apps/openmw/mwrender/videoplayer.cpp:980:47: error: 'avformat_close_input' was not declared in this scope
make[3]: *** [apps/openmw/CMakeFiles/openmw.dir/mwrender/videoplayer.cpp.o] Error 1
make[3]: Leaving directory `/build/buildd/openmw-0.21.0'
make[2]: *** [apps/openmw/CMakeFiles/openmw.dir/all] Error 2
make[2]: Leaving directory `/build/buildd/openmw-0.21.0'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/buildd/openmw-0.21.0'
dh_auto_build: make -j1 returned exit code 2
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
Our GCC version is: gcc-4.6_4.6.1-9ubuntu3
Other libs:
-- checking for module 'libavcodec'
-- found libavcodec, version 53.6.0
-- checking for module 'libavformat'
-- found libavformat, version 53.3.0
-- checking for module 'libavdevice'
-- found libavdevice, version 53.0.0
-- checking for module 'libavutil'
-- found libavutil, version 51.7.0
-- checking for module 'libswscale'
-- found libswscale, version 2.0.0
-- checking for module 'libpostproc'
-- found libpostproc, version 52.0.0

Detailed buildlog can be found here:
https://launchpadlibrarian.net/13155008 ... ILD.txt.gz

Quantal and Precise build fine.
K1ll
Posts: 184
Joined: 06 Aug 2011, 21:54

Re: OpenMW 0.21.0

Post by K1ll »

Here are the release targzs:

32 Bit
64 Bit

Scrawl noticed that shader compilation is quite slow with these binaries (probably due to old boost wave version), but i simply don't have time to fix that at the moment.
Chris
Posts: 1626
Joined: 04 Sep 2011, 08:33

Re: OpenMW 0.21.0

Post by Chris »

BrotherBrick wrote:Our GCC version is: gcc-4.6_4.6.1-9ubuntu3
Other libs:
-- checking for module 'libavcodec'
-- found libavcodec, version 53.6.0
-- checking for module 'libavformat'
-- found libavformat, version 53.3.0
-- checking for module 'libavdevice'
-- found libavdevice, version 53.0.0
-- checking for module 'libavutil'
-- found libavutil, version 51.7.0
-- checking for module 'libswscale'
-- found libswscale, version 2.0.0
-- checking for module 'libpostproc'
-- found libpostproc, version 52.0.0
Looks like those libs are just out of date. It works fine for me with:
libavcodec - 53.61.100
libavformat - 53.32.100
libavutil - 51.35.100
libswscale - 2.1.100
Locked