# this is to make the transition from gstreamer 0.8 as smooth as possible;
# trigger all spells depending on gstreamer directly, they have been changed
# to depend on gstreamer-0.8 now
local OLD_SPELL_VERSION=""
spell_ok $SPELL && OLD_SPELL_VERSION="$(installed_version $SPELL)"
if [ "${OLD_SPELL_VERSION:0:3}" = "0.8" ]; then
  for each in $(show_up_depends $SPELL 1); do
    up_trigger $each cast_self
  done
fi
