Just found out how to do it myself :
you’ve got ot install another slider plugin, for example the “easing slide” here : http://wordpress.org/extend/plugins/easing-slider/
then replace the whole code of the homepage-slider.php by this :
<?php if (function_exists("easing_slider")){ easing_slider(); }; ?>