external_deps.lst (c24717f0) | external_deps.lst (54da5ba9) |
---|---|
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 = dd7dab7a5fea97d2a6a43f511449b7cd 229 name = expat-2.1.0.tar.gz 230 URL1 = http://sourceforge.net/projects/expat/files/expat/2.1.0/expat-2.1.0.tar.gz/download | 228 MD5 = d9c3baeab58774cefc2f04faf29f2cf8 229 name = expat-2.2.1.tar.bz2 230 URL1 = https://sourceforge.net/projects/expat/files/expat/2.2.1/expat-2.2.1.tar.bz2 |
231 URL2 = $(OOO_EXTRAS)$(MD5)-$(name) 232 233if (SYSTEM_CURL != YES) 234 MD5 = ecb2e37e45c9933e2a963cabe03670ab 235 name = curl-7.19.7.tar.gz 236 URL1 = https://curl.haxx.se/download/archeology/curl-7.19.7.tar.gz 237 URL2 = $(OOO_EXTRAS)$(MD5)-$(name) 238 --- 98 unchanged lines hidden --- | 231 URL2 = $(OOO_EXTRAS)$(MD5)-$(name) 232 233if (SYSTEM_CURL != YES) 234 MD5 = ecb2e37e45c9933e2a963cabe03670ab 235 name = curl-7.19.7.tar.gz 236 URL1 = https://curl.haxx.se/download/archeology/curl-7.19.7.tar.gz 237 URL2 = $(OOO_EXTRAS)$(MD5)-$(name) 238 --- 98 unchanged lines hidden --- |