XBMC Community Forum
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)



- 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. Smile


- 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:
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.

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-4

XBMC 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.deb

Code:
dpkg -i *.deb

Use this last command in a folder with just the XBMC DEBs in it.