Commit 4bd5775c authored by Jérome Perrin's avatar Jérome Perrin

component/*: update download locations for dead links

These links are no longer available.

XXX since we have shacache, this should not be needed. There must be
something wrong with my shacache setup.
parent e059ad8d
......@@ -13,7 +13,7 @@ extends =
[graphviz]
recipe = slapos.recipe.cmmi
shared = true
url = http://www.graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.38.0.tar.gz
url = https://ftp.osuosl.org/pub/blfs/conglomeration/graphviz/graphviz-2.38.0.tar.gz
md5sum = 5b6a829b2ac94efcd5fa3c223ed6d3ae
pkg_config_depends = ${pango:location}/lib/pkgconfig:${pango:pkg_config_depends}
configure-options =
......
......@@ -12,7 +12,7 @@ extends =
[leptonica]
recipe = slapos.recipe.cmmi
shared = true
url = http://leptonica.googlecode.com/files/leptonica-1.68.tar.gz
url = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/leptonica/leptonica-1.68.tar.gz
md5sum = 5cd7092f9ff2ca7e3f3e73bfcd556403
configure-options =
--disable-static
......
......@@ -5,7 +5,7 @@ parts =
[libsodium]
recipe = slapos.recipe.cmmi
shared = true
url = https://download.libsodium.org/libsodium/releases/libsodium-1.0.8.tar.gz
url = https://download.libsodium.org/libsodium/releases/old/unsupported/libsodium-1.0.8.tar.gz
md5sum = 0a66b86fd3aab3fe4c858edcd2772760
configure-options =
--disable-static
......@@ -16,7 +16,7 @@ parts =
[mesa]
recipe = slapos.recipe.cmmi
shared = true
url = ftp://ftp.freedesktop.org/pub/mesa/11.0.3/mesa-11.0.3.tar.xz
url = https://mesa.freedesktop.org/archive/older-versions/11.x/11.0.3/mesa-11.0.3.tar.xz
md5sum = bf9118bf0fbf360715cfe60baf7a1db5
configure-options =
--enable-static
......
......@@ -10,7 +10,7 @@ extends =
[serf]
recipe = slapos.recipe.cmmi
shared = true
url = https://serf.googlecode.com/files/serf-1.2.1.tar.bz2
url = https://archive.apache.org/dist/serf/serf-1.2.1.tar.bz2
md5sum = 4f8e76c9c6567aee1d66aba49f76a58b
configure-options =
--with-apr=${apache:location}/bin/apr-1-config
......
......@@ -21,7 +21,7 @@ parts =
[subversion]
recipe = slapos.recipe.cmmi
shared = true
url = http://apache.mirrors.tds.net/subversion/subversion-1.8.14.tar.bz2
url = https://archive.apache.org/dist/subversion/subversion-1.8.14.tar.bz2
md5sum = fe476ba26d6835eba4393780ea907361
# Patch available thanks to gentoo developpers
# https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-vcs/subversion/files/subversion-fix-parallel-build-support-for-perl-bindings.patch
......
......@@ -15,7 +15,7 @@ parts =
[tesseract]
recipe = slapos.recipe.cmmi
shared = true
url = http://tesseract-ocr.googlecode.com/files/tesseract-3.01.tar.gz
url = https://excellmedia.dl.sourceforge.net/project/tesseract-ocr-alt/tesseract-3.01.tar.gz
md5sum = 1ba496e51a42358fb9d3ffe781b2d20a
patch-options =
-p1
......@@ -49,7 +49,7 @@ make-options =
[tesseract-eng-traineddata]
recipe = slapos.recipe.cmmi
shared = true
url = http://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.01.eng.tar.gz
url = https://excellmedia.dl.sourceforge.net/project/tesseract-ocr-alt/tesseract-ocr-3.01.eng.tar.gz
md5sum = 89c139a73e0e7b1225809fc7b226b6c9
# XXX download-only, but benefit from cache of cmmi
# XXX we probably need a recipe for that
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment