![]() |
|
XBMC Ubuntu PPAs (precompiled PPA builds for Ubuntu) - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111) +---- Forum: Linux and Live support (/forumdisplay.php?fid=52) +---- Thread: XBMC Ubuntu PPAs (precompiled PPA builds for Ubuntu) (/showthread.php?tid=33327) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 |
XBMC Ubuntu PPAs (precompiled PPA builds for Ubuntu) - wattazoum - 2008-05-18 16:50 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 official PPA for supported ubuntu series (HARDY, INTREPID ...) - 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/ Official PPA : https://launchpad.net/~team-xbmc/+archive/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: For VDPAU users , you need to have NVidia 190.42 drivers to use a full featured VDPAU. Use the following PPA to get the drivers for your distribution.
Have Fun using XBMC ! ![]() Wattazoum - rodalpho - 2008-05-18 18:58 Does this mean that hardy is now an "official" platform? In other words, the devs are running hardy themselves? - topfs2 - 2008-05-18 19:20 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
- lingenfr_xbmc - 2008-05-18 21:09 Thanks for this. This is what I have been waiting for to try xbmc for linux (Hardy) - rodalpho - 2008-05-18 23:01 OK, time for me to upgrade to Hardy then. Wish me luck! - rodalpho - 2008-05-19 01:32 Just upgraded, working fine on hardy. - paalfe - 2008-05-19 20:22 Just a quick question! x86 only or x86 and x64? - topfs2 - 2008-05-19 20:51 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 - Icey - 2008-05-22 13:07 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! - topfs2 - 2008-05-22 13:26 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 updateCode: sudo apt-get install xbmc-skin-*Code: sudo apt-get install xbmc-eventclients-*Code: sudo apt-get install xbmc-scripts |