* [ptxdist] fix some download URLs
@ 2014-10-12 6:42 Alexander Dahl
2014-10-12 6:42 ` [ptxdist] [PATCH 1/6] sysstat: change suffix to tar.bz2 Alexander Dahl
` (6 more replies)
0 siblings, 7 replies; 8+ messages in thread
From: Alexander Dahl @ 2014-10-12 6:42 UTC (permalink / raw)
To: ptxdist
Hei hei,
when building some very different BSPs earlier this week I noticed
some projects had changed their download URLs. This patch series
tries to correct those. I tested all of them, some are straight
forward, others may be discussed.
Greets
Alex
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 8+ messages in thread
* [ptxdist] [PATCH 1/6] sysstat: change suffix to tar.bz2
2014-10-12 6:42 [ptxdist] fix some download URLs Alexander Dahl
@ 2014-10-12 6:42 ` Alexander Dahl
2014-10-12 6:42 ` [ptxdist] [PATCH 2/6] libmikmod: change URL to SF mirror Alexander Dahl
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Alexander Dahl @ 2014-10-12 6:42 UTC (permalink / raw)
To: ptxdist
(tar.gz not available anymore)
Signed-off-by: Alexander Dahl <post@lespocky.de>
---
rules/sysstat.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/sysstat.make b/rules/sysstat.make
index fde9ef3..c0983ab 100644
--- a/rules/sysstat.make
+++ b/rules/sysstat.make
@@ -17,9 +17,9 @@ PACKAGES-$(PTXCONF_SYSSTAT) += sysstat
# Paths and names
#
SYSSTAT_VERSION := 9.0.3
-SYSSTAT_MD5 := 0b464951596db934418259737cf50a31
+SYSSTAT_MD5 := 5e62331a0d7757dcc2354c5945102462
SYSSTAT := sysstat-$(SYSSTAT_VERSION)
-SYSSTAT_SUFFIX := tar.gz
+SYSSTAT_SUFFIX := tar.bz2
SYSSTAT_URL := http://pagesperso-orange.fr/sebastien.godard/$(SYSSTAT).$(SYSSTAT_SUFFIX)
SYSSTAT_SOURCE := $(SRCDIR)/$(SYSSTAT).$(SYSSTAT_SUFFIX)
SYSSTAT_DIR := $(BUILDDIR)/$(SYSSTAT)
--
1.7.10.4
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 8+ messages in thread
* [ptxdist] [PATCH 2/6] libmikmod: change URL to SF mirror
2014-10-12 6:42 [ptxdist] fix some download URLs Alexander Dahl
2014-10-12 6:42 ` [ptxdist] [PATCH 1/6] sysstat: change suffix to tar.bz2 Alexander Dahl
@ 2014-10-12 6:42 ` Alexander Dahl
2014-10-12 6:42 ` [ptxdist] [PATCH 3/6] nickel: " Alexander Dahl
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Alexander Dahl @ 2014-10-12 6:42 UTC (permalink / raw)
To: ptxdist
Signed-off-by: Alexander Dahl <post@lespocky.de>
---
rules/libmikmod.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/libmikmod.make b/rules/libmikmod.make
index 8539cca..685c225 100644
--- a/rules/libmikmod.make
+++ b/rules/libmikmod.make
@@ -20,7 +20,7 @@ LIBMIKMOD_VERSION := 3.1.12
LIBMIKMOD_MD5 := 9f3c740298260d5f88981fc0d51f6f16
LIBMIKMOD := libmikmod-$(LIBMIKMOD_VERSION)
LIBMIKMOD_SUFFIX := tar.gz
-LIBMIKMOD_URL := http://downloads.sourceforge.net/mikmod/$(LIBMIKMOD).$(LIBMIKMOD_SUFFIX)
+LIBMIKMOD_URL := $(call ptx/mirror, SF, mikmod/$(LIBMIKMOD).$(LIBMIKMOD_SUFFIX))
LIBMIKMOD_SOURCE := $(SRCDIR)/$(LIBMIKMOD).$(LIBMIKMOD_SUFFIX)
LIBMIKMOD_DIR := $(BUILDDIR)/$(LIBMIKMOD)
LIBMIKMOD_LICENSE := LGPLv2+
--
1.7.10.4
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 8+ messages in thread
* [ptxdist] [PATCH 3/6] nickel: change URL to SF mirror
2014-10-12 6:42 [ptxdist] fix some download URLs Alexander Dahl
2014-10-12 6:42 ` [ptxdist] [PATCH 1/6] sysstat: change suffix to tar.bz2 Alexander Dahl
2014-10-12 6:42 ` [ptxdist] [PATCH 2/6] libmikmod: change URL to SF mirror Alexander Dahl
@ 2014-10-12 6:42 ` Alexander Dahl
2014-10-12 6:42 ` [ptxdist] [PATCH 4/6] sjinn: " Alexander Dahl
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Alexander Dahl @ 2014-10-12 6:42 UTC (permalink / raw)
To: ptxdist
Signed-off-by: Alexander Dahl <post@lespocky.de>
---
rules/nickel.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/nickel.make b/rules/nickel.make
index a875006..c4cd30b 100644
--- a/rules/nickel.make
+++ b/rules/nickel.make
@@ -21,7 +21,7 @@ NICKEL_VERSION := 1.1.0
NICKEL_MD5 := 5bcbf33d1457e6587c46ac3b0526523c
NICKEL := nickel-$(NICKEL_VERSION)
NICKEL_SUFFIX := tar.gz
-NICKEL_URL := http://downloads.sourceforge.net/chaoslizard/$(NICKEL).$(NICKEL_SUFFIX)
+NICKEL_URL := $(call ptx/mirror, SF, chaoslizard/$(NICKEL).$(NICKEL_SUFFIX))
NICKEL_SOURCE := $(SRCDIR)/$(NICKEL).$(NICKEL_SUFFIX)
NICKEL_DIR := $(BUILDDIR)/$(NICKEL)
--
1.7.10.4
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 8+ messages in thread
* [ptxdist] [PATCH 4/6] sjinn: change URL to SF mirror
2014-10-12 6:42 [ptxdist] fix some download URLs Alexander Dahl
` (2 preceding siblings ...)
2014-10-12 6:42 ` [ptxdist] [PATCH 3/6] nickel: " Alexander Dahl
@ 2014-10-12 6:42 ` Alexander Dahl
2014-10-12 6:42 ` [ptxdist] [PATCH 5/6] splashutils: " Alexander Dahl
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Alexander Dahl @ 2014-10-12 6:42 UTC (permalink / raw)
To: ptxdist
Signed-off-by: Alexander Dahl <post@lespocky.de>
---
rules/sjinn.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/sjinn.make b/rules/sjinn.make
index 7c2a47d..fe88b8a 100644
--- a/rules/sjinn.make
+++ b/rules/sjinn.make
@@ -21,7 +21,7 @@ SJINN_VERSION := 1.01
SJINN_MD5 := b38969d4a614b660919090ba0c8d5c7d
SJINN := sjinn-$(SJINN_VERSION)
SJINN_SUFFIX := tar.gz
-SJINN_URL := http://downloads.sourceforge.net/sjinn/$(SJINN).$(SJINN_SUFFIX)
+SJINN_URL := $(call ptx/mirror, SF, sjinn/$(SJINN).$(SJINN_SUFFIX))
SJINN_SOURCE := $(SRCDIR)/$(SJINN).$(SJINN_SUFFIX)
SJINN_DIR := $(BUILDDIR)/$(SJINN)
--
1.7.10.4
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 8+ messages in thread
* [ptxdist] [PATCH 5/6] splashutils: change URL to SF mirror
2014-10-12 6:42 [ptxdist] fix some download URLs Alexander Dahl
` (3 preceding siblings ...)
2014-10-12 6:42 ` [ptxdist] [PATCH 4/6] sjinn: " Alexander Dahl
@ 2014-10-12 6:42 ` Alexander Dahl
2014-10-12 6:43 ` [ptxdist] [PATCH 6/6] opencv: update download url Alexander Dahl
2014-11-13 16:42 ` [ptxdist] fix some download URLs Michael Olbrich
6 siblings, 0 replies; 8+ messages in thread
From: Alexander Dahl @ 2014-10-12 6:42 UTC (permalink / raw)
To: ptxdist
Old URL not working anymore, berlios stopped operations earlier this
year, but luckily SF.net imported berlios projects so we can download it
there. However package still fails to build. ;-)
Signed-off-by: Alexander Dahl <post@lespocky.de>
---
rules/splashutils.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/splashutils.make b/rules/splashutils.make
index 99eb090..daffbdb 100644
--- a/rules/splashutils.make
+++ b/rules/splashutils.make
@@ -20,7 +20,7 @@ SPLASHUTILS_VERSION := 1.5.4.3
SPLASHUTILS_MD5 := 206da4493c4c511ddda507e20217369b
SPLASHUTILS := splashutils-$(SPLASHUTILS_VERSION)
SPLASHUTILS_SUFFIX := tar.bz2
-SPLASHUTILS_URL := http://fbsplash.alanhaggai.org/tarballs/files/splashutils-lite-$(SPLASHUTILS_VERSION).$(SPLASHUTILS_SUFFIX)
+SPLASHUTILS_URL := $(call ptx/mirror, SF, fbsplash.berlios/splashutils-lite-$(SPLASHUTILS_VERSION).$(SPLASHUTILS_SUFFIX))
SPLASHUTILS_SOURCE := $(SRCDIR)/splashutils-lite-$(SPLASHUTILS_VERSION).$(SPLASHUTILS_SUFFIX)
SPLASHUTILS_DIR := $(BUILDDIR)/$(SPLASHUTILS)
--
1.7.10.4
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 8+ messages in thread
* [ptxdist] [PATCH 6/6] opencv: update download url
2014-10-12 6:42 [ptxdist] fix some download URLs Alexander Dahl
` (4 preceding siblings ...)
2014-10-12 6:42 ` [ptxdist] [PATCH 5/6] splashutils: " Alexander Dahl
@ 2014-10-12 6:43 ` Alexander Dahl
2014-11-13 16:42 ` [ptxdist] fix some download URLs Michael Olbrich
6 siblings, 0 replies; 8+ messages in thread
From: Alexander Dahl @ 2014-10-12 6:43 UTC (permalink / raw)
To: ptxdist
Old SF download urls on http://opencv.org/downloads.html ar broken,
files are not there anymore. According to
http://answers.opencv.org/question/41024 you can download those from
GitHub.
Signed-off-by: Alexander Dahl <post@lespocky.de>
---
rules/opencv.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/opencv.make b/rules/opencv.make
index 758ee0d..3ff89d8 100644
--- a/rules/opencv.make
+++ b/rules/opencv.make
@@ -23,7 +23,7 @@ OPENCV_VERSION := 2.4.8
OPENCV_MD5 := 50cc1433b3654074206f5b3dbfd49848
OPENCV := opencv-$(OPENCV_VERSION)
OPENCV_SUFFIX := zip
-OPENCV_URL := $(call ptx/mirror, SF, opencvlibrary/opencv-unix/$(OPENCV_VERSION)/$(OPENCV).$(OPENCV_SUFFIX))
+OPENCV_URL := https://github.com/Itseez/opencv/archive/$(OPENCV_VERSION).$(OPENCV_SUFFIX)
OPENCV_SOURCE := $(SRCDIR)/$(OPENCV).$(OPENCV_SUFFIX)
OPENCV_DIR := $(BUILDDIR)/$(OPENCV)
OPENCV_LICENSE := BSD
--
1.7.10.4
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [ptxdist] fix some download URLs
2014-10-12 6:42 [ptxdist] fix some download URLs Alexander Dahl
` (5 preceding siblings ...)
2014-10-12 6:43 ` [ptxdist] [PATCH 6/6] opencv: update download url Alexander Dahl
@ 2014-11-13 16:42 ` Michael Olbrich
6 siblings, 0 replies; 8+ messages in thread
From: Michael Olbrich @ 2014-11-13 16:42 UTC (permalink / raw)
To: ptxdist
On Sun, Oct 12, 2014 at 08:42:54AM +0200, Alexander Dahl wrote:
> Hei hei,
>
> when building some very different BSPs earlier this week I noticed
> some projects had changed their download URLs. This patch series
> tries to correct those. I tested all of them, some are straight
> forward, others may be discussed.
Thanks, all applied.
Michael
>
> Greets
> Alex
>
>
> --
> ptxdist mailing list
> ptxdist@pengutronix.de
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2014-11-13 16:42 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-12 6:42 [ptxdist] fix some download URLs Alexander Dahl
2014-10-12 6:42 ` [ptxdist] [PATCH 1/6] sysstat: change suffix to tar.bz2 Alexander Dahl
2014-10-12 6:42 ` [ptxdist] [PATCH 2/6] libmikmod: change URL to SF mirror Alexander Dahl
2014-10-12 6:42 ` [ptxdist] [PATCH 3/6] nickel: " Alexander Dahl
2014-10-12 6:42 ` [ptxdist] [PATCH 4/6] sjinn: " Alexander Dahl
2014-10-12 6:42 ` [ptxdist] [PATCH 5/6] splashutils: " Alexander Dahl
2014-10-12 6:43 ` [ptxdist] [PATCH 6/6] opencv: update download url Alexander Dahl
2014-11-13 16:42 ` [ptxdist] fix some download URLs Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox