Page 1 of 1

Songbird media player RPM for mandriver 2008?

Posted: Sat Jul 05, 2008 11:09 pm
by cheese on toast2
hi people!

just wondering if anyone knows where i can get a songbird media player RPM file for mandriva 2008? coz ive looked everywhere for one and i cant find one, there's only a tar.gz and i have no idea how they work in mandriva :?

any replies very much appreciated :D

Re: Songbird media player RPM for mandriver 2008?

Posted: Sat Jul 05, 2008 11:22 pm
by SimonLarsen
cheese on toast2 wrote:hi people!

just wondering if anyone knows where i can get a songbird media player RPM file for mandriva 2008? coz ive looked everywhere for one and i cant find one, there's only a tar.gz and i have no idea how they work in mandriva :?

any replies very much appreciated :D
A tar.gz is just like a zip or rar file.
In most distros, you can just double-click it, and unpack it from there.

Or type

Code: Select all

tar -xvzf filename.tar.gz
in the terminal.

But it's most likely to be source code and not precompiled.
Just Google around for some guides on how to compile stuff on Mandriva.

I found this guide:
http://wiki.songbirdnest.com/Developer/ ... bird#Linux

Posted: Mon Jul 07, 2008 3:26 am
by auralvance
There are Fedora rpm's over at http://www.digitalruin.net/

You might be able to get the rpm's working on Mandriva without any tweaking, but if not, a src.rpm is provided that will enable you to build on your own platform. Once you have the necessary development tools (gcc gcc-c++) just run rpmbuild --rebuild xxx.src.rpm

Depending on the differences between Mandriva and Fedora it might work right away, or you might have some issues.