update to elisa-0.5.37

This commit is contained in:
Stephan Raue 2009-05-03 22:00:15 +02:00
parent 017f8c19e2
commit a3dec2274d
5 changed files with 9 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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