[Lunar-commits] <moonbase> SDL_image, SDL_ttf, SDL_mixer, SDL_net: add an alternate download path.

Florin Braescu florin at lunar-linux.org
Sun Mar 9 10:42:21 CET 2008


commit d28ed075ce6fbc00c4e939aeb3d16ca1867f24bd
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Mar 9 11:42:21 2008 +0200

    SDL_image, SDL_ttf, SDL_mixer, SDL_net: add an alternate download path.
---
 audio/SDL_mixer/DETAILS    |    7 ++++---
 graphics/SDL_image/DETAILS |    7 ++++---
 graphics/SDL_ttf/DETAILS   |    4 ++--
 net/SDL_net/DETAILS        |    8 +++++---
 4 files changed, 15 insertions(+), 11 deletions(-)

diff --git a/audio/SDL_mixer/DETAILS b/audio/SDL_mixer/DETAILS
index e17a755..9bad799 100644
--- a/audio/SDL_mixer/DETAILS
+++ b/audio/SDL_mixer/DETAILS
@@ -2,11 +2,12 @@
          VERSION=1.2.8
           SOURCE=$MODULE-$VERSION.tar.gz
          SOURCE2=timidity.tar.gz
-      SOURCE_URL=http://www.libsdl.org/projects/$MODULE/release/
-     SOURCE2_URL=http://www.libsdl.org/projects/$MODULE/timidity/
+   SOURCE_URL[0]=$SFORGE_URL/libsdl
+   SOURCE_URL[1]=http://www.libsdl.org/projects/$MODULE/release
+     SOURCE2_URL=http://www.libsdl.org/projects/$MODULE/timidity
       SOURCE_VFY=sha1:7fa56d378f9ca53434f9470aeb2997ad84a348c6
      SOURCE2_VFY=sha1:36445b1e1d52e01447a8afd329940116e55c28d0
-        WEB_SITE=http://www.libsdl.org/projects/$MODULE/
+        WEB_SITE=http://www.libsdl.org/projects/$MODULE
          ENTERED=20010922
          UPDATED=20070821
            SHORT="an SDL based, multi-channel audio mixer library"
diff --git a/graphics/SDL_image/DETAILS b/graphics/SDL_image/DETAILS
index e38dd8d..edac27a 100644
--- a/graphics/SDL_image/DETAILS
+++ b/graphics/SDL_image/DETAILS
@@ -1,12 +1,13 @@
           MODULE=SDL_image
          VERSION=1.2.6
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://www.libsdl.org/projects/$MODULE/release/
+   SOURCE_URL[0]=$SFORGE_URL/libsdl
+   SOURCE_URL[1]=http://www.libsdl.org/projects/$MODULE/release
       SOURCE_VFY=sha1:5045df31e4db29d8890110fd18024c9d08efca30
-        WEB_SITE=http://www.libsdl.org/projects/$MODULE/
+        WEB_SITE=http://www.libsdl.org/projects/$MODULE
          ENTERED=20010922
          UPDATED=20070821
-           SHORT="simple library to load images as SDL surfaces."
+           SHORT="A simple library to load images as SDL surfaces"
 
 cat << EOF
 SDL_image is a simple library to load images of various formats as SDL
diff --git a/graphics/SDL_ttf/DETAILS b/graphics/SDL_ttf/DETAILS
index 70b8a21..d3a127f 100644
--- a/graphics/SDL_ttf/DETAILS
+++ b/graphics/SDL_ttf/DETAILS
@@ -1,9 +1,9 @@
           MODULE=SDL_ttf
          VERSION=2.0.9
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://www.libsdl.org/projects/SDL_ttf/release/
+      SOURCE_URL=http://www.libsdl.org/projects/SDL_ttf/release
       SOURCE_VFY=sha1:6bc3618b08ddbbf565fe8f63f624782c15e1cef2
-        WEB_SITE=http://www.libsdl.org/projects/$MODULE/
+        WEB_SITE=http://www.libsdl.org/projects/$MODULE
          ENTERED=20030129
          UPDATED=20070821
            SHORT="A high quality font library"
diff --git a/net/SDL_net/DETAILS b/net/SDL_net/DETAILS
index d45434a..d1d60a7 100644
--- a/net/SDL_net/DETAILS
+++ b/net/SDL_net/DETAILS
@@ -2,14 +2,16 @@
          VERSION=1.2.7
           SOURCE=$MODULE-$VERSION.tar.gz
          SOURCE2=SDL_net-1.2.6.configure.in.patch
-      SOURCE_URL=http://www.libsdl.org/projects/SDL_net/release/
+   SOURCE_URL[0]=$SFORGE_URL/libsdl
+   SOURCE_URL[1]=http://www.libsdl.org/projects/SDL_net/release
      SOURCE2_URL=$PATCH_URL
       SOURCE_VFY=sha1:b46c7e3221621cc34fec1238f1b5f0ce8972274d
      SOURCE2_VFY=sha1:580aae20a34b1bb69563529db97f3bc2da8a3b8c
-        WEB_SITE=http://www.libsdl.org/projects/$MODULE/
+        WEB_SITE=http://www.libsdl.org/projects/$MODULE
          ENTERED=20021127
          UPDATED=20070821
-           SHORT="a small sample cross-platform networking library"
+           SHORT="A small sample cross-platform networking library"
+	   
 cat << EOF
 A small sample cross-platform networking library, with a sample chat
 client and server application.


More information about the Lunar-commits mailing list