summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Dreyer <ktdreyer@ktdreyer.com>2012-12-13 00:43:06 -0700
committerKen Dreyer <ktdreyer@ktdreyer.com>2012-12-13 00:44:30 -0700
commit1cff81df6ade3f7cd9f165df5b49015a2f91941c (patch)
tree430c8bc794d6516113b7e7b8bd2535768140d4ea
parent64c58a020f589edf7a1479ad9be4d781da17f8e6 (diff)
downloadxbmc-rpm-1cff81df6ade3f7cd9f165df5b49015a2f91941c.tar.gz
xbmc-rpm-1cff81df6ade3f7cd9f165df5b49015a2f91941c.tar.xz
xbmc-rpm-1cff81df6ade3f7cd9f165df5b49015a2f91941c.zip
update TODO document for PVR addons and EL6
We now build the PVR addons, but more work is needed to build the mythtv addon. Also, clarify the current EL6 situation.
-rw-r--r--TODO23
1 files changed, 10 insertions, 13 deletions
diff --git a/TODO b/TODO
index c80a2e8..fd9558b 100644
--- a/TODO
+++ b/TODO
@@ -1,17 +1,12 @@
-* Add PVR clients from "official" repo:
+* Build PVR addons with dependencies.
- https://github.com/opdenkamp/xbmc-pvr-addons
+ This will allow us to build the code for the mythtv PVR addon.
- Decided: we will make this a subpackage of the xbmc SRPM while
- 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).
+ For the immediate future we should use this patch:
+ https://github.com/xbmc/xbmc/pull/1725/commits
- So we should create a tarball snapshot of the git repo and include
- that in the package.
+ Longer term, we will probably split out the PVR addons into a separate
+ package.
* Merge libdvdread libhomehdrun patches upstream.
@@ -37,5 +32,7 @@
can't see libmad.so* as a Requires in the built package) , but
source code should be removed from lib/libmad
-* EL6: Backport support for EPEL's taglib 1.6, so we can build Frodo
- on EL6.
+* EL6: Frodo requires taglib 1.8. Red Hat ships taglib 1.6.1 in RHEL. It
+ is very unlikely that we will be able to backport support for taglib
+ 1.6 into newer version of XBMC because the API has changed so much. We
+ would need to ship a "taglib18" package in EPEL.