margro / xbmc

XBMC PVR Repository for the development of the MediaPortal and ForTheRecord pvr addons
http://www.scintilla.utwente.nl/~marcelg/xbmc/
Other
32 stars 14 forks source link

PVR addons #33

Closed TheChief79 closed 12 years ago

TheChief79 commented 12 years ago

Since the pvr addon are removed from xbmc tree, how to build them - for example xvdr?

TheChief79 commented 12 years ago

Do i have to checkout xbmc-pvr-addons now? xvdr is missing there.

margro commented 12 years ago

The PVR addons should be moved to the xbmc-pvr-addon repository. See https://github.com/opdenkamp/xbmc/pull/622

I'm still working on moving the addons like XVDR to this repository. So, right now it is not possible to build all pvr addons at once. I'm also not sure if the new structure is already OSX/iOS/ATV compatible.

Because I expected the build problems (I can't build a Windows setup with pvr addons either), I've made a new branch called "with_pvraddons" that still contains all PVR addons.

margro commented 12 years ago

For XVDR, the best thing would be that its maintainer @pipelka would send a pull request for the XVDR addon to opdenkamp/xbmc-pvr-addons.

I can do that for him, but my local copy is a bit behind and I don't like bypassing @pipelka by submitting a pull request to opdenkamp without his permission.

TheChief79 commented 12 years ago

And you new branch "with_pvraddons" will also be updated, if something will change in your master?

margro commented 12 years ago

For now yes, because I don't have an easy other way to build a Windows XBMC setup with pvr addons. I don't know how ofter I will update this branch. Depending on future changes, it can become a lot of manual work to keep this branch synced with master and the pvr addons repository.

margro commented 12 years ago

Closing this issue. All addons are now moved to my xbmc-pvr-addons/development tree.

TheChief79 commented 12 years ago

Thank you. How can i checkout the development addons into my XBMC tree?