![]() |
|
|||||||
| XBMC for Linux and XBMC Live Specific Support Need help with XBMC for Linux or XBMC Live, or think you've found a bug? Discuss it here. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Team-XBMC Linux Packager
|
Hello,
I am proud to let you discover the new XBMC PPA management for the XBMC project. First you need to understand how installing software on Ubuntu works, what is a software repository and how to add new software repositories to your system. PPA stands for Personal Packages Archive. The system permits to developers on Launchpad to have an Ubuntu repository to share and to prepare packages for the users. We, Team-XBMC, have created PPAs to distribute XBMC to the Users : - one by supported ubuntu series (GUTSY, HARDY ...) - one for SVN daily build that should be considered as unstable and bleeding edge. - a last one that shouldn't be used by users and only developers. If you are interested in stable XBMC releases (releases that we certify as usable and/or testable), please use the stable PPAs. Once added in your repository list, you will be notified for any update we make. You will have the latest stable version this way. https://launchpad.net/~team-xbmc#ppas You will find on the PPA page the key used to sign the packages. See this link to know how to set it up . The Ubuntu keyserver is listening on port 11371. you can have issues getting the key, if you have a firewall that blocks it. You need to know that the OpenGPG server are usually sync. So the key you are searching could be found on other servers like http://keyserver.pramberger.at/ HARDY PPA : https://launchpad.net/~team-xbmc/+archive/hardy-ppa INTREPID PPA https://launchpad.net/~team-xbmc/+archive/intrepid-ppa JAUNTY PPA https://launchpad.net/~team-xbmc/+archive/jaunty-ppa KARMIC PPA https://launchpad.net/~team-xbmc/+archive/karmic-ppa PREVIOUS STABLE PPA https://launchpad.net/~team-xbmc/+archive/previous-stable For more advanced users, here is the SVN PPA. SVN PPA (more or less daily builds) See : https://launchpad.net/~team-xbmc-svn/+archive/ppa Note: Currently SVN builds requires nvidia-180-libvdpau which for intrepid is not available in the standard repositories. Please use the following one to get it: Note: For Hardy SVN , you need to have some other ppas to get the dependencies from.
ADDONS and THIRD PARTIES Third parties packages will be distributed via a reserved PPA: the xbmc-addons PPA. You will find there skins, scripts and plugins. I suggest you add it to your sources to benefit from all contribution put there. Code:
deb http://ppa.launchpad.net/xbmc-addons/ppa/ubuntu intrepid main deb-src http://ppa.launchpad.net/xbmc-addons/ppa/ubuntu intrepid main deb http://ppa.launchpad.net/xbmc-addons/ppa/ubuntu hardy main deb-src http://ppa.launchpad.net/xbmc-addons/ppa/ubuntu hardy main Have Fun using XBMC ! ![]() Wattazoum
__________________
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. ![]() Want a clean no-ads paste bin? http://pastebin.ubuntu.com/ Last edited by wattazoum; 2009-11-17 at 21:07. Reason: Added Previous Stable PPA |
|
|
|
|
|
#2 |
|
Fan
Join Date: Nov 2006
Posts: 479
![]() |
Does this mean that hardy is now an "official" platform? In other words, the devs are running hardy themselves?
|
|
|
|
|
|
#3 |
|
Team-XBMC Developer
Join Date: Dec 2007
Location: Sweden
Posts: 1,858
![]() |
Well there are a few that have switched to hardy (ie me) but we are still a minority. Although I suspect more and more will do the switch, XBMC Live that l.capriotti have done is based on Hardy.
Gutsy is still the most stable one
__________________
If you have problems please read this before posting Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first.
Last edited by topfs2; 2008-05-19 at 22:03. |
|
|
|
|
|
#4 |
|
Member
Join Date: Mar 2008
Posts: 92
![]() |
Thanks for this. This is what I have been waiting for to try xbmc for linux (Hardy)
|
|
|
|
|
|
#5 |
|
Fan
Join Date: Nov 2006
Posts: 479
![]() |
OK, time for me to upgrade to Hardy then. Wish me luck!
|
|
|
|
|
|
#6 |
|
Fan
Join Date: Nov 2006
Posts: 479
![]() |
Just upgraded, working fine on hardy.
|
|
|
|
|
|
#7 |
|
Junior Member
Join Date: May 2008
Location: Norway
Posts: 5
![]() |
Just a quick question!
x86 only or x86 and x64? |
|
|
|
|
|
#8 |
|
Team-XBMC Developer
Join Date: Dec 2007
Location: Sweden
Posts: 1,858
![]() |
x86 only on the deb I think, it's possible to build the svn on x64 but most codec doesn't work so you can only play a handfull of files. You can use some buildtools (should be a howto on this forum) to run x86 on x64.
If you have the ability to choose, go for x86 it's tens of times better supported by XBMC. /Topfs2
__________________
If you have problems please read this before posting Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first.
|
|
|
|
|
|
#9 |
|
Junior Member
Join Date: May 2008
Posts: 27
![]() |
I have a quick and no doubt dumb question due to being a complete linux newbie. I added the hardy PPA's as described above and I thought I could then install xbmc via the add/remove program. However, upon searching through all available applications list I could not find xbmc. Am I missing something obvious or am I completely wrong in my install method?
Thanks! |
|
|
|
|
|
#10 |
|
Team-XBMC Developer
Join Date: Dec 2007
Location: Sweden
Posts: 1,858
![]() |
From my understanding the list in Add/Remove is chosen by Ubuntu, however wattazoum probably knows this better than me.
But to get it work you do this in terminal after they've been added Code:
sudo apt-get update sudo apt-get install xbmc Code:
sudo apt-get install xbmc-skin-* Code:
sudo apt-get install xbmc-eventclients-* Code:
sudo apt-get install xbmc-scripts
__________________
If you have problems please read this before posting Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first.
|
|
|
|
![]() |
| Bookmarks |
| Tags |
| deployment, svn |
| Currently Active Users Viewing This Thread: 3 (0 members and 3 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|