From 578b1c40289846fb6000998a92c342d51c9f5c0a Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 11 May 2011 08:49:50 +0000 Subject: Update to 20110511 snapshot --- phonon-vlc/build/phonon-vlc.SlackBuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'phonon-vlc/build') diff --git a/phonon-vlc/build/phonon-vlc.SlackBuild b/phonon-vlc/build/phonon-vlc.SlackBuild index 3085fe3a..03d50611 100755 --- a/phonon-vlc/build/phonon-vlc.SlackBuild +++ b/phonon-vlc/build/phonon-vlc.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh # $Id$ -# Copyright (c) 2010 Eric Hameleers, Eindhoven, NL +# Copyright 2010, 2011 Eric Hameleers, Eindhoven, NL # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -32,6 +32,8 @@ # Changelog: # 20101213-1: 14/Dec/2010 by Eric Hameleers # * Initial build. +# 20110511-1: 11/may/2011 by Eric Hameleers +# * update. # # Run 'sh phonon-vlc.SlackBuild' to build a Slackware package. # The package (.tgz) and .txt file as well as build logs are created in /tmp . @@ -51,7 +53,7 @@ TAG=${TAG:-alien} # "yyyymmdd" - like "20101126", if want code for a specific day checked out, # "X.Y.Z" - like "3.2.99.3", meaning git release tag. #SRCVER=${SRCVER:-HEAD} -SRCVER=${SRCVER:-20101214} +SRCVER=${SRCVER:-20110511} # If we pull a git shapshot, use today's date as the VERSION: if [ "$SRCVER" = "HEAD" ]; then @@ -72,7 +74,7 @@ OUTPUT=${OUTPUT:-/tmp} SOURCE="$SRCDIR/${PRGNAM}-${VERSION}.tar.xz" SRCURL="" -GITURI="git://gitorious.org/phonon/${PRGNAM}.git" +GITURI="git://anongit.kde.org/${PRGNAM}.git" # Use the src_checkout() function if no downloadable tarball exists. # This function checks out sources from SVN/CVS and creates a tarball of them. -- cgit v1.2.3-65-gdbad