Automated builds: Patch lensfun-update-data script (#6549)
* Patch lensfun-update-data in automated builds * Fix Windows build libffi DLL version
This commit is contained in:
parent
d92f5f7ca8
commit
c3a6b4822a
2
.github/workflows/appimage.yml
vendored
2
.github/workflows/appimage.yml
vendored
@ -76,6 +76,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Include Lensfun
|
- name: Include Lensfun
|
||||||
run: |
|
run: |
|
||||||
|
echo "Patching lensfun-update-data script."
|
||||||
|
sudo sed -i 's/HTTPError\(, ValueError\)/URLError\1/' $(which lensfun-update-data)
|
||||||
echo "Updating Lensfun database."
|
echo "Updating Lensfun database."
|
||||||
lensfun-update-data
|
lensfun-update-data
|
||||||
echo "Creating Lensfun directory in the build directory."
|
echo "Creating Lensfun directory in the build directory."
|
||||||
|
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
@ -82,6 +82,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Include Lensfun
|
- name: Include Lensfun
|
||||||
run: |
|
run: |
|
||||||
|
echo "Patching lensfun-update-data script."
|
||||||
|
sed -i 's/HTTPError\(, ValueError\)/URLError\1/' $(which lensfun-update-data)
|
||||||
echo "Updating Lensfun database."
|
echo "Updating Lensfun database."
|
||||||
lensfun-update-data
|
lensfun-update-data
|
||||||
echo "Creating Lensfun directory in the build directory."
|
echo "Creating Lensfun directory in the build directory."
|
||||||
@ -115,7 +117,7 @@ jobs:
|
|||||||
"libdeflate.dll" \
|
"libdeflate.dll" \
|
||||||
"libepoxy-0.dll" \
|
"libepoxy-0.dll" \
|
||||||
"libexpat-1.dll" \
|
"libexpat-1.dll" \
|
||||||
"libffi-7.dll" \
|
libffi-*.dll \
|
||||||
"libfftw3f-3.dll" \
|
"libfftw3f-3.dll" \
|
||||||
"libfontconfig-1.dll" \
|
"libfontconfig-1.dll" \
|
||||||
"libfreetype-6.dll" \
|
"libfreetype-6.dll" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user