summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Lancaster <alexlan[AT]fedoraproject org>2012-11-13 17:36:48 -0500
committerAlex Lancaster <alexlan[AT]fedoraproject org>2012-11-13 17:36:48 -0500
commit81237c287fc4f3137ba4f6791ec56da95d6f32fd (patch)
tree6879f33ea544c716b24fcf4e340c250c070c9535
parent69dce7da1dfa78a11571f96d0e3be5013b936069 (diff)
downloadxbmc-rpm-81237c287fc4f3137ba4f6791ec56da95d6f32fd.tar.gz
xbmc-rpm-81237c287fc4f3137ba4f6791ec56da95d6f32fd.tar.xz
xbmc-rpm-81237c287fc4f3137ba4f6791ec56da95d6f32fd.zip
Update PVR add-on section.
-rw-r--r--TODO17
1 files changed, 13 insertions, 4 deletions
diff --git a/TODO b/TODO
index 4d4acca..c80a2e8 100644
--- a/TODO
+++ b/TODO
@@ -1,10 +1,19 @@
-* Add PVR clients.
+* Add PVR clients from "official" repo:
+
+ https://github.com/opdenkamp/xbmc-pvr-addons
Decided: we will make this a subpackage of the xbmc SRPM while
- things are in flux. Once it settles down, we can evaluate moving
- this to its own package.
+ things are in flux. The way upstream has organized things is that
+ it's apparently then possible to untar the PVR add-on directory
+ inside the main xbmc in a directory called "pvr-addons", then the
+ configure script will "notice" it and it will build them as part of
+ the main XBMC build process (although I haven't tested this myself
+ yet).
+
+ So we should create a tarball snapshot of the git repo and include
+ that in the package.
-* Merge libdvdread and libhomehdrun patches upstream.
+* Merge libdvdread libhomehdrun patches upstream.
The patches must be rewritten to use the external, if found, and
drop back to bundled versions if not before they would be allowed