![]() |
|
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 |
- Dedas - 2009-11-08 19:22 Thank you for your help Xanadu but I can't find the 9.04 version in the jaunty package list: http://ppa.launchpad.net/team-xbmc/ppa/ubuntu/dists/jaunty/main/binary-i386/Packages Looks like it has been removed. Any ideas? Because I'm all out.
- xanadu1979 - 2009-11-08 19:28 It's there. https://launchpad.net/~team-xbmc/+archive/jaunty-ppa/+packages?field.name_filter=&field.status_filter=&field.series_filter= - Dedas - 2009-11-08 19:29 Thank you so much! I need to learn to navigate that site. - vikjon0 - 2009-11-08 19:31 Quote:Any ideas? Because I'm all out. It should be possible to install an old package from PPA. I have never tried it but I havd read about it. It would be nice with an official guide howto install stable and how to get the update manager not screwing it up. If you updated from stable to alpha by misstake you should still have the old version somewhere in apt. Don't remember the folder but should be able to google that pretty easy and then manually install it from command line. - Dedas - 2009-11-08 19:38 Thank you Vikjon, but I'm doing a fresh install now so that is not an option. I will try to force the stable 9.04 version. I'm installing 9.04 right now and will give info shortly. - Dedas - 2009-11-08 20:22 I'm trying but failing to find the old version from this rep: http://ppa.launchpad.net/team-xbmc/ppa/ubuntu/dists/jaunty/ When it is clearly there according to: https://launchpad.net/~team-xbmc/+archive/ppa/+packages?field.name_filter=&field.status_filter=superseded&field.series_filter=jaunty I'm using the "apt-get install x=version" to no effect. - dc2447 - 2009-11-08 21:13 Dedas Wrote:I'm trying but failing to find the old version from this rep: see the last section about pinning http://www.debian.org/doc/manuals/apt-howto/ch-apt-get.en.html - Dedas - 2009-11-08 21:55 I took a serious look at it and soon realised that it would be messy, complex and time consuming. I rather wait for a fixed 9.11. Thank you everyone for your help! - xanadu1979 - 2009-11-09 01:45 Is the SVN PPA going to start spinning new builds anytime soon? There's been a few check-ins since the alpha that I'd really like to check out. - Raphael Barros - 2009-11-09 05:47 I did it manually: Dependencies: Code: aptitude install libsdl-sound1.2 liblzo1 liblzo2-2 python2.4 python-sqlite libcurl3 libtre4 libfaac0 libcurl4-openssl-dev libsdl-gfx1.2-4XBMC 9.04: Code: wget https://launchpad.net/~team-xbmc/+archive/jaunty-ppa/+files/xbmc-skin-pm3-hd_9.04.1-jaunty1_i386.deb https://launchpad.net/~team-xbmc/+archive/jaunty-ppa/+files/xbmc-web-pm3_9.04.1-jaunty1_i386.deb https://launchpad.net/~team-xbmc/+archive/jaunty-ppa/+files/xbmc-common_9.04.1-jaunty1_i386.debCode: dpkg -i *.debUse this last command in a folder with just the XBMC DEBs in it. |