summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2017-08-27 21:07:35 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2017-08-27 21:07:35 +0000
commit52b4e70719fc6aa126816a7459f1c731a1bc2885 (patch)
tree0e84f95509853f3ed519b990dce823a3a8ce3584
parentAdd preview (diff)
parentCI/AppVeyor: manually install missing dependency (diff)
downloadinkscape-52b4e70719fc6aa126816a7459f1c731a1bc2885.tar.gz
inkscape-52b4e70719fc6aa126816a7459f1c731a1bc2885.zip
Merge branch 'master' into powerpencil
-rw-r--r--CMakeScripts/InstallMSYS2.cmake3
-rw-r--r--buildtools/appveyor.sh5
2 files changed, 8 insertions, 0 deletions
diff --git a/CMakeScripts/InstallMSYS2.cmake b/CMakeScripts/InstallMSYS2.cmake
index 0a39882ed..c7ce5b2e6 100644
--- a/CMakeScripts/InstallMSYS2.cmake
+++ b/CMakeScripts/InstallMSYS2.cmake
@@ -37,6 +37,7 @@ if(WIN32)
${MINGW_BIN}/libfftw3-[0-9]*.dll
${MINGW_BIN}/libfontconfig-[0-9]*.dll
${MINGW_BIN}/libfreetype-[0-9]*.dll
+ ${MINGW_BIN}/libfribidi-[0-9]*.dll
${MINGW_BIN}/libgc-[0-9]*.dll
${MINGW_BIN}/libgdbm-[0-9]*.dll
${MINGW_BIN}/libgdk-3-[0-9]*.dll
@@ -66,6 +67,7 @@ if(WIN32)
${MINGW_BIN}/libicuin[0-9]*.dll
${MINGW_BIN}/libicuuc[0-9]*.dll
${MINGW_BIN}/libidn-[0-9]*.dll
+ ${MINGW_BIN}/libidn2-[0-9]*.dll
${MINGW_BIN}/libintl-[0-9]*.dll
${MINGW_BIN}/libjpeg-[0-9]*.dll
${MINGW_BIN}/liblcms2-[0-9]*.dll
@@ -93,6 +95,7 @@ if(WIN32)
${MINGW_BIN}/libpopt-[0-9]*.dll
${MINGW_BIN}/libpotrace-[0-9]*.dll
${MINGW_BIN}/libquadmath-[0-9]*.dll
+ ${MINGW_BIN}/libraqm-[0-9]*.dll
${MINGW_BIN}/libreadline[0-9]*.dll
${MINGW_BIN}/librevenge-0.[0-9]*.dll
${MINGW_BIN}/librevenge-stream-0.[0-9]*.dll
diff --git a/buildtools/appveyor.sh b/buildtools/appveyor.sh
index 738f2b521..5a1f7ab7b 100644
--- a/buildtools/appveyor.sh
+++ b/buildtools/appveyor.sh
@@ -34,9 +34,14 @@ ccache --set-config=sloppiness=include_file_ctime,include_file_mtime
# patched cairo to avoid crash when printing
# - https://bugs.launchpad.net/inkscape/+bug/1665768
# - https://bugs.freedesktop.org/show_bug.cgi?id=101833
+# - https://github.com/Alexpux/MINGW-packages/pull/2825
wget -nv https://gitlab.com/Ede123/bintray/raw/master/$MINGW_PACKAGE_PREFIX-cairo-1.15.6-1-any.pkg.tar.xz \
&& pacman -U $MINGW_PACKAGE_PREFIX-cairo-1.15.6-1-any.pkg.tar.xz --noconfirm
+# missing dependency for python2-pillow
+# - https://github.com/Alexpux/MINGW-packages/pull/2824
+pacman -S $MINGW_PACKAGE_PREFIX-libraqm --needed --noconfirm --noprogressbar
+
### build / test