mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added "#REMOTE=LIRC" to Make.config.template
This commit is contained in:
parent
3a71b2e887
commit
0633053d5d
@ -1703,6 +1703,7 @@ Martin Dauskardt <md001@gmx.de>
|
|||||||
cDevice::TrickSpeed()
|
cDevice::TrickSpeed()
|
||||||
for renaming 'runvdr' to 'runvdr.template' and no longer copying it to the BINDIR
|
for renaming 'runvdr' to 'runvdr.template' and no longer copying it to the BINDIR
|
||||||
in 'make install'
|
in 'make install'
|
||||||
|
for suggesting to add "#REMOTE=LIRC" to Make.config.template
|
||||||
|
|
||||||
Maynard Cedric <maynard.cedric@wanadoo.fr>
|
Maynard Cedric <maynard.cedric@wanadoo.fr>
|
||||||
for reporting a problem in handling the color button texts in cMenuEditStrItem
|
for reporting a problem in handling the color button texts in cMenuEditStrItem
|
||||||
|
1
HISTORY
1
HISTORY
@ -8528,3 +8528,4 @@ Video Disk Recorder Revision History
|
|||||||
- Updated the Macedonian OSD texts (thanks to Dimitar Petrovski).
|
- Updated the Macedonian OSD texts (thanks to Dimitar Petrovski).
|
||||||
- Updated the Romanian OSD texts (thanks to Lucian Muresan).
|
- Updated the Romanian OSD texts (thanks to Lucian Muresan).
|
||||||
- Updated the Ukrainian OSD texts (thanks to Yarema Aka Knedlyk).
|
- Updated the Ukrainian OSD texts (thanks to Yarema Aka Knedlyk).
|
||||||
|
- Added "#REMOTE=LIRC" to Make.config.template (suggested by Martin Dauskardt).
|
||||||
|
@ -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.3 2015/02/02 09:07:07 kls Exp $
|
# $Id: Make.config.template 3.4 2015/02/09 09:58:45 kls Exp $
|
||||||
|
|
||||||
### The C compiler and options:
|
### The C compiler and options:
|
||||||
|
|
||||||
@ -69,6 +69,9 @@ endif
|
|||||||
### The remote control:
|
### The remote control:
|
||||||
LIRC_DEVICE = /var/run/lirc/lircd
|
LIRC_DEVICE = /var/run/lirc/lircd
|
||||||
|
|
||||||
|
### Define if you always want to use LIRC, independent of the --lirc option:
|
||||||
|
#REMOTE=LIRC
|
||||||
|
|
||||||
### Define if you don't want keyboard remote control:
|
### Define if you don't want keyboard remote control:
|
||||||
#NO_KBD = 1
|
#NO_KBD = 1
|
||||||
|
|
||||||
|
@ -378,7 +378,7 @@ Misc:
|
|||||||
"Mo.Di.Mi.Do.Fr.Sa.So.".
|
"Mo.Di.Mi.Do.Fr.Sa.So.".
|
||||||
- Added the channel name to log messages that reference a channel.
|
- Added the channel name to log messages that reference a channel.
|
||||||
- Added ARGSDIR to the ONEDIR section of Make.config.template.
|
- Added ARGSDIR to the ONEDIR section of Make.config.template.
|
||||||
- Added SDNOTIFY, NO_KBD and BIDI to Make.config.template.
|
- Added SDNOTIFY, NO_KBD, BIDI and REMOTE to Make.config.template.
|
||||||
- Modified runvdr.template to improve compatibility with the "bash" and "dash" shells.
|
- Modified runvdr.template to improve compatibility with the "bash" and "dash" shells.
|
||||||
- Updated sources.conf to reflect the fact that Astra 4A and SES5 are actually in
|
- Updated sources.conf to reflect the fact that Astra 4A and SES5 are actually in
|
||||||
two separate positions.
|
two separate positions.
|
||||||
|
Loading…
Reference in New Issue
Block a user