Kodi Community Forum

Full Version: XBMC Frodo 12.1 Fedora 18
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

Is there a fc18 RPM available somewhere for XBMC 12.1?

Thanks,
Shash
Overwhelmed by the responses, but, I guess I had figured as much :-)

I have built 12.1. Not sure who maintains the Wiki article here: http://wiki.xbmc.org/index.php?title=HOW...nux_CentOS, it was a big help. Thanks!

Here are a couple notes on my experience building on Fedora Core 18:

Had to also install:
yum install taglib-devel libplist-devel
(the second because I enabled AirPlay support)

From the libraries list, yum couldn't find hal hal-devel hal-libs, otherwise found everything else in the repos I have configured.

There was one compile issue, I took a easy route out:
ln -s /usr/include/samba-4.0/libsmbclient.h <SRC>/xbmc/filesystem

The configure line I used was:

./configure --prefix=/opt/xbmc/xbmc-12.1 --enable-pulse --enable-airplay

Shash
I have been doing some fedora builds. Here is the thread.

http://forum.xbmc.org/showthread.php?tid=154578
(2013-04-01, 15:40)brianf21 Wrote: [ -> ]I have been doing some fedora builds. Here is the thread.

http://forum.xbmc.org/showthread.php?tid=154578

That's great, somehow never found this when I searched. Would be great if you could build the RPM for 12.1 stable, others may benefit.
To be able to suspend from xbmc i also had to install:

sudo yum install dbus-glib-devel

before compiling.