summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Lancaster <alexlan@fedorapeople.org>2012-10-05 02:54:49 -0400
committerAlex Lancaster <alexlan@fedorapeople.org>2012-10-05 02:54:49 -0400
commit8531c6b54a7040573ad03f4f683f6f076cb386b6 (patch)
tree1898157fedd2d0a16d47ab7d2ac6b185d94cf28f
parentebd2a04b9cb77c16da524983af57112d0d9c8a15 (diff)
downloadxbmc-rpm-8531c6b54a7040573ad03f4f683f6f076cb386b6.tar.gz
xbmc-rpm-8531c6b54a7040573ad03f4f683f6f076cb386b6.tar.xz
xbmc-rpm-8531c6b54a7040573ad03f4f683f6f076cb386b6.zip
Add to TODO. tinyxml appears to be done.
-rw-r--r--TODO14
1 files changed, 13 insertions, 1 deletions
diff --git a/TODO b/TODO
index 22e65ce..4d4acca 100644
--- a/TODO
+++ b/TODO
@@ -14,7 +14,19 @@
* Unbundle any other deps that can be easily unbundled.
- tinyxml may be a candidate. See https://bugzilla.rpmfusion.org/1850
+ - tinyxml appears to be removed and it now default to external version
+ See https://bugzilla.rpmfusion.org/1850
+
+ other candidates:
+
+ - libapetag, libid3tag: once this pull request goes in:
+ https://github.com/xbmc/xbmc/pull/1450
+
+ - libdvdnav: should be reworked with the libdvdread above
+
+ - libmad: seems to use external library (although for some reason I
+ 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.