mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Completely switched to the HEAD driver version
This commit is contained in:
@@ -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.
|
||||
|
@@ -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
|
||||
|
@@ -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 <getopt.h>
|
||||
@@ -12,7 +12,7 @@
|
||||
#include <vdr/plugin.h>
|
||||
#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";
|
||||
|
||||
|
@@ -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.
|
||||
|
@@ -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
|
||||
|
@@ -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 <vdr/plugin.h>
|
||||
#include <vdr/status.h>
|
||||
|
||||
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;
|
||||
|
||||
|
Reference in New Issue
Block a user