Xine-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Bildbeschreibung)
(M)
Zeile 20: Zeile 20:
 
cd ../../../xine-lib
 
cd ../../../xine-lib
 
find $SOURCEDIR/VDR -name xine-lib.patch -exec patch -p1 -i \{} \;
 
find $SOURCEDIR/VDR -name xine-lib.patch -exec patch -p1 -i \{} \;
 
cd ../xine-ui
 
find $SOURCEDIR/VDR -name xine-ui.patch -exec patch -p1 -i \{} \;
 
 
cd ../xine-lib
 
 
./autogen.sh --prefix=/usr/local
 
./autogen.sh --prefix=/usr/local
 
make -k
 
make -k
Zeile 31: Zeile 26:
  
 
cd ../xine-ui
 
cd ../xine-ui
./autogen.sh --prefix=/usr/local
+
./autogen.sh --prefix=/usr/local \
 +
            --enable-vdr-keys
 
make
 
make
 
make install
 
make install
Zeile 43: Zeile 39:
 
# enable to NOT change xines volume on VDRs request
 
# enable to NOT change xines volume on VDRs request
 
DONT_CHANGE_XINE_VOLUME=1
 
DONT_CHANGE_XINE_VOLUME=1
 +
 +
# choose OSD scaling quality (default is LQ)
 +
OSD_SCALING_HQ=1
 +
#OSD_SCALING_SHQ=1
 
</pre>
 
</pre>
 
==Probleme==
 
==Probleme==

Version vom 5. Oktober 2004, 10:56 Uhr

Inhaltsverzeichnis

Beschreibung

Hardwareanforderungen

Softwareanforderungen

  • xine-lib
  • xine-ui

Installation

cd $SOURCEDIR
wget http://home.vr-web.de/~rnissl/xine-lib-cvs-<VERSION>.tar.bz2
wget http://home.vr-web.de/~rnissl/xine-ui-cvs-<VERSION>.tar.bz2
wget http://home.vr-web.de/~rnissl/vdr-xine-<VERSION>.tgz

tar xvzf vdr-xine-<VERSION>.tgz -C $SOURCEDIR/VDR/PLUGINS/src
tar jxvf xine-lib-cvs-<VERSION>.tar.bz2
tar jxvf xine-ui-cvs-<VERSION>.tar.bz2

cd VDR/PLUGINS/src
ln -s xine-<VERSION> xine

cd ../../../xine-lib
find $SOURCEDIR/VDR -name xine-lib.patch -exec patch -p1 -i \{} \;
./autogen.sh --prefix=/usr/local
make -k
make install -k
ldconfig

cd ../xine-ui
./autogen.sh --prefix=/usr/local \
             --enable-vdr-keys
make
make install
ldconfig

Optionen

# enable to fully support yaepg plugin
SET_VIDEO_WINDOW=1

# enable to NOT change xines volume on VDRs request
DONT_CHANGE_XINE_VOLUME=1

# choose OSD scaling quality (default is LQ)
OSD_SCALING_HQ=1
#OSD_SCALING_SHQ=1

Probleme

Links

[1] http://xinehq.de Xine Projekt Homepage
[2] http://home.vr-web.de/~rnissl Homepage des Plugins