PDA

View Full Version : [ubuntu] Songbird for PPC


casbahdk
December 14th, 2008, 02:31 PM
Unfortunately, there doesn't seem to be a PPC version of Songbird. I have noticed that there are Fedora RPMs for both 32 and 64bit PPC, as well as source code at this url:

http://wiki.songbirdnest.com/Developer/Articles/Builds/Contributed_Builds

Which method would be the recommended way to get Songbird on my system - converting an RPM with Alien of building from source?

Cheers

eraker
December 14th, 2008, 04:52 PM
I'm confused. Did you find a ppc-specific rpm that you want to convert with alien? If so and there's no ppc-specific .deb available, this is probably the best way to go.

If what you found is an i386 rpm, I'd just try to build the thing from source, first. Converting an RPM for i386 with alien would be like adding a step to just building it from source and it would be unlikely to work, I think.

I'm not sure if that helps at all.

casbahdk
December 14th, 2008, 05:36 PM
There is no ppc specific .deb listed at the URL and there doesn't seem to be anything available from Synaptic. If I convert the .rpm, should I use the --script variable and with what syntax?

Cheers

Tim Sharitt
December 14th, 2008, 06:08 PM
Your best bet is probably going to be to build it from source.

cyberdork33
December 15th, 2008, 11:11 AM
Your best bet is probably going to be to build it from source.

+1
You could even make a .deb package directly from source with something like debuild or even checkinstall.

You might also let the folks here (http://www.ppclinux.info/) know, and they can host a deb in their PPA.

trentscott4
December 15th, 2008, 11:21 AM
+1
You could even make a .deb package directly from source with something like debuild or even checkinstall.

You might also let the folks here (http://www.ppclinux.info/) know, and they can host a deb in their PPA.

+2 Worked for me!