On 10/23/2011 06:02 PM, JJussi wrote: > Because this is just client.. > Just vdr-sxfe what is capable play with VDPAU... > > Still I need to solve "some" problems at server end.. Get vdr-1.7 + > skinsoppalusikka + epgsearch + some other plugins to install them to > same machine.. Maybe I need to pick every piece from them original > location and try to compile everything from source code. Maybe a following script is useful for automatizing the build process a bit. I always use it when ever the new version of vdr & plugins have entered to git tree. As there are always couple of system specific config files, the script copies those from my previous vdr-installation dir. In addition the launch command in runvdr line is following: VDRCMD="$VDRPRG --lirc -w 15 -c /home/lamikr/dvb/vdr/vdr.git -v /video -P'xineliboutput --local=none --remote=37890 --video=vdpau' -Pepgsearch -P'osdteletext -d /home/lamikr/dvb/vdr/vdr.git/plugins/osdteletext' -Pskinsoppalusikka -Pfemon -P'live -p 8080' -P'vdrrip -p /usr/bin/mplayer -e /usr/bin/mencoder'" ----vdr-server-build.sh--------------- git clone git://projects.vdr-developer.org/vdr.git vdr.git cd vdr.git git checkout -b lamikr cp ../vdr-old.git/channels.conf . cp ../vdr-old.git/remote.conf . cp ../vdr-old.git/svdrphosts.conf . cp ../vdr-old.git/runvdr . mkdir plugins cp -ax ../vdr-old.git/plugins/xineliboutput plugins mkdir -p PLUGINS/lib chmod a+x runvdr cd PLUGINS/src git clone git://projects.vdr-developer.org/xineliboutput.git xineliboutput git clone git://projects.vdr-developer.org/vdr-plugin-osdteletext.git osdteletext git clone git://projects.vdr-developer.org/vdr-plugin-epgsearch.git epgsearch git clone git://projects.vdr-developer.org/vdr-plugin-live.git live git clone git://projects.vdr-developer.org/vdr-plugin-infosatepg.git infosatepg git clone git://projects.vdr-developer.org/vdr-plugin-vdrrip.git vdrrip git clone git://projects.vdr-developer.org/vdr-plugin-markad.git markad wget -c http://www.saunalahti.fi/~rahrenbe/vdr/femon/files/vdr-femon-1.7.10.tgz tar -xvzf vdr-femon-1.7.10.tgz ln -s femon-1.7.10 femon #skinsoppalusikka wget -c http://www.saunalahti.fi/~rahrenbe/vdr/soppalusikka/files/vdr-skinsoppalusikka-1.7.3.tgz tar -xvzf vdr-skinsoppalusikka-1.7.3.tgz ln -s skinsoppalusikka-1.7.3 skinsoppalusikka mkdir -p ../../themes cp -d skinsoppalusikka/themes/*.theme ../../themes/ mkdir -p ../../plugins/skinsoppalusikka cp -d ../../../vdr-old.git/plugins/skinsoppalusikka/*.xpm ../../plugins/skinsoppalusikka/ cd ../.. make make plugins ------------------------- Mika _______________________________________________ vdr mailing list vdr@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr