pkg/ffmpeg

This commit is contained in:
Marc Beninca 2024-09-09 21:50:51 +02:00
parent 7f075bd8d7
commit 6851ad0061
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -773,6 +773,19 @@ spcd_f_pkg() {
;;
*) ;;
esac
# ffmpeg
spcd_step "FFMPEG"
case "${SPCD_OS_ID}" in
"${SPCD_OS_ALMA}" | "${SPCD_OS_ROCKY}")
case "${SPCD_OS_VERSION}" in
"8") ;;
*) spcd_f_pm_pkg_install "ffmpeg-free" ;;
esac
;;
"${SPCD_OS_FEDORA}") spcd_f_pm_pkg_install "ffmpeg-free" ;;
"${SPCD_OS_OPENSUSE}") spcd_f_pm_pkg_install "ffmpeg-4" ;;
*) spcd_f_pm_pkg_install "ffmpeg" ;;
esac
# gource
spcd_step "Gource"
case "${SPCD_OS_ID}" in