external_deps.lst (7a3beb32) external_deps.lst (4c01c3a0)
1# Format of this file:
2#
3# Comments start with '#' and are ignored. Empty lines (only whitespace) are ignored.
4#
5# All other lines have one of two different formats:
6#
7# if (<logical-expression>)
8# starts a block that specifies the download site(s) of an external library.

--- 211 unchanged lines hidden (view full) ---

220 name = vigra1.6.0.tar.gz
221 # Old URL1 is broken
222 # URL1 = http://hci.iwr.uni-heidelberg.de/vigra-old-versions/vigra1.6.0.tar.gz
223 # The MD5 hash from the github sources does not match
224 # https://github.com/ukoethe/vigra/releases/tag/Version-1-6-0
225 URL1 = $(OOO_EXTRAS)$(MD5)-$(name)
226
227if (SYSTEM_EXPAT != YES)
1# Format of this file:
2#
3# Comments start with '#' and are ignored. Empty lines (only whitespace) are ignored.
4#
5# All other lines have one of two different formats:
6#
7# if (<logical-expression>)
8# starts a block that specifies the download site(s) of an external library.

--- 211 unchanged lines hidden (view full) ---

220 name = vigra1.6.0.tar.gz
221 # Old URL1 is broken
222 # URL1 = http://hci.iwr.uni-heidelberg.de/vigra-old-versions/vigra1.6.0.tar.gz
223 # The MD5 hash from the github sources does not match
224 # https://github.com/ukoethe/vigra/releases/tag/Version-1-6-0
225 URL1 = $(OOO_EXTRAS)$(MD5)-$(name)
226
227if (SYSTEM_EXPAT != YES)
228 MD5 = f053af63ef5f39bd9b78d01fbc203334
229 name = expat-2.2.3.tar.bz2
230 URL1 = https://sourceforge.net/projects/expat/files/expat/2.2.3/expat-2.2.3.tar.bz2
228 MD5 = 875a2c2ff3e8eb9e5a5cd62db2033ab5
229 name = expat-2.2.9.tar.bz2
230 URL1 = https://sourceforge.net/projects/expat/files/expat/2.2.9/expat-2.2.9.tar.bz2
231 URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
232
233if (SYSTEM_CURL != YES)
234 MD5 = 4762f41ef0dba751d1c7a3060a1c6ec6
235 name = curl-7.61.1.tar.gz
236 URL1 = https://curl.haxx.se/download/$(name)
237 URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
238

--- 98 unchanged lines hidden ---
231 URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
232
233if (SYSTEM_CURL != YES)
234 MD5 = 4762f41ef0dba751d1c7a3060a1c6ec6
235 name = curl-7.61.1.tar.gz
236 URL1 = https://curl.haxx.se/download/$(name)
237 URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
238

--- 98 unchanged lines hidden ---