Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
media-tv/xbmc feature/fix request
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
krnewell
n00b
n00b


Joined: 16 Jun 2012
Posts: 2

PostPosted: Sat Jun 16, 2012 4:31 pm    Post subject: media-tv/xbmc feature/fix request Reply with quote

I didn't want to submit this as a bug without at least trying to run this through the forum first.

If I emerge media-tv/xbmc with the pvr use flag I'd expect that it would emerge the PVR enabled branch, but that doesn't happen. after digging around it appears that currently only third party ebuilds would me to grab the PVR branch. I've gone down that road several times in the past and it usually just leads to a painful weekend after portage finally picks up the slack and something breaks when the two methods cross eachother.

This seems extremely misleading and has led to quite a bit of confusion as I've begun migrating from a pure mythtv household to a new blend using XBMC/openelec frontends (sorry, but mythfrontend has fallen way behind XBMC on the frontend side)

I've been a gentoo user for about 6 years now, but I haven't participated in the forum or bugzilla side much, so I'm not really sure where a feature request of this specific nature would fall.
Back to top
View user's profile Send private message
BT
Apprentice
Apprentice


Joined: 13 Jun 2004
Posts: 241

PostPosted: Tue Jun 19, 2012 12:09 am    Post subject: Reply with quote

I believe the XBMC pvr use flag only enables MythTV front-end functionality. If you want to track the PVR branch without using third party ebuilds then you can simply override the git repo with the following.

/etc/portage/env/xbmc.conf
Code:
xbmc_LIVE_REPO="git://github.com/opdenkamp/xbmc.git"
EGIT_PROJECT="xbmc-pvr"

/etc/portage/package.env
Code:
media-tv/xbmc xbmc.conf

Now emerge xbmc-9999 and you should see PVR branch being cloned.
Back to top
View user's profile Send private message
krnewell
n00b
n00b


Joined: 16 Jun 2012
Posts: 2

PostPosted: Sun Jul 01, 2012 10:57 pm    Post subject: Reply with quote

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.

I guess that my original question still stands though. If there's a use flag called PVR and there's a branch of a project called PVR shouldn't they be the same thing? MythTV support being called PVR still sounds extremely confusing.
Back to top
View user's profile Send private message
Sakarias
n00b
n00b


Joined: 12 May 2007
Posts: 19

PostPosted: Sun Oct 07, 2012 1:47 pm    Post subject: Reply with quote

krnewell 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.


You can compile from source with git
git clone git://github.com/opdenkamp/xbmc.git xbmc-pvr
./bootstrap && ./configure
./configure --help for parameters

final do make -j3

and run ./xbmc.bin no need do make install
_________________
---
Sakarias
Back to top
View user's profile Send private message
j-kidd
Apprentice
Apprentice


Joined: 20 Feb 2003
Posts: 211

PostPosted: Tue Mar 05, 2013 4:38 am    Post subject: Reply with quote

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.
Code:
git clone https://github.com/opdenkamp/xbmc-pvr-addons.git
cd xbmc-pvr-addons
libtoolize
./bootstrap
./configure
make zip


3. Open XBMC and install new add-ons from the zip files under xbmc-pvr-addons/addons

I agree with krnewell's sentiment regarding the confusion caused by the pvr USE flag.
Back to top
View user's profile Send private message
lexflex
Tux's lil' helper
Tux's lil' helper


Joined: 05 Mar 2006
Posts: 123
Location: the Netherlands

PostPosted: Thu May 23, 2013 10:40 am    Post subject: Reply with quote

Hi j-kidd,

I did as you described using the egular ebuild (12.1) but I can't get the pvr.hts plugin installed.
XBMC says "TVHeadend HTSP client, dependencies not met" and

The logfile states
Code:
"requires xbmc.pvr version 1.7.0 which is not available".

and
Code:
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


How do I know what version of xbmc.pvr is present ?
XBMC was installed using the official ebuild.


Any idea how to get the hts pvr-plugin this to work ?

Thanks,

Alex.



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.
Code:
git clone https://github.com/opdenkamp/xbmc-pvr-addons.git
cd xbmc-pvr-addons
libtoolize
./bootstrap
./configure
make zip


3. Open XBMC and install new add-ons from the zip files under xbmc-pvr-addons/addons

I agree with krnewell's sentiment regarding the confusion caused by the pvr USE flag.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia 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