XBMC

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Howto für die XBMC Installation + Patch:)
(Howto für die XBMC Installation + Patch:)
Zeile 5: Zeile 5:
  
 
Damit mal was da steht :-)
 
Damit mal was da steht :-)
 
+
Anleitung angepasst an aktuellen Patch r17664
  
 
  mkdir xbmc_vdr
 
  mkdir xbmc_vdr
Zeile 11: Zeile 11:
 
  svn checkout https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/linuxport/XBMC
 
  svn checkout https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/linuxport/XBMC
 
  cd XBMC
 
  cd XBMC
  svn up -r 17588
+
  svn up -r17664
  wget http://xbmc.org/trac/raw-attachment/ticket/5595/xbmc-svn17588-pvr.patch.gz
+
  wget http://www.xbmc.org/trac/raw-attachment/ticket/5595/xbmc-svn17664-pvr.patch.gz
  zcat xbmc-svn17588-pvr.patch.gz | patch -p1
+
  gunzip xbmc-svn17664-pvr.patch.gz
 +
patch -p1 < xbmc-svn17664-pvr.patch
 
  ./configure
 
  ./configure
 
  make -j2
 
  make -j2

Version vom 15. Februar 2009, 17:13 Uhr

XMBC mit VDR streamdev unterstuetzung

siehe thread im vdr-portal [1]

Howto für die XBMC Installation + Patch:

Damit mal was da steht :-) Anleitung angepasst an aktuellen Patch r17664

mkdir xbmc_vdr
cd xbmc_vdr
svn checkout https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/linuxport/XBMC
cd XBMC
svn up -r17664
wget http://www.xbmc.org/trac/raw-attachment/ticket/5595/xbmc-svn17664-pvr.patch.gz
gunzip xbmc-svn17664-pvr.patch.gz
patch -p1 < xbmc-svn17664-pvr.patch
./configure
make -j2


more to come