mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
build/win: Upgrade poppler to 0.34.0 and poppler-data to 0.4.7
This commit is contained in:
parent
0452ea4b85
commit
1a70fbfabf
2 changed files with 18 additions and 6 deletions
|
@ -111,16 +111,18 @@
|
|||
</autotools>
|
||||
|
||||
<autotools id="poppler-data" autogen-sh=" || true" makeinstallargs="install prefix=$PREFIX">
|
||||
<branch version="0.4.6" repo="poppler"
|
||||
module="poppler-data-0.4.6.tar.gz"
|
||||
hash="sha1:f030563eed9f93912b1a546e6d87936d07d7f27d">
|
||||
<branch version="0.4.7" repo="poppler"
|
||||
module="poppler-data-0.4.7.tar.gz"
|
||||
hash="sha1:556a5bebd0eb743e0d91819ba11fd79947d8c674">
|
||||
</branch>
|
||||
</autotools>
|
||||
|
||||
<autotools id="poppler" autogen-sh="configure">
|
||||
<branch version="0.26.3" repo="poppler"
|
||||
module="poppler-0.26.3.tar.xz"
|
||||
hash="sha1:544f64ac2801c0625c519213a999e0c86a9a6bd6">
|
||||
<branch version="0.34.0" repo="poppler"
|
||||
module="poppler-0.34.0.tar.xz"
|
||||
hash="sha1:f204cb6a57730971ef561732a269e7bafc8e8476">
|
||||
<!-- https://bugs.freedesktop.org/show_bug.cgi?id=91384 -->
|
||||
<patch file="poppler-windows-h.patch" strip="1"/>
|
||||
</branch>
|
||||
<dependencies>
|
||||
<dep package="freetype2"/>
|
||||
|
|
10
build/windows/jhbuild/patches/poppler-windows-h.patch
Normal file
10
build/windows/jhbuild/patches/poppler-windows-h.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- a/poppler/GlobalParams.cc 2015-07-18 10:25:03.773578000 -0400
|
||||
+++ b/poppler/GlobalParams.cc 2015-07-18 10:41:42.326920754 -0400
|
||||
@@ -56,6 +56,7 @@
|
||||
# endif
|
||||
#endif
|
||||
#ifdef _WIN32
|
||||
+# include <windows.h>
|
||||
# include <shlobj.h>
|
||||
# include <mbstring.h>
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue