pkg/ffmpeg
This commit is contained in:
parent
7f075bd8d7
commit
6851ad0061
1 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue