Kodi Community Forum
XBMC Ubuntu PPAs (precompiled PPA builds for Ubuntu) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: XBMC Ubuntu PPAs (precompiled PPA builds for Ubuntu) (/showthread.php?tid=33327)



- Dedas - 2009-11-08

I would be extremely grateful if anyone uploaded the 9.04 packages. I need my htpc tonight (movie night) Smile

Curse you auto update! Smile


- xanadu1979 - 2009-11-08

Dedas Wrote:I would be extremely grateful if anyone uploaded the 9.04 packages. I need my htpc tonight (movie night) Smile

Curse you auto update! Smile

If you're on Karmic there is no 9.04 version for Karmic.

If the alpha version is crashing on you, you should really post a new thread with a debug log. They can't fix it if they don't know that it exists. I'm running the alpha on Karmic and it's perfectly stable for me.


- marcosgildavid - 2009-11-08

xanadu1979 Wrote:If you're on Karmic there is no 9.04 version for Karmic.

If the alpha version is crashing on you, you should really post a new thread with a debug log. They can't fix it if they don't know that it exists. I'm running the alpha on Karmic and it's perfectly stable for me.

BTW I'm on Jaunty...


- Dedas - 2009-11-08

Ok, thanks for clearing that up. I am indeed running Karmic and have already posted about my problem in this thread:

http://forum.xbmc.org/showthread.php?tid=59031
http://trac.xbmc.org/ticket/7546

One option would be to install 9.04 but I can only do that from a mini ubuntu install with the 9.04 xbmc packages which I cannot find (only 9.11):

https://edge.launchpad.net/~team-xbmc/+archive/jaunty-ppa

So I'm out of option I'm afraid.


- xanadu1979 - 2009-11-08

9.04 is still on the PPA, it's just been superseded by the alpha. You can still install the 9.04 version, you just have to force it. I've never done it before but google is your friend. I found this link, it's worth a shot.


- Dedas - 2009-11-08

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

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

Thank you so much! I need to learn to navigate that site.


- vikjon0 - 2009-11-08

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

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

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

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

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

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

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.