mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
update to elisa-0.5.37
This commit is contained in:
parent
017f8c19e2
commit
a3dec2274d
@ -1 +1 @@
|
|||||||
http://elisa.fluendo.com/download/elisa/elisa-plugins-bad-0.5.35.tar.gz
|
http://elisa.fluendo.com/download/elisa/elisa-plugins-bad-0.5.37.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
http://elisa.fluendo.com/download/elisa/elisa-plugins-good-0.5.35.tar.gz
|
http://elisa.fluendo.com/download/elisa/elisa-plugins-good-0.5.37.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
http://elisa.fluendo.com/download/elisa/elisa-plugins-ugly-0.5.35.tar.gz
|
http://elisa.fluendo.com/download/elisa/elisa-plugins-ugly-0.5.37.tar.gz
|
||||||
|
@ -12,16 +12,20 @@ args=""
|
|||||||
|
|
||||||
if /usr/bin/test "${ELISA_DEBUG}" = "yes" ; then
|
if /usr/bin/test "${ELISA_DEBUG}" = "yes" ; then
|
||||||
args="${args} ELISA_DEBUG=*:5"
|
args="${args} ELISA_DEBUG=*:5"
|
||||||
args="${args} GST_DEBUG=GST_ELEMENT_FACTORY:3"
|
args="${args} GST_DEBUG_NO_COLOR=1"
|
||||||
|
args="${args} GST_DEBUG="*:5
|
||||||
args="${args} -l"
|
args="${args} -l"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# args="${args} GST_DEBUG=GST_ELEMENT_FACTORY:3"
|
||||||
|
|
||||||
if /usr/bin/test "${ELISA_FULLSCREEN}" = "yes" ; then
|
if /usr/bin/test "${ELISA_FULLSCREEN}" = "yes" ; then
|
||||||
args="${args} -f"
|
args="${args} -f"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if /usr/bin/test "${ELISA_DEBUG}" = "yes" ; then
|
if /usr/bin/test "${ELISA_DEBUG}" = "yes" ; then
|
||||||
/usr/bin/elisa ${args} 2> $ELISA_LOGFILE
|
/usr/bin/elisa ${args} 2> $ELISA_LOGFILE
|
||||||
|
/usr/bin/mrxvt
|
||||||
else
|
else
|
||||||
/usr/bin/elisa ${args} > /dev/null 2>&1
|
/usr/bin/elisa ${args} > /dev/null 2>&1
|
||||||
fi
|
fi
|
@ -1 +1 @@
|
|||||||
http://elisa.fluendo.com/download/elisa/elisa-0.5.35.tar.gz
|
http://elisa.fluendo.com/download/elisa/elisa-0.5.37.tar.gz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user