summaryrefslogtreecommitdiffstats
path: root/phonon-vlc
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-05-11 10:32:28 +0000
committer Eric Hameleers <alien@slackware.com>2011-05-11 10:32:28 +0000
commit4577c1b108a8ac075d3fe0aee0b94e072c354381 (patch)
tree24b0aa89a8160cb62bab446bcf356537cdc8b3d2 /phonon-vlc
parent578b1c40289846fb6000998a92c342d51c9f5c0a (diff)
downloadasb-4577c1b108a8ac075d3fe0aee0b94e072c354381.tar.gz
asb-4577c1b108a8ac075d3fe0aee0b94e072c354381.tar.xz
Revert to 20101214 snapshot. The newer versions need phonon-4.4.4 or higher
Diffstat (limited to 'phonon-vlc')
-rwxr-xr-xphonon-vlc/build/phonon-vlc.SlackBuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/phonon-vlc/build/phonon-vlc.SlackBuild b/phonon-vlc/build/phonon-vlc.SlackBuild
index 03d50611..3085fe3a 100755
--- a/phonon-vlc/build/phonon-vlc.SlackBuild
+++ b/phonon-vlc/build/phonon-vlc.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2010, 2011 Eric Hameleers, Eindhoven, NL
+# Copyright (c) 2010 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -32,8 +32,6 @@
# 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 .
@@ -53,7 +51,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:-20110511}
+SRCVER=${SRCVER:-20101214}
# If we pull a git shapshot, use today's date as the VERSION:
if [ "$SRCVER" = "HEAD" ]; then
@@ -74,7 +72,7 @@ OUTPUT=${OUTPUT:-/tmp}
SOURCE="$SRCDIR/${PRGNAM}-${VERSION}.tar.xz"
SRCURL=""
-GITURI="git://anongit.kde.org/${PRGNAM}.git"
+GITURI="git://gitorious.org/phonon/${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.