Page 3 of 4

Re: OpenMW 0.11.1

Posted: 29 Sep 2011, 10:48
by Zini
Also, would I get repo access to upload/merge my changes or do I push to raevol?
I think it is best to run all the released packages through the release manager.

Re: OpenMW 0.11.1

Posted: 29 Sep 2011, 12:24
by psi29a
Zini wrote:
Also, would I get repo access to upload/merge my changes or do I push to raevol?
I think it is best to run all the released packages through the release manager.
No problem, working on 32bit build now.

Re: OpenMW 0.11.1

Posted: 29 Sep 2011, 12:24
by jvoisin
Well done !

Re: OpenMW 0.11.1

Posted: 29 Sep 2011, 12:59
by psi29a
32bit ubuntu natty build here:
http://dl.dropbox.com/u/396161/openmw_0.11.1_i386.deb

if there is anything else that needs to be included (or not) just yell at me. ;)

Cheers

Re: OpenMW 0.11.1

Posted: 29 Sep 2011, 13:09
by K1ll
Nice work BrotherBrick

if you can tell me how to build the packages i can build them for ubuntu lucid 32 bit and ubuntu maverick 32 + 64 bit.

I'm in #openmw on irc.chatspike.net.

PS: I'm thinking about creating a launchpad repo for openmw so we can get automated builds for all ubuntu platforms

Re: OpenMW 0.11.1

Posted: 29 Sep 2011, 14:41
by psi29a
K1ll wrote:Nice work BrotherBrick

if you can tell me how to build the packages i can build them for ubuntu lucid 32 bit and ubuntu maverick 32 + 64 bit.

I'm in #openmw on irc.chatspike.net.

PS: I'm thinking about creating a launchpad repo for openmw so we can get automated builds for all ubuntu platforms
I made both 32 and 64 bit using chroot environments on my laptop. It would be simple to make more for various platforms in that way if necessary.

It is also simple to make a dep package because the current build system relies on cmake. You just need to:

Code: Select all

cmake .
cpack
The above will create the deb for you.

If you want to do that via launchpad, that works as well. Nothing fancy other than making sure you have the dependencies down. I've modified two files in the 0.11.1 which I will attach in a bit.

Re: OpenMW 0.11.1

Posted: 29 Sep 2011, 17:32
by raevol
Oh yay, you made a forum account!

Re: OpenMW 0.11.1

Posted: 30 Sep 2011, 08:50
by Zini
Thanks. We generally prefer code being submitted through github (fork repo, push changes, send pull request), but I'll accept your patches for now (they have already been merged into the master branch).

Re: OpenMW 0.11.1

Posted: 30 Sep 2011, 11:06
by psi29a
Zini wrote:
BrotherBrick wrote:Also, would I get repo access to upload/merge my changes or do I push to raevol?
I think it is best to run all the released packages through the release manager.
...
Zini wrote:Thanks. We generally prefer code being submitted through github (fork repo, push changes, send pull request), but I'll accept your patches for now (they have already been merged into the master branch).
Which way do I go? ;)

Re: OpenMW 0.11.1

Posted: 30 Sep 2011, 12:39
by Zini
Sorry, I should have been more clear about it. Packages and any kind of release coordination should go through the release manager. Code contributions (including cmake scripts) should ideally go through github (with optional discussion on the forum).