# 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
  up_trigger gst-ffmpeg-0.8 cast_self
fi
