News:

Latest versions:
Server plugin: 0.5.1
MVP dongle: 0.5.2
Raspberry Pi client: 0.5.2
Windows client: 0.5.2-1

Main Menu

Repository for Squeeze/Debian

Started by wauwau, December 26, 2009, 16:34:51

Previous topic - Next topic

wauwau

Hi,

I am currently evaluating the Marvell Kirkwood architecture and was surprised about the first good results.
However, Vomp-server seems not to be available in the standard debian/Squeeze repository. As I have nearly
no expierience with cross-compiler I'd like to avoid re-compiling all the VDR just to add vomp. Would be great
if there is a possibility just compile the VOMP-plugin without the VDR on the ARM (no cross-compiling).

Thanks for any hints.
Michael

muellerph

There is no need to compile whole VDR just for vomp plugin. You need the headers and then you can compile the plugin. That's the way I was always doing it on i386, on ARM there shouldn't be a difference.

MartenR

You can get vompserver from the etobi repsoitory www.etobi.net .
There you can find always the newest vompserver, since I update it while the vomp release process.

Marten

champpain

#3
Hi.
I installed vomp by the etobi.net repository (with a lot of help from wilderigel from vdr-portal) on a seagate dockstar (ARM).

Here is wilderigel's HowTo:

Quote
cd /usr/src/

apt-get install vdr-dev
apt-get install fakeroot

edit:
/etc/apt/sources.list.d/e-tobi.list
and add the line:
deb-src http://e-tobi.net/vdr-experimental sid base addons vdr-multipatch

apt-get update
apt-get source vdr-plugin-vompserver
apt-get build-dep vdr-plugin-vompserver
cd vdr-plugin-vompserver-0.3.1/
PATCHVARIANT=debian fakeroot dpkg-buildpackage -b -uc -tc
dpkg -i ../vdr-pluigin-vompserver_*.deb
apt-get install -f
BUT it does not really work...
:(
It boots but it does not really work.

I found this thread:
http://forum.loggytronic.com/index.php?topic=426.0

Can anyone help me, building vomopserver with this patch based on the HowTo above?