Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Ebuild for Kodi 15.0
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
Belliash
Advocate
Advocate


Joined: 24 Nov 2004
Posts: 2503
Location: Wroclaw, Poland

PostPosted: Mon Jul 27, 2015 12:53 pm    Post subject: Ebuild for Kodi 15.0 Reply with quote

Hello,

Anyone seen a working ebuild for Kodi 15?
_________________
Asio Software Technologies
Belliash IT Weblog
Back to top
View user's profile Send private message
xaviermiller
Bodhisattva
Bodhisattva


Joined: 23 Jul 2004
Posts: 8708
Location: ~Brussels - Belgique

PostPosted: Mon Jul 27, 2015 2:08 pm    Post subject: Reply with quote

see bug 544760
_________________
Kind regards,
Xavier Miller
Back to top
View user's profile Send private message
Belliash
Advocate
Advocate


Joined: 24 Nov 2004
Posts: 2503
Location: Wroclaw, Poland

PostPosted: Wed Jul 29, 2015 11:18 am    Post subject: Reply with quote

Gerat, but why it does NOT support PVR?
_________________
Asio Software Technologies
Belliash IT Weblog
Back to top
View user's profile Send private message
mathes.s
Apprentice
Apprentice


Joined: 18 Apr 2003
Posts: 279
Location: Brunswick, Germany

PostPosted: Thu Aug 13, 2015 4:49 pm    Post subject: Reply with quote

Hi,

I tried the overlay from lmiphay overlay and both version 14.2 and 15.0 are faling to fetch the generated addons. I am wondering how people in the bugzilla got it compiling.

Best Regards Mathes
_________________
Erst wenn der letzte Programmierer eingesperrt, das letzte Programm verwirklicht und die letzte Idee patentiert ist, werdet Ihr merken, dass Anwälte nicht programmieren können.
Back to top
View user's profile Send private message
musv
Advocate
Advocate


Joined: 01 Dec 2002
Posts: 3337
Location: de

PostPosted: Tue Aug 18, 2015 2:14 pm    Post subject: Reply with quote

I'm not sure, where I got my ebuild from. But it's working:

https://bpaste.net/show/ec89d477f5ad

In the files folder there's the generate-script:
media-tv/kodi/files:
#!/bin/bash
# Generate the various interface files that normally requires java.
# This makes building the release versions much nicer.

set -eux

PV=$1
PN=kodi
P="${PN}-${PV}"
DISTDIR="/usr/portage/distfiles"
GITDIR="/usr/local/src/kodi/git"

if [[ ${PV} != "9999" ]] ; then
   rm -rf xbmc-*/
   tar xf ${DISTDIR}/${P}.tar.gz
   d=$(echo xbmc-*/)
else
   stamp=$(date --date="$(git log -n1 --pretty=format:%ci master)" -u +%Y%m%d)
   P+="-${stamp}"
   cd ${GITDIR}
   d=.
fi
#cd ${d} && git init . && git add . && git commit -qmm && cd ..
make -C ${d} -j -f codegenerator.mk
tar="${DISTDIR}/${P}-generated-addons.tar.xz"
tar cf - \
   ${d}/xbmc/interfaces/python/generated/*.cpp \
   ${d}/xbmc/interfaces/json-rpc/ServiceDescription.h \
   | xz > "${tar}"
if [[ ${PV} != "9999" ]] ; then
   rm -rf xbmc-*/
fi

du -b "${tar}"


You need a working Java installation to generate the addons. The generated-addons.tar.xz are provided by the Gentoo-Team. They are not available in the official Kodi download sources.
Back to top
View user's profile Send private message
Troopo
Guru
Guru


Joined: 14 Jun 2015
Posts: 310

PostPosted: Tue Aug 25, 2015 9:24 pm    Post subject: Reply with quote

xaviermiller wrote:
see bug 544760


According to the latest comment in the bug report once they have adopted the gcc5 patch into kodi and the ebuild everything seems fine so does it mean it will now be added into portage?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum