From 0598e41418012326a30ba582b7d64db116e91a84 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Fri, 1 Nov 2002 10:26:45 +0100 Subject: Completely switched to the HEAD driver version --- PLUGINS/src/hello/HISTORY | 6 ++++++ PLUGINS/src/hello/Makefile | 7 +------ PLUGINS/src/hello/hello.c | 4 ++-- PLUGINS/src/status/HISTORY | 6 ++++++ PLUGINS/src/status/Makefile | 7 +------ PLUGINS/src/status/status.c | 4 ++-- 6 files changed, 18 insertions(+), 16 deletions(-) (limited to 'PLUGINS') diff --git a/PLUGINS/src/hello/HISTORY b/PLUGINS/src/hello/HISTORY index 10d905e2..61893d02 100644 --- a/PLUGINS/src/hello/HISTORY +++ b/PLUGINS/src/hello/HISTORY @@ -30,3 +30,9 @@ VDR Plugin 'hello' Revision History 2002-10-26: Version 0.0.7 - Fixed a typo. + +2002-11-01: Version 0.0.8 + +- Completely switched to the new CVS HEAD version of the linux-dvb driver. + The NEWSTRUCT compile time switch is now obsolete. The required driver is now + the CVS HEAD version dated 2002-11-01 or later. diff --git a/PLUGINS/src/hello/Makefile b/PLUGINS/src/hello/Makefile index 445cff5e..52a695a1 100644 --- a/PLUGINS/src/hello/Makefile +++ b/PLUGINS/src/hello/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile 1.5 2002/09/21 08:38:39 kls Exp $ +# $Id: Makefile 1.6 2002/11/01 10:15:37 kls Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -15,12 +15,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c | awk '{ pri ### The directory environment: -ifdef NEWSTRUCT DVBDIR = ../../../../DVB/include -DEFINES += -DNEWSTRUCT -else -DVBDIR = ../../../../DVB/ost/include -endif VDRDIR = ../../.. VDRINC = $(VDRDIR)/include LIBDIR = ../../lib diff --git a/PLUGINS/src/hello/hello.c b/PLUGINS/src/hello/hello.c index 5073e300..6583285e 100644 --- a/PLUGINS/src/hello/hello.c +++ b/PLUGINS/src/hello/hello.c @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: hello.c 1.8 2002/10/26 14:34:48 kls Exp $ + * $Id: hello.c 1.9 2002/11/01 10:16:53 kls Exp $ */ #include @@ -12,7 +12,7 @@ #include #include "i18n.h" -static const char *VERSION = "0.0.7"; +static const char *VERSION = "0.0.8"; static const char *DESCRIPTION = "A friendly greeting"; static const char *MAINMENUENTRY = "Hello"; diff --git a/PLUGINS/src/status/HISTORY b/PLUGINS/src/status/HISTORY index b66f6540..45d0fe5c 100644 --- a/PLUGINS/src/status/HISTORY +++ b/PLUGINS/src/status/HISTORY @@ -16,3 +16,9 @@ VDR Plugin 'status' Revision History 2002-10-26: Version 0.0.4 - Fixed a typo. + +2002-11-01: Version 0.0.5 + +- Completely switched to the new CVS HEAD version of the linux-dvb driver. + The NEWSTRUCT compile time switch is now obsolete. The required driver is now + the CVS HEAD version dated 2002-11-01 or later. diff --git a/PLUGINS/src/status/Makefile b/PLUGINS/src/status/Makefile index f08f22cc..a9676c11 100644 --- a/PLUGINS/src/status/Makefile +++ b/PLUGINS/src/status/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile 1.3 2002/09/21 08:38:39 kls Exp $ +# $Id: Makefile 1.4 2002/11/01 10:15:44 kls Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -15,12 +15,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c | awk '{ pri ### The directory environment: -ifdef NEWSTRUCT DVBDIR = ../../../../DVB/include -DEFINES += -DNEWSTRUCT -else -DVBDIR = ../../../../DVB/ost/include -endif VDRDIR = ../../.. VDRINC = $(VDRDIR)/include LIBDIR = ../../lib diff --git a/PLUGINS/src/status/status.c b/PLUGINS/src/status/status.c index 15a3ee96..12e64b7b 100644 --- a/PLUGINS/src/status/status.c +++ b/PLUGINS/src/status/status.c @@ -3,13 +3,13 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: status.c 1.4 2002/10/26 14:34:53 kls Exp $ + * $Id: status.c 1.5 2002/11/01 10:16:59 kls Exp $ */ #include #include -static const char *VERSION = "0.0.4"; +static const char *VERSION = "0.0.5"; static const char *DESCRIPTION = "Status monitor test"; static const char *MAINMENUENTRY = NULL; -- cgit v1.2.3