Code: Select all
xbmc_LIVE_REPO="git://github.com/opdenkamp/xbmc.git"
EGIT_PROJECT="xbmc-pvr"Code: Select all
media-tv/xbmc xbmc.confYou can compile from source with gitkrnewell wrote:Thanks for the tip. I suppose that's kind of a blended result. It's definitely outside standard operating procedure, but it's not too terribly far.
Code: Select all
git clone https://github.com/opdenkamp/xbmc-pvr-addons.git
cd xbmc-pvr-addons
libtoolize
./bootstrap
./configure
make zip
Code: Select all
"requires xbmc.pvr version 1.7.0 which is not available".Code: Select all
14:05:37 T:140354659096384 ERROR: Texture manager unable to load file: /home/xbmc/pvr-addons/xbmc-pvr-addons/addons/pvr.hts-linux-x86_64.zip/icon.png
j-kidd wrote:The official ebuild seems rather outdated in terms of PVR support. Nowadays, XBMC supports several PVR backends, and I think only the MythTV one needs MySQL to be installed.
These steps should work if you hate MySQL and use a backend other than MythTV:
1. Emerge official ebuild with -pvr and -mysql
2.3. Open XBMC and install new add-ons from the zip files under xbmc-pvr-addons/addonsCode: Select all
git clone https://github.com/opdenkamp/xbmc-pvr-addons.git cd xbmc-pvr-addons libtoolize ./bootstrap ./configure make zip
I agree with krnewell's sentiment regarding the confusion caused by the pvr USE flag.
Code: Select all
git clone https://github.com/fetzerch/xbmc-pvr-addons.git
cd xbmc-pvr-addons/
git checkout frodo
./bootstrap
./configure
make zip
have been waiting a while for this, finally i can turf the mythtv frontend for xbmc....thank you :)alacheesu wrote:If anyone else runs in to the problem of "requires xbmc.pvr version X which is not available" then you need to check out the right branch.
I had XBMC installed with the pvr USE-flag, though I don't know if this is necessary for anything other than MythTV.
Do something likeThis is for XBMC 12 (Frodo). Remember to use ./configure --enable-addons-with-dependencies if you need the MythTV addon.Code: Select all
git clone https://github.com/fetzerch/xbmc-pvr-addons.git cd xbmc-pvr-addons/ git checkout frodo ./bootstrap ./configure make zip
In XBMC go to System -> Add-ons -> Install from zip file and find the zip file in the addons directory of xbmc-pvr-addons.
A few months back when xbmc-12 appeared I decided to try it again, and enabled the MythTV support. Unfortunately the available support was for mythtv-0.25.0, not the mytht-0.25.3 that's in portage and that I'm running.Art Vandalay wrote: have been waiting a while for this, finally i can turf the mythtv frontend for xbmc....thank you

my current mythbackend is 0.26.0_p20130526, with xbmc 12.2 as the frontenddepontius wrote:A few months back when xbmc-12 appeared I decided to try it again, and enabled the MythTV support. Unfortunately the available support was for mythtv-0.25.0, not the mytht-0.25.3 that's in portage and that I'm running.Art Vandalay wrote: have been waiting a while for this, finally i can turf the mythtv frontend for xbmc....thank you :)

Code: Select all
layman -a vdr-devel
emerge -av xbmc-addon-pvr