Loggytronic Forum

VOMP => VOMP General / MVP => Topic started by: Harry on January 17, 2006, 07:46:49

Title: one just can't keep up with Klaus ;)
Post by: Harry on January 17, 2006, 07:46:49
VDR developer version 1.3.39 is now available at

ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.3.39.tar.bz2

cheers
Harry
Title: by the way... v1.3.40 is out
Post by: Harry on January 22, 2006, 19:09:35
http://www.linuxtv.org/pipermail/vdr/2006-January/007370.html

cheers
Harry
Title: Re: one just can't keep up with Klaus ;)
Post by: Chris on January 29, 2006, 23:37:02
ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.3.41.tar.bz2
Title: Re: one just can't keep up with Klaus ;)
Post by: Schnurps on February 05, 2006, 16:02:07
VDR developer version 1.3.42 is now available at

ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.3.42.tar.bz2
Title: Re: one just can't keep up with Klaus ;)
Post by: Harry on February 19, 2006, 20:30:55
VDR developer version 1.3.43 is now available at

ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.3.43.tar.bz2

A 'diff' against the previous version is available at

ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.3.42-43.diff
Title: Re: one just can't keep up with Klaus ;)
Post by: Chris on February 27, 2006, 14:45:13
New VDR available:

ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.3.44.tar.bz2

But apparently vomp will not work with it just yet:

http://www.loggytronic.com/forum/index.php?topic=106.0
Title: Re: one just can't keep up with Klaus ;)
Post by: Chris on March 29, 2006, 12:27:47
ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.3.45.tar.bz2
Title: Re: one just can't keep up with Klaus ;)
Post by: Chris on April 09, 2006, 23:23:45
ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.3.46.tar.bz2
Title: Re: one just can't keep up with Klaus ;)
Post by: Schnurps on April 17, 2006, 18:24:34
VDR developer version 1.3.47 is now available at

ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.3.47.tar.bz2

Except for a few version numbers in the man pages etc., this
is pretty much what will become the final version 1.4.
Title: Re: one just can't keep up with Klaus ;)
Post by: MartenR on April 18, 2006, 06:51:04
And the new VDR version introduces an interesting feature
Quote- The new function cPlugin::Active() can be used by a plugin to indicate that it
is still busy and the system should not shut down or restart (based on a patch
from Peter Dittmann). See PLUGINS.html for details.
I think this is something that should be used by vompserver.
Title: Re: one just can't keep up with Klaus ;)
Post by: Chris on April 19, 2006, 23:55:19
I will implement this for the next plugin version, since this ability has been requested before on here.
Title: Re: one just can't keep up with Klaus ;)
Post by: davep on April 23, 2006, 15:37:07
One more. This should be the last before 1.4.

ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.3.48.tar.bz2

This one needs a patch to the VOMP server plugin:

--- Makefile.old        2006-02-27 16:39:10.000000000 +0000
+++ Makefile    2006-04-23 15:36:57.000000000 +0100
@@ -32,6 +32,10 @@
### The version number of VDR (taken from VDR's "config.h"):

VDRVERSION = $(shell grep 'define VDRVERSION ' $(VDRDIR)/config.h | awk '{ print $$3 }' | sed -e 's/"//g')
+APIVERSION = $(shell grep 'define APIVERSION ' $(VDRDIR)/config.h | awk '{ print $$3 }' | sed -e 's/"//g')
+ifeq ($(strip $(APIVERSION)),)
+   APIVERSION = $(VDRVERSION)
+endif

### The name of the distribution archive:

@@ -75,7 +79,7 @@

libvdr-$(PLUGIN).so: $(OBJS) libdvbmpeg/libdvbmpegtools.a
        $(CXX) $(CXXFLAGS) -shared $(OBJS) libdvbmpeg/libdvbmpegtools.a -o $@
