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

one just can't keep up with Klaus ;)

Started by Harry, January 17, 2006, 07:46:49

Previous topic - Next topic

Chris


muellerph

Quote
VDR version 1.4.6 is now available at

ftp://ftp.cadsoft.de/vdr/vdr-1.4.6.tar.bz2

A 'diff' against the previous version is available at

ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.5-1.4.6.diff

A 'diff' against the latest maintenance patch is available at

ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.5-2-1.4.6.diff

A summary of all the major changes since the last stable
version can be found at

http://www.cadsoft.de/vdr/download.htm

This version is binary compatible with the previous version,
so plugins don't need to be recompiled.

Thanks to the many people who have contributed in the making,
testing and debugging of this new version of VDR.

Have fun!

Klaus


Schnurps

QuoteVDR version 1.6.0 is now available at

ftp://ftp.cadsoft.de/vdr/vdr-1.6.0.tar.bz2

A summary of all the major changes since the last stable version 1.4.7 can be found at

http://www.cadsoft.de/vdr/changelog.htm

A 'diff' against the previous developer version is available at

ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.5.18-1.6.0.diff

When updating from version 1.4.7 please make sure you read the INSTALL
and MANUAL files that come with the VDR source _before_ doing so!
Please make sure you have backup copies of all your configuration files,
and verify carefully that your timers will be set to the correct channels
after switching to this new version.

Thanks to the many people who have contributed in the making, testing and
debugging of this new version of VDR.

Have fun!

Klaus

Harry


hondansx

GA-EP43 | headless | 1xCineS2 Dual | 1xSkystar 2.6D | VDR 1.7.37 
Frontend: 1xRasperry | 1xION3

davep

According to the README, the latest version 1.7.13 needs a small alteration to the Vompserver makefile.


--- PLUGINS/src/vompserver/Makefile  2009/10/18 14:00:07      2.1
+++ PLUGINS/src/vompserver/Makefile  2010/02/06 14:50:03      2.2
@@ -19,7 +19,8 @@
ifdef DEBUG
CXXFLAGS ?= -g -fPIC -Wall -Woverloaded-virtual #-Werror
else
-CXXFLAGS ?= -O2 -fPIC -Wall -Woverloaded-virtual #-Werror
+CXXFLAGS ?= -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses
+
endif

### The directory environment:
@@ -28,6 +29,10 @@
LIBDIR = ../../lib
TMPDIR = /tmp

+### Make sure that necessary options are included:
+
+include $(VDRDIR)/Make.global
+


Works for me, though I'm not sure what the debug options ought to be.

Harry