|
|
|
@ -1,7 +1,8 @@
|
|
|
|
|
# --- T2-COPYRIGHT-NOTE-BEGIN --- |
|
|
|
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# T2 SDE: package/.../vdr/vdr.conf |
|
|
|
|
# Filename: package/.../vdr/vdr.conf |
|
|
|
|
# Copyright (C) 2008 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
@ -10,10 +11,10 @@
|
|
|
|
|
# it under the terms of the GNU General Public License as published by |
|
|
|
|
# the Free Software Foundation; version 2 of the License. A copy of the |
|
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
|
# --- T2-COPYRIGHT-NOTE-END --- |
|
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
|
PLUGIN_LIST="" |
|
|
|
|
SKIN_LIST="" |
|
|
|
|
PLUGIN_LIST= |
|
|
|
|
SKIN_LIST= |
|
|
|
|
[ $SDECFG_PKG_VDR_REMOTE -gt 0 ] && PLUGIN_LIST="$PLUGIN_LIST remote" |
|
|
|
|
[ $SDECFG_PKG_VDR_FEMON -gt 0 ] && PLUGIN_LIST="$PLUGIN_LIST femon" |
|
|
|
|
[ $SDECFG_PKG_VDR_MP3 -gt 0 ] && PLUGIN_LIST="$PLUGIN_LIST mp3" |
|
|
|
@ -86,11 +87,11 @@ gen_runvdr ()
|
|
|
|
|
#!/bin/sh |
|
|
|
|
|
|
|
|
|
VDRPRG="$bindir/vdr" |
|
|
|
|
VDRUSR="" |
|
|
|
|
VDRUSR= |
|
|
|
|
KILL="$bindir/killall -q -TERM \$VDRPRG" |
|
|
|
|
VDIR="/video" |
|
|
|
|
|
|
|
|
|
PLUGINS="" |
|
|
|
|
PLUGINS= |
|
|
|
|
[ $SDECFG_PKG_VDR_REMOTE -ne 0 ] && PLUGINS="\$PLUGINS@-Premote" |
|
|
|
|
[ $SDECFG_PKG_VDR_FEMON -ne 0 ] && PLUGINS="\$PLUGINS@-Pfemon" |
|
|
|
|
[ $SDECFG_PKG_VDR_GRAPHLCD -ne 0 ] && PLUGINS="\$PLUGINS@-P@graphlcd -c ks108" |
|
|
|
@ -221,7 +222,7 @@ vdr_plugins () {
|
|
|
|
|
eval $MAKE plugins |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
makeinstopt='' |
|
|
|
|
makeinstopt= |
|
|
|
|
var_append makeopt ' ' 'all' |
|
|
|
|
|
|
|
|
|
hook_add preconf 5 vdr_extract |
|
|
|
|