-       @cp $@ $(LIBDIR)/$@.$(VDRVERSION)
+       @cp $@ $(LIBDIR)/$@.$(APIVERSION)

dist: clean
        @-rm -rf $(TMPDIR)/$(ARCHIVE)

The patched Makefile is compatible with pre-1.3.48 vdr (tested on both 1.3.47 and 1.3.48).
Title: Re: one just can't keep up with Klaus ;)
Post by: Schnurps on April 29, 2006, 13:24:34
VDR developer version 1.3.49 is now available at

ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.3.49.tar.bz2

A 'diff' against the previous version is available at

ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.3.48-49.diff


Well, it's an unusual time for a new developer version of VDR,
but since there have been a few last minute fixes, and I really
want to make version 1.4.0 happen this sunday, I'm releasing
this hopefully last release candidate today.

Please take a thorough look at the changes - especially the ones
to the actual program code files - to help avoid any stupid last
minute bugs.

If there are no more serious bugs, this will become the final
version 1.4.0 this sunday :-)
Title: Re: one just can't keep up with Klaus ;)
Post by: Schnurps on May 01, 2006, 03:12:25
VDR version 1.4.0 is now available at

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

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

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

When updating from version 1.2.6 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.
Title: Re: one just can't keep up with Klaus ;)
Post by: Harry on May 29, 2006, 16:56:50
QuoteVDR maintenance patch 1.4.0-2 is now available at

ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.0-2.diff

This is a 'diff' against the official version 1.4.0 plus all
previous 1.4.0-X maintenance patches.


Small fixes to the officially released VDR versions will be first
made available as "maintenance patches" in the Developer directory,
so that they can be reviewed and tested before a new official
release is published.

So please apply the patches

ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.0-1.diff
ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.0-2.diff
[...]
Title: Re: one just can't keep up with Klaus ;)
Post by: Harry on June 05, 2006, 12:31:38
Quote
VDR maintenance patch 1.4.0-3 is now available at

ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.0-3.diff

This is a 'diff' against the official version 1.4.0 plus all
previous 1.4.0-X maintenance patches (which means that you need
to first apply any previously released patches before you can apply
this one).


Small fixes to the officially released VDR versions will be first
made available as "maintenance patches" in the Developer directory,
so that they can be reviewed and tested before a new official
release is published.

So please apply the patches

ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.0-1.diff
ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.0-2.diff
ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.0-3.diff

in the given sequence to the original VDR version 1.4.0 and
report whether it works (or if it causes any new problems).


If no bugs are reported, I'll release this as version 1.4.1
next weekend.[...]
Title: Re: one just can't keep up with Klaus ;)
Post by: Schnurps on June 11, 2006, 11:30:20
QuoteVDR version 1.4.1 is now available at

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

A 'diff' against the previous version is available at

ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.0-1.4.1.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 source compatible with the previous version,
so plugins only need to be recompiled.

Thanks to the many people who have contributed in the making,
testing and debugging of this new version of VDR.
Title: Re: one just can't keep up with Klaus ;)
Post by: Harry on June 20, 2006, 19:45:06
QuoteVDR maintenance patch 1.4.1-1 is now available at

ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.1-1.diff

This is a 'diff' against the official version 1.4.1.
Title: Re: one just can't keep up with Klaus ;)
Post by: Harry on July 25, 2006, 15:43:28
Quote
VDR maintenance patch 1.4.1-2 is now available at

ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.1-2.diff

This is a 'diff' against version 1.4.1-1
this may be of importance:
Quote[...]
Note to all plugin developers: a plugin's Makefile *must* define the PLUGIN
macro, even if it doesn't use it itself![...]
Title: Re: one just can't keep up with Klaus ;)
Post by: Harry on August 07, 2006, 21:17:07
QuoteVDR maintenance patch 1.4.1-3 is now available at

ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.1-3.diff

