13.2 on ppa?
#1
Can't find 13.2 on ppa for ubuntu says that 13.1 rc1 is the latest.

Installed: 2:13.1~rc1+dfsg1-1ubuntu2
Candidate: 2:13.1~rc1+dfsg1-1ubuntu2
Version table:
*** 2:13.1~rc1+dfsg1-1ubuntu2 0
500 http://us.archive.ubuntu.com/ubuntu/ utopic/universe i386 Packages
100 /var/lib/dpkg/status
Is output from policy and I know I'm on utopic.

Any ideas ..?

Distro is upto date and using latest kernel

Thanks
Reply
#2
http://wiki.xbmc.org/index.php?title=How...nux#Ubuntu <- We don't provide packages for the unreleased version of ubuntu that you are running.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#3
Bugger was thinking that was the case :/. Put myself on this release for some stupid reason now can't get back :/

Cheers
Reply
#4
You can easily build from source:

Code:
sudo apt-get build-dep xbmc
sudo apt-get install libxslt-dev
git clone https://github.com/xbmc/xbmc.git
cd xbmc
git checkout Gotham
./bootstrap
./configure --disable-debug
make -j5

If everything went fine:
Code:
sudo make install

The resulting installation will live in /usr/local and the xbmc will reside in /usr/local/bin/xbmc

Have fun.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#5
Boom, done, sorted! cheers Smile
Reply
#6
Hey

Is this still correct for Kodi ?
Reply
#7
no, we have utopic builds since it was released
Reply
#8
sorry forgot to add i've moved to Vivid for testing so i'm going to need to compile my own version for this beta release? looking to build 14.1
Reply
#9
correct, we don't have vivid builds yet
Reply
#10
is the GIT still called XBMC? or Kodi?
Reply
#11
still https://github.com/xbmc/xbmc
Reply
#12
hmmm getting

Makefile:100: /libavutil/Makefile: No such file or directory
Makefile:100: /library.mak: No such file or directory
Makefile:102: /doc/Makefile: No such file or directory
Makefile:185: /tests/Makefile: No such file or directory
make: *** No rule to make target '/tests/Makefile'. Stop.
ERROR: Building ffmpeg failed
checking for FFMPEG... no
configure: error: "ffmpeg not found"
Reply
#13
ignore - i took this opportunity to wipe the whole box as i was looking at moving to 64bit anyway


Kodibuntu installed and working fine now Smile
Reply

Logout Mark Read Team Forum Stats Members Help
13.2 on ppa?0