/[packages]/cauldron/xbmc/current/SOURCES/xbmc-system-groovy-hack.patch
ViewVC logotype

Contents of /cauldron/xbmc/current/SOURCES/xbmc-system-groovy-hack.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 343733 - (show annotations) (download)
Wed Jan 9 14:23:48 2013 UTC (11 years, 3 months ago) by anssi
File size: 662 byte(s)
- new version 12.0 rc3 (Frodo)
- drop merged FFmpeg support backport patches
- rediff old upgrade workaround patch
- use system groovy (system-groovy.patch)
- workaround a code generator issue when using system groovy
  (system-groovy-hack.patch)
- fix bootstrap return value in case of autotools error
  (bootstrap-return-value.patch)
- fix build with automake 1.13+ (automake1.13.patch)
- add new buildrequires
- drop PVR patch, merged upstream
  o NOTE: PVR addons are no longer bundled but instead have to be
    installed separately

1 --- xbmc-Frodo_rc3/tools/codegenerator/Helper.groovy 2013-01-03 05:29:19.000000000 +0200
2 +++ xbmc-Frodo_rc3/tools/codegenerator/Helper.groovy.new 2013-01-09 15:35:38.788236593 +0200
3 @@ -101,7 +101,8 @@
4 }
5
6 Node docspec = (new XmlParser().parse(doxygenXmlFile))
7 - if (methodOrClass.name() == 'class')
8 +/* hack to make it build
9 + if (methodOrClass.name() == 'class')
10 doc = docspec.compounddef[0].detaileddescription[0]
11 else // it's a method of some sort ... or it better be
12 {
13 @@ -112,6 +113,8 @@
14
15 doc = memberdef != null ? memberdef.detaileddescription[0] : null
16 }
17 +*/
18 + doc = null
19
20 if (doc != null)
21 {

  ViewVC Help
Powered by ViewVC 1.1.30