This is a 'diff' against version 1.4.1-2 (which is the official
version 1.4.1, patched with ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.1-1.diff
and ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.1-2.diff).
Title: Re: one just can't keep up with Klaus ;)
Post by: Harry on August 17, 2006, 10:18:30
another one...

QuoteVDR maintenance patch 1.4.1-4 is now available at

ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.1-4.diff

This is a 'diff' against version 1.4.1-3 (which is the official
version 1.4.1, patched with
ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.1-1.diff,
ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.1-2.diff and
ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.1-3.diff).
Title: Re: one just can't keep up with Klaus ;)
Post by: Harry on August 25, 2006, 14:08:38
here we go again:
QuoteVDR maintenance patch 1.4.1-5 is now available at

ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.1-5.diff

This is a 'diff' against version 1.4.1-4 (which is the official
version 1.4.1, patched with
ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.1-1.diff,
ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.1-2.diff,
ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.1-3.diff and
ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.1-4.diff).
Title: Re: one just can't keep up with Klaus ;)
Post by: Schnurps on August 27, 2006, 22:22:18
QuoteVDR version 1.4.2 is now available at

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

A 'diff' against the previous version is available at

ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.1-1.4.2.diff

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

ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.1-5-1.4.2.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 source compatible with the previous version,
so plugins only need to be recompiled. However, plugins that
react on cStatus::MsgSetVolume() may need to be adjusted in
order to work with the fixed handling of relative volume
changes (which was introduced in maintenance patch 1.4.1-2).

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

Have fun!

Klaus
Title: Re: one just can't keep up with Klaus ;)
Post by: Schnurps on September 28, 2006, 13:32:57
QuoteVDR version 1.4.3 is now available at

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

A 'diff' against the previous version is available at

ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.2-1.4.3.diff

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

ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.2-3-1.4.3.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 source compatible with the previous version,
so plugins only 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
Title: Re: one just can't keep up with Klaus ;)
Post by: muellerph on October 30, 2006, 12:25:06
Quote
VDR maintenance patch 1.4.3-4 is now available at

ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.3-4.diff

This is a 'diff' against version 1.4.3-3 (which is the official
version 1.4.3, patched with
ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.3-1.diff,
ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.3-2.diff and
ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.3-3.diff).


Small fixes to the officially released VDR versions will be first
made available as "maintenance patches" in the Developer directory,
so that they can be reviewed and tested before a new official
release is published.

So please apply the above patch and report whether it works (or
if it causes any new problems).


This version is binary compatible with version 1.4.3-3, so
plugins need not be recompiled.


The changes since version 1.4.3-3:

- Fixed deleting EPG events that have a running status of "pausing" or higher.
- Fixed handling NITs with more than one delivery system descriptor tag for the
same transponder.

Have fun!

Klaus
Title: Re: one just can't keep up with Klaus ;)
Post by: Chris on November 05, 2006, 14:55:58
1.4.4 appears to be released:

ftp://ftp.cadsoft.de/vdr/vdr-1.4.4.tar.bz2
Title: Re: one just can't keep up with Klaus ;)
Post by: Schnurps on November 05, 2006, 19:50:40
It is:
QuoteDate: Sat, 04 Nov 2006 15:02:49 +0100
From: Klaus Schmidinger <Klaus.Schmidinger@cadsoft.de>
To: vdr@linuxtv.org
Subject: [vdr] [ANNOUNCE] VDR version 1.4.4 released

VDR version 1.4.4 is now available at

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

A 'diff' against the previous version is available at

ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.3-1.4.4.diff

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

ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.4.3-4-1.4.4.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 source compatible with the previous version,
so plugins only 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
Title: Re: one just can't keep up with Klaus ;)
Post by: Harry on January 15, 2007, 21:31:01
hi @all,

seems we've missed a couple of updates.
one really can't keep up with KS   :o
QuoteVDR developer version 1.5.0 is now available at

    ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.5.0.tar.bz2

A 'diff' against the latest stable version is available at

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



WARNING:
========

This is a *developer* version. Even though *I* use it in my productive
environment, I strongly recommend that you only use it under controlled
conditions and for testing and debugging.



This version focuses mainly on improvements in CAM handling.
The highlights are:

- Improved CAM menu and reset handling.
- Automatic selection of suitable CAM in a system with several CAMs
  that claim to decrypt a given channel.
- Decrypting of several channels on the same transponder (if the
  CAM is able to do this).

cheers
Harry
Title: Re: one just can't keep up with Klaus ;)
Post by: Viking1 on January 16, 2007, 14:33:36
Does anyone have a vompserver patch for vdr-1.5.0? I know its early but I'm just asking...
Title: Re: one just can't keep up with Klaus ;)
Post by: MarkC on January 16, 2007, 19:12:31
The patch below makes it compile, but my VDR is in use at the moment so I can't upgrade and test it out. It's the logical fix though... hope it works.


diff -ruN vompserver-1.4/mvpreceiver.c vompserver-1.5/mvpreceiver.c
--- vompserver-1.4/mvpreceiver.c        2006-03-01 22:29:01.000000000 +0000
+++ vompserver-1.5/mvpreceiver.c        2007-01-16 18:53:27.000000000 +0000
@@ -25,8 +25,10 @@
MVPReceiver::MVPReceiver(cChannel* channel, cDevice* device)
#if VDRVERSNUM < 10300
: cReceiver(channel->Ca(), 0, 7, channel->Vpid(), channel->Ppid(), channel->Apid1(), channel->Apid2(), channel->Dpid1(), channel->Dpid2(), channel->Tpid())
-#else
+#elif VDRVERSNUM < 10500
: cReceiver(channel->Ca(), 0, channel->Vpid(), channel->Apids(), channel->Dpids(), channel->Spids())
+#else
+: cReceiver(channel->GetChannelID(), 0, channel->Vpid(), channel->Apids(), channel->Dpids(), channel->Spids())
#endif
{
   logger = Log::getInstance();
Title: Re: one just can't keep up with Klaus ;)
Post by: Chris on February 08, 2007, 21:09:03
Another stable release from Klaus:

ftp://ftp.cadsoft.de/vdr/vdr-1.4.5.tar.bz2
Title: Re: one just can't keep up with Klaus ;)
Post by: muellerph on March 06, 2007, 07:25:56
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
Title: Re: one just can't keep up with Klaus ;)
Post by: Harry on September 08, 2007, 20:27:02
current stable version:
ftp://ftp.cadsoft.de/vdr/vdr-1.4.7.tar.bz2

current devel version:
ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.5.9.tar.bz2
Title: Re: one just can't keep up with Klaus ;)
Post by: Schnurps on March 24, 2008, 23:03:27
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
Title: Re: one just can't keep up with Klaus ;)
Post by: Harry on November 12, 2009, 15:31:09
mind the new server:

current stable is still:
ftp://ftp.tvdr.de/vdr/vdr-1.6.0.tar.bz2

current devel:
ftp://ftp.tvdr.de/vdr/Developer/vdr-1.7.9.tar.bz2

cheers
Harry
Title: Re: one just can't keep up with Klaus ;)
Post by: hondansx on November 23, 2009, 16:42:51
VDR developer version 1.7.10 is now available at

ftp://ftp.tvdr.de/vdr/Developer/vdr-1.7.10.tar.bz2
Title: Re: one just can't keep up with Klaus ;)
Post by: davep on March 07, 2010, 18:55:35
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.
Title: Re: one just can't keep up with Klaus ;)
Post by: Harry on February 22, 2013, 16:53:44
for the sake of keeping this thread alive...

current stable is still:
ftp://ftp.tvdr.de/vdr/vdr-1.6.0.tar.bz2

current devel:
ftp://ftp.tvdr.de/vdr/Developer/vdr-1.7.38.tar.bz2

cheers
Harry