Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

klite: update version to 18.1.5 #45

Merged
merged 1 commit into from
Mar 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions verbs/klite.verb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
w_metadata klite dlls \
title="K-Lite codecs" \
media="download" \
file1="K-Lite_Codec_Pack_1700_Basic.exe" \
file1="K-Lite_Codec_Pack_1815_Basic.exe" \
homepage="https://codecguide.com/download_kl.htm"

load_klite()
{
w_download https://files3.codecguide.com/K-Lite_Codec_Pack_1700_Basic.exe 24ffa374926004d3b7e8e0a3daa2d0f7f18846c8bcbcbddf8af38a7f9a0fb629
w_download https://files3.codecguide.com/K-Lite_Codec_Pack_1815_Basic.exe 9eba61163d4ff3c0ce3e88aa21b15366757a260684d6190a271fc452ba05e7d7
w_try_cd "${W_CACHE}/${W_PACKAGE}"
cat > "klcp_basic_unattended.ini" <<_EOF_
[Setup]
Expand Down Expand Up @@ -40,5 +40,5 @@ hwa_other_auto=1
lang_set_preferred=1
lang_autodetect=1
_EOF_
w_try "${WINE}" start.exe /exec K-Lite_Codec_Pack_1700_Basic.exe /verysilent /norestart /LoadInf="./klcp_basic_unattended.ini"
w_try "${WINE}" start.exe /exec K-Lite_Codec_Pack_1815_Basic.exe /verysilent /norestart /LoadInf="./klcp_basic_unattended.ini"
}