Linux Install Kodi on Arch Linux
#1
Hi all, i want install kodi version on my arch linux but only have xbmc 13.2 on repos how can i install the kodi version on Arch Linux?

Thx
Reply
#2
You can build from the aur, https://aur.archlinux.org/packages/kodi-git/

or you can just build it yourself from git.
"PPC is too slow, your CPU has no balls to handle HD content." ~ Davilla
"Maybe it's a toaster. Who knows, but it has nothing to do with us." ~ Ned Scott
Reply
#3
XBMC 13.2 is the latest stable Kodi version, if you're looking for stable.
* MikroTik RB5009UG+S+IN :: ZyXEL GS1900-8HP v1 :: EAP615-Wall v1 :: Netgear GS108T v3 running OpenWrt 23.05
* LibreELEC 11:  HTPC Gigabyte Brix GB-BXA8-5545 with CEC adapter, Sony XR-64A84K :: Desktop AMD Ryzen 7 5800X / Sapphire Nitro+ Radeon 6700XT  / 27" Dell U2717D QHD
* Debian Bookworm x86_64: Celeron G1610, NFS/MariaDB/ZFS server
* Blog
Reply
#4
13.2 is xbmc and not kodi.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#5
(2014-10-23, 18:38)lrusak Wrote: You can build from the aur, https://aur.archlinux.org/packages/kodi-git/

or you can just build it yourself from git.

I try build from aur but the kodi doesnt work ... downloded 1.5gb and on the end doenst work ?
Can you pls explain step by step how i can instal kodi on arch ?
Im new on arch ....

Thx
Reply
#6
This is no arch linux helpline, here. We have prebuild packages for Ubuntu. If you cannot manage Arch, don't use it.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#7
(2014-11-03, 15:34)Smallville Wrote:
(2014-10-23, 18:38)lrusak Wrote: You can build from the aur, https://aur.archlinux.org/packages/kodi-git/

or you can just build it yourself from git.

I try build from aur but the kodi doesnt work ... downloded 1.5gb and on the end doenst work ?
Can you pls explain step by step how i can instal kodi on arch ?
Im new on arch ....

Thx

Download and extract: https://aur.archlinux.org/packages/ko/ko...git.tar.gz
Run: makepkg -s -L
-s (Install missing dependencies with pacman)
-L (Log package build process) <-- This will tell you what went wrong. You were probably missing dependencies -s will install all the needed dependencies.
Thats it. Arch packages are easy to build
Reply
#8
kodi-git needs a little update, you might want to try https://github.com/dhead666/archlinux-pk...i-snapshot

keep in mind that I only use the package for general testing and not on a production system (get OpenELEC for your HTPC), the service file wasn't updated recently, cec breaks the build process so it disabled, and it's possible that I might disabled other things so diff against kodi-git PKGBUILD.
Reply
#9
Thx for the help m8s i try the decaturguy way and the dhead way and i have the same error.

PeripheralCecAdapter.cpp: In member function ‘void PERIPHERALS::CPeripheralCecAdapter::SetConfigurationFromSettings()’:
PeripheralCecAdapter.cpp:1272:35: error: ‘CEC_CLIENT_VERSION_2_2_0’ was not declared in this scope
m_configuration.clientVersion = CEC_CLIENT_VERSION_2_2_0;


git/src/xbmc/xbmc/utils/GlobalsHandling.h:223:22: note: in definition of macro ‘XBMC_GLOBAL’
static classname & g_variable = (*(g_variable##Ref.get()))
^
/home/xxx/Transferências/kodi-git/src/xbmc/Makefile.include:93: recipe for target 'PeripheralCecAdapter.o' failed
make[1]: *** [PeripheralCecAdapter.o] Error 1
Makefile:517: recipe for target 'xbmc/peripherals/devices/peripheral-devices.a' failed
make: *** [xbmc/peripherals/devices/peripheral-devices.a] Error 2


Is there any other way to install kodi on arch ?


Thx for the help
Reply
#10
Use the correct libcec dependencies ... it's not so hard.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#11
guess we should disable cec by default...
Reply

Logout Mark Read Team Forum Stats Members Help
Install Kodi on Arch Linux0