OpenMW 0.11.1

General discussion regarding the OpenMW project.
For technical support, please use the Support subforum.
User avatar
Zini
Posts: 5538
Joined: 06 Aug 2011, 15:16

Re: OpenMW 0.11.1

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

Re: OpenMW 0.11.1

Post 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.
User avatar
jvoisin
Posts: 303
Joined: 11 Aug 2011, 18:47
Contact:

Re: OpenMW 0.11.1

Post by jvoisin »

Well done !
User avatar
psi29a
Posts: 5356
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: OpenMW 0.11.1

Post 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
K1ll
Posts: 184
Joined: 06 Aug 2011, 21:54

Re: OpenMW 0.11.1

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

Re: OpenMW 0.11.1

Post 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.
Attachments
patches.tar.bz2
patches against 0.11.1 release
(1.21 KiB) Downloaded 216 times
User avatar
raevol
Posts: 3093
Joined: 07 Aug 2011, 01:12
Location: Caldera

Re: OpenMW 0.11.1

Post by raevol »

Oh yay, you made a forum account!
User avatar
Zini
Posts: 5538
Joined: 06 Aug 2011, 15:16

Re: OpenMW 0.11.1

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

Re: OpenMW 0.11.1

Post 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? ;)
User avatar
Zini
Posts: 5538
Joined: 06 Aug 2011, 15:16

Re: OpenMW 0.11.1

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