Commit 894e12e8 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: use ffmpeg-plugin-browser on ALT

parent 6a272229
......@@ -25,5 +25,11 @@ else
epm install "$URL/deb/pool/main/y/$PKGNAME/$(epm print constructname $PKGNAME "$VERSION*" amd64 deb)" || exit
fi
# TODO: use needed version
if [ "$(epm print info -s)" = "alt" ] ; then
epm install ffmpeg-plugin-browser
exit
fi
UPDATEFFMPEG=$(epm ql $PKGNAME | grep update-ffmpeg) || fatal
epm pack --install $PKGNAME-codecs-ffmpeg-extra $UPDATEFFMPEG
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment