Kodi Community Forum
Developers wanted to help port XBMC for Mac to PPC (PowerPC) processor architecture - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: Developers wanted to help port XBMC for Mac to PPC (PowerPC) processor architecture (/showthread.php?tid=36229)

Pages: 1 2 3 4 5 6 7 8


- Beenje - 2009-04-14

Thanks CountChocula.
I hope this is gonna be helpful to a lot of people Smile

Python-wrapping seems to work now.
ding you are welcome if you want to do some tests.

I just saw that opening zip file does not work.
That's the next thing on my list.


- ding - 2009-04-14

Hey beenje, what do I have to do to get it to work, just the fix you posted two posts ago or does the XBPythonDllFuncs.S file need more modifications?

EDIT: nevermind found the changeset http://trac.xbmc.org/changeset/19468 cant wait to get home Smile


- Beenje - 2009-04-14

ding Wrote:Hey beenje, what do I have to do to get it to work, just the fix you posted two posts ago or does the XBPythonDllFuncs.S file need more modifications?

EDIT: nevermind found the changeset http://trac.xbmc.org/changeset/19468

Just do a svn update
Changeset 19469 is needed as well.


- davilla - 2009-04-15

Beenje Wrote:I just saw that opening zip file does not work.
That's the next thing on my list.

Good Smile , zip is also broke on intel osx.


- ding - 2009-04-15

So far things are working great!

1. DVD playback - good!
2. python plugins/scrips - good!
3. iTunes/iPhoto plugins - good!

Its not my call but I think it would be a good idea to put it up publicly on megauploads or something to get more feedback from other people.

BTW if anyone wants to build it it is very easy. If you can follow step by step instructions, type and press a button you can build this thing in no time. The longest part of the process is installing all of the Macports stuff but that just happens by itself. Just a reminder build the ports WITHOUT the universal binary tag.


- davilla - 2009-04-15

if things work out, the next alpha/beta release of 9.04 will include a ppc dmg.


- waldo22 - 2009-04-16

This is slightly off-topic, sorry, but what does this mean for compiling XBMC-Linux for PPC?

Do these patches that fix Python and DVD Playing Endian issues fix the problems for Linux as well?

Thanks,

-Wes


- topfs2 - 2009-04-16

My guess is that it would help alot on any PPC OS. Both linux and osx are posix so it is probably directly transferable.


- davilla - 2009-04-16

waldo22 Wrote:This is slightly off-topic, sorry, but what does this mean for compiling XBMC-Linux for PPC?

Do these patches that fix Python and DVD Playing Endian issues fix the problems for Linux as well?

Thanks,

-Wes

yes, the ppc patches are more endian issues than mac os ppc specific. there might be some asm syntax differences with ppc on mac vs pps on linux that might pop up.


- Beenje - 2009-04-16

waldo22 Wrote:Do these patches that fix Python and DVD Playing Endian issues fix the problems for Linux as well?
-Wes

The fix for python wrapping in asm is ppc-osx specific.
It should not be difficult to do the same for linux, but it's not done yet.

Most other fixes, like the one for DVD playback should work on linux.


- naivsupr - 2009-04-17

Wow!
I found this thread by accident and I just registered to say: keep up the good work!
If you haven't thought about it yet: the work you are doing these days will probably help us out on the "pi ess ttthriii"...

I have a G5 collecting dust in the basement, and are willing to help out in any way. I don't have any programmers skill, but I know how to power the thing on and off. Nerd


- waldo22 - 2009-04-17

naivsupr Wrote:If you haven't thought about it yet: the work you are doing these days will probably help us out on the "pi ess ttthriii"...

I was wondering when this would come up Oo

I guess if we ever get OpenGL 1.4 support in PS3 Linux, it could happen.

...but who knows when that will come about.

-Wes


- Beenje - 2009-04-23

For those who haven't noticed, Babylon Beta 1 has just been released and a ppc dmg is available Big Grin


- CountChocula - 2009-04-24

i did notice good job! Just out of interest where do we submit bugs to and is there a list of stuff this release is missing (i was trying to add a video plugin but no option was there?)


- davilla - 2009-04-24

CountChocula Wrote:i did notice good job! Just out of interest where do we submit bugs to and is there a list of stuff this release is missing (i was trying to add a video plugin but no option was there?)

Standard procedure is to start a new thread in the XBMC for Mac forums, once we can reproduce a bug, then make a trac ticket. Trac tickets are golden Smile

The PPC is most likey missing things but we need users to poke in the corners and find them.

And as always pastebin xbmc.log so we can see more details.