summaryrefslogtreecommitdiffstats
path: root/phonon-vlc
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-05-11 08:49:50 +0000
committer Eric Hameleers <alien@slackware.com>2011-05-11 08:49:50 +0000
commit578b1c40289846fb6000998a92c342d51c9f5c0a (patch)
treea0a6eb98353585ba25911c658c5fea9f1713e4d6 /phonon-vlc
parent18fd022fcdcd143621dc28018b03de4bada51c40 (diff)
downloadasb-578b1c40289846fb6000998a92c342d51c9f5c0a.tar.gz
asb-578b1c40289846fb6000998a92c342d51c9f5c0a.tar.xz
Update to 20110511 snapshot
Diffstat (limited to 'phonon-vlc')
-rwxr-xr-xphonon-vlc/build/phonon-vlc.SlackBuild8
1 files changed, 5 insertions, 3 deletions
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 <alien@slackware.com>
# * Initial build.
+# 20110511-1: 11/may/2011 by Eric Hameleers <alien@slackware.com>
+# * 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.