mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added SDNOTIFY, NO_KBD and BIDI to Make.config.template
This commit is contained in:
parent
e83b09b4eb
commit
5503161fdc
@ -3119,6 +3119,7 @@ Marco Skambraks <marco@ammec.de>
|
|||||||
Christian Richter <cr@crichter.net>
|
Christian Richter <cr@crichter.net>
|
||||||
for extending the interface to the script that gets called for recordings, so that in
|
for extending the interface to the script that gets called for recordings, so that in
|
||||||
the "edited" case it also provides the name of the original recording
|
the "edited" case it also provides the name of the original recording
|
||||||
|
for suggesting to add SDNOTIFY to Make.config.template
|
||||||
|
|
||||||
Christian Kaiser <chr-kaiser@arcor.de>
|
Christian Kaiser <chr-kaiser@arcor.de>
|
||||||
for adding DeleteEvent() to the EPG handler interface
|
for adding DeleteEvent() to the EPG handler interface
|
||||||
|
5
HISTORY
5
HISTORY
@ -8453,7 +8453,7 @@ Video Disk Recorder Revision History
|
|||||||
- Added support for LCN (Logical Channel Numbers), which plugins may use to sort
|
- Added support for LCN (Logical Channel Numbers), which plugins may use to sort
|
||||||
channels (thanks to Rolf Ahrenberg).
|
channels (thanks to Rolf Ahrenberg).
|
||||||
|
|
||||||
2015-02-01: Version 2.1.9
|
2015-02-02: Version 2.1.9
|
||||||
|
|
||||||
- Fixed a memory leak in case of broken Extended Event Descriptors (thanks to Lars
|
- Fixed a memory leak in case of broken Extended Event Descriptors (thanks to Lars
|
||||||
Hanisch).
|
Hanisch).
|
||||||
@ -8463,3 +8463,6 @@ Video Disk Recorder Revision History
|
|||||||
- Fixed the Finnish translation of "Binary skip timeout (s)" (thanks to Rolf
|
- Fixed the Finnish translation of "Binary skip timeout (s)" (thanks to Rolf
|
||||||
Ahrenberg).
|
Ahrenberg).
|
||||||
- Updated the Lithuanian OSD texts (thanks to Valdemaras Pipiras).
|
- Updated the Lithuanian OSD texts (thanks to Valdemaras Pipiras).
|
||||||
|
- Added SDNOTIFY to Make.config.template (suggested by Christian Richter). Also
|
||||||
|
added NO_KBD and BIDI.
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
# See the main source file 'vdr.c' for copyright information and
|
# See the main source file 'vdr.c' for copyright information and
|
||||||
# how to reach the author.
|
# how to reach the author.
|
||||||
#
|
#
|
||||||
# $Id: Make.config.template 3.2 2015/01/30 15:18:47 kls Exp $
|
# $Id: Make.config.template 3.3 2015/02/02 09:07:07 kls Exp $
|
||||||
|
|
||||||
### The C compiler and options:
|
### The C compiler and options:
|
||||||
|
|
||||||
@ -67,12 +67,20 @@ endif
|
|||||||
#PLGCFG = $(CONFDIR)/plugins.mk
|
#PLGCFG = $(CONFDIR)/plugins.mk
|
||||||
|
|
||||||
### The remote control:
|
### The remote control:
|
||||||
|
|
||||||
LIRC_DEVICE = /var/run/lirc/lircd
|
LIRC_DEVICE = /var/run/lirc/lircd
|
||||||
|
|
||||||
|
### Define if you don't want keyboard remote control:
|
||||||
|
#NO_KBD = 1
|
||||||
|
|
||||||
### Define if you want vdr to not run as root:
|
### Define if you want vdr to not run as root:
|
||||||
#VDR_USER = vdr
|
#VDR_USER = vdr
|
||||||
|
|
||||||
|
### Define if you want to compile in 'bidi' support:
|
||||||
|
#BIDI = 1
|
||||||
|
|
||||||
|
### Define if you want 'systemd' notification:
|
||||||
|
#SDNOTIFY = 1
|
||||||
|
|
||||||
### Fallback for plugins with old makefiles:
|
### Fallback for plugins with old makefiles:
|
||||||
ifdef PLUGIN
|
ifdef PLUGIN
|
||||||
CFLAGS += -fPIC
|
CFLAGS += -fPIC
|
||||||
|
Loading…
Reference in New Issue
Block a user