From b79d90f04dd4279d1d23d2c4552104f24e164aaa Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 13 Jun 2008 09:26:34 +0000 Subject: Update for 1.0.3 (project moved to other URL and sourceforge download links are outdated --- schrodinger/build/schrodinger.SlackBuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'schrodinger/build/schrodinger.SlackBuild') diff --git a/schrodinger/build/schrodinger.SlackBuild b/schrodinger/build/schrodinger.SlackBuild index 2705af4f..f159daff 100755 --- a/schrodinger/build/schrodinger.SlackBuild +++ b/schrodinger/build/schrodinger.SlackBuild @@ -27,11 +27,13 @@ # By: Eric Hameleers # For: schrodinger # Descr: implemention of the Dirac video codec -# URL: http://schrodinger.sourceforge.net/ +# URL: http://www.diracvideo.org/ # Needs: liboil # Changelog: # 1.0.0-1: 03/Mar/2008 by Eric Hameleers # * Initial build. +# 1.0.3-1: 03/Mar/2008 by Eric Hameleers +# * Update (project moved to new site). # # Run 'sh schrodinger.SlackBuild --cleanup' to build a Slackware package. # The package (.tgz) plus descriptive .txt file are created in /tmp . @@ -43,7 +45,7 @@ PRGNAM=schrodinger SRCNAM=schroedinger -VERSION=${VERSION:-1.0.0} +VERSION=${VERSION:-1.0.3} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-alien} @@ -59,7 +61,7 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} SOURCE="$SRCDIR/${SRCNAM}-${VERSION}.tar.gz" -SRCURL="http://downloads.sourceforge.net/${PRGNAM}/${SRCNAM}-${VERSION}.tar.gz" +SRCURL="http://www.diracvideo.org/download/${SRCNAM}/${SRCNAM}-${VERSION}.tar.gz" ## ## --- with a little luck, you won't have to edit below this point --- ## -- cgit v1.2.3-65-gdbad