Kodi Community Forum

Full Version: What version am I running?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Now my sound is working I wanted to update to the latest SVN build, I followed the script here...

http://www.xbmc.org/forum/showthread.php?t=55282

Install the latest stable build then edited xbmc.org.list and commented out the old sources and added

deb http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu jaunty main

run the update commands...

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install xbmc

which install fine...

sudo apt-get install xbmc
[sudo] password for xbmc:
Reading package lists... Done
Building dependency tree
Reading state information... Done
xbmc is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

but when I load xbmc and go to about it says im running pre-9.10 rUnknown

Am I running the latest SVN?
I do the same with the same build and get the same results. anyone knows if is really the last build? In system info it says : XBMC pre-9.10 rUnknown (Compiled: 6 september 2009)
Anyone? It looks like the latest was built today so im guessing we are not running the latest.
Hi,

I have exactly the same problem, it appears to have the most up to date SVN when running update, upgrade tc.., however when i use >>>

dpkg -l | grep xbmc

I am still using svn22528 Sad
I found this site...

http://www.sshcs.com/xbmc/?mode=BL

downloaded the latest build and used dpkg -i to install it.

dpkg -l | grep xbmc reports its now the latest but still says unknown in the XBMC About screen
I also have the problem of receiving the unknown 6th September release via deb http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu jaunty main. Devs, is this normal?
I want try to install the deb package manually i have tryied with sudo dpkg -i file.deb , but it doesn't do nothing. Anyone knows how to install the package .deb manuallyHuh
The SVN PPA was stopped at 22528 due to the impending instability in our repo which is detailed all over the place (notably, the *gasp* homepage).
In fact, if you check out the ppa launchpad page, which I did myself last night, the builds have been failing since the 6th.
althekiller Wrote:The SVN PPA was stopped at 22528 due to the impending instability in our repo which is detailed all over the place (notably, the *gasp* homepage).

I know about the breakage, I just thought that it was over already, isnt it?
I believe the team stated that they would make an announcement when the svn repo got stable again.
according to here:https://edge.launchpad.net/~team-xbmc-svn/+archive/ppa the 23164 build was successfully built just a few moments ago.
A successful build != stable xbmc version.
I'll wait to hear it on the main page myself. :p
hikaricore Wrote:A successful build != stable xbmc version.
I'll wait to hear it on the main page myself. :p

yeah I spoke to soon and updated to it....

It works, except no video gets displayed...you can hear the audio...but no video Sad now i have to go figure out how to down grade back to 22538..Sad
Evanrich Wrote:yeah I spoke to soon and updated to it....

It works, except no video gets displayed...you can hear the audio...but no video Sad now i have to go figure out how to down grade back to 22538..Sad

If you're using svn to build yourself:

Code:
svn up -r 22528

If you're using packages try and see if you can revert to an older version through synaptic, otherwise I'm not sure.
Pages: 1 2