Kodi Community Forum
13.2 on ppa? - 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: 13.2 on ppa? (/showthread.php?tid=203027)



13.2 on ppa? - tboy113 - 2014-08-26

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


RE: 13.2 on ppa? - fritsch - 2014-08-27

http://wiki.xbmc.org/index.php?title=How-to:Install_XBMC_for_Linux#Ubuntu <- We don't provide packages for the unreleased version of ubuntu that you are running.


RE: 13.2 on ppa? - tboy113 - 2014-08-27

Bugger was thinking that was the case :/. Put myself on this release for some stupid reason now can't get back :/

Cheers


RE: 13.2 on ppa? - fritsch - 2014-08-27

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.


RE: 13.2 on ppa? - tboy113 - 2014-08-27

Boom, done, sorted! cheers Smile


RE: 13.2 on ppa? - tboy113 - 2015-02-13

Hey

Is this still correct for Kodi ?


RE: 13.2 on ppa? - wsnipex - 2015-02-13

no, we have utopic builds since it was released


RE: 13.2 on ppa? - tboy113 - 2015-02-13

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


RE: 13.2 on ppa? - wsnipex - 2015-02-13

correct, we don't have vivid builds yet


RE: 13.2 on ppa? - tboy113 - 2015-02-13

is the GIT still called XBMC? or Kodi?


RE: 13.2 on ppa? - wsnipex - 2015-02-13

still https://github.com/xbmc/xbmc


RE: 13.2 on ppa? - tboy113 - 2015-02-13

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"


RE: 13.2 on ppa? - tboy113 - 2015-02